Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-03-25 19:58:11 +0300
committerRobert Speicher <rspeicher@gmail.com>2017-03-27 03:29:41 +0300
commitce906f48a5fa7cd7748018c0c17d0d82d86baa44 (patch)
tree05f6a777038e5b0855debf008ea735d2f334fadc /Gemfile
parentf2501601cd246583f3e061a0e2d7f63c758bba91 (diff)
Update spring 1.7.2 -> 2.0.1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c07c0bebcfc..e2848697080 100644
--- a/Gemfile
+++ b/Gemfile
@@ -296,7 +296,7 @@ group :development, :test do
gem 'capybara-screenshot', '~> 1.0.0'
gem 'poltergeist', '~> 1.9.0'
- gem 'spring', '~> 1.7.0'
+ gem 'spring', '~> 2.0.0'
gem 'spring-commands-rspec', '~> 1.0.4'
gem 'spring-commands-spinach', '~> 1.1.0'