diff options
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 3 | 
2 files changed, 4 insertions, 0 deletions
| @@ -146,6 +146,7 @@ group :development do    gem 'quiet_assets'    gem 'license_finder'    gem 'bundler-audit' +  gem 'spring-commands-rspec'    platforms :ruby_20, :ruby_21, :ruby_22 do      gem 'better_errors' diff --git a/Gemfile.lock b/Gemfile.lock index a56fdfbb6..f7ffc1788 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -492,6 +492,8 @@ GEM      slop (3.6.0)      spring (2.0.1)        activesupport (>= 4.2) +    spring-commands-rspec (1.0.4) +      spring (>= 0.9.1)      sprockets (2.12.4)        hike (~> 1.2)        multi_json (~> 1.0) @@ -651,6 +653,7 @@ DEPENDENCIES    sinatra    slim-rails (~> 3.1)    spring +  spring-commands-rspec    sqlite3    squeel!    teaspoon-jasmine | 
