diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-04 15:10:31 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-04 15:10:31 -0800 |
commit | 94229f24c7507c64786cd511ccf994e4fea83765 (patch) | |
tree | d87147101b0100d1328025f94fb03fe5b3542524 /Gemfile | |
parent | 63178a9509f72eb7adf1c73c2fc6dc1ec0a1ea42 (diff) | |
download | gitlab-ce-94229f24c7507c64786cd511ccf994e4fea83765.tar.gz |
Update spring to 1.3.3
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |