diff options
author | Gabriel Mazetto <gabriel@gitlab.com> | 2016-03-03 17:08:16 -0300 |
---|---|---|
committer | Gabriel Mazetto <gabriel@gitlab.com> | 2016-03-03 17:08:16 -0300 |
commit | 1ecefd3718f60731da6eb266115dbbb16df948b8 (patch) | |
tree | e76630355452f3661d019eac41c71d993c58f996 /Gemfile | |
parent | bd269eaab993c4f2faa03e0e3a5cef72a82d3f2b (diff) | |
download | gitlab-ce-1ecefd3718f60731da6eb266115dbbb16df948b8.tar.gz |
Update spring to 1.6.4 to fix support for Bundler 1.11
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -278,7 +278,7 @@ group :development, :test do gem 'teaspoon', '~> 1.0.0' gem 'teaspoon-jasmine', '~> 2.2.0' - gem 'spring', '~> 1.3.6' + gem 'spring', '~> 1.6.4' gem 'spring-commands-rspec', '~> 1.0.4' gem 'spring-commands-spinach', '~> 1.0.0' gem 'spring-commands-teaspoon', '~> 0.0.2' |