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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-05 02:10:31 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-05 02:10:31 +0300
commit94229f24c7507c64786cd511ccf994e4fea83765 (patch)
treed87147101b0100d1328025f94fb03fe5b3542524 /Gemfile
parent63178a9509f72eb7adf1c73c2fc6dc1ec0a1ea42 (diff)
Update spring to 1.3.3
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d711efe6215..38e1c031d2a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -250,7 +250,7 @@ group :development, :test do
gem 'jasmine', '2.0.2'
- gem "spring", '1.3.1'
+ gem "spring", '~> 1.3.1'
gem "spring-commands-rspec", '1.0.4'
gem "spring-commands-spinach", '1.0.0'
end