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-02-24 10:46:53 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-24 10:46:53 +0300
commit4932accb3ff2362c01774f2d4c7a0f755435df88 (patch)
tree4732f84475f038bfe9ac6fdbedafe9db8d6a560c /Gemfile
parent2f8e6311e287405d4382d09dca4a64d585097a90 (diff)
parent597359b04ff8c696a64ef5891689217af9f8a636 (diff)
Merge pull request #8783 from jvanbaarsen/spring-update
Updated spring
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 233b8c8cd7d..093f7bacc06 100644
--- a/Gemfile
+++ b/Gemfile
@@ -247,8 +247,8 @@ group :development, :test do
gem 'jasmine', '2.0.2'
- gem "spring", '1.1.3'
- gem "spring-commands-rspec", '1.0.1'
+ gem "spring", '1.3.1'
+ gem "spring-commands-rspec", '1.0.4'
gem "spring-commands-spinach", '1.0.0'
end