Merge pull request #7517 from jvanbaarsen/guard-spring-fix
Updated the spring gem and fixed the guard file
Showing
... | ... | @@ -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 | ||
... | ... |
Please register or sign in to comment