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:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2015-02-12 16:23:15 +0300
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2015-02-12 16:23:15 +0300
commit597359b04ff8c696a64ef5891689217af9f8a636 (patch)
tree2ebbc88668b27b68dcb94eb8085eccb374dfb55e /Gemfile
parentd9f84f68675f4f2f637585754565f40564574e3c (diff)
Updated spring
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 4d6d6e7e143..c4812c451ca 100644
--- a/Gemfile
+++ b/Gemfile
@@ -250,8 +250,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