diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-23 23:46:53 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-23 23:46:53 -0800 |
commit | 4932accb3ff2362c01774f2d4c7a0f755435df88 (patch) | |
tree | 4732f84475f038bfe9ac6fdbedafe9db8d6a560c /Gemfile | |
parent | 2f8e6311e287405d4382d09dca4a64d585097a90 (diff) | |
parent | 597359b04ff8c696a64ef5891689217af9f8a636 (diff) | |
download | gitlab-ce-4932accb3ff2362c01774f2d4c7a0f755435df88.tar.gz |
Merge pull request #8783 from jvanbaarsen/spring-update
Updated spring
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |