diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-08-29 17:39:18 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-08-29 17:39:18 +0300 |
commit | 3daef3dd51ad69ddad8d9b73c515fc335b75d6ac (patch) | |
tree | 6cc43b22c719719e03d3e5c807905b62796a5ca2 /Gemfile | |
parent | dae9faf340ae4227f1a956b388ca6ee9aee3f8e2 (diff) | |
parent | 0b5783119f9577ae6b7506836c384a541854979d (diff) | |
download | gitlab-ce-3daef3dd51ad69ddad8d9b73c515fc335b75d6ac.tar.gz |
Merge pull request #7517 from jvanbaarsen/guard-spring-fix
Updated the spring gem and fixed the guard file
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -231,7 +231,7 @@ group :development, :test do gem 'jasmine', '2.0.2' - gem "spring", '1.1.1' + gem "spring", '1.1.3' gem "spring-commands-rspec", '1.0.1' gem "spring-commands-spinach", '1.0.0' end |