Skip to content

Commit

Permalink
Revert "Make a spring group which user must opt in to"
Browse files Browse the repository at this point in the history
This reverts commit 0d0468b.
  • Loading branch information
knu committed Aug 3, 2015
1 parent 76be124 commit 9e8f9bf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Gemfile
Expand Up @@ -112,10 +112,8 @@ group :development do
gem 'rspec-rails', '~> 3.1'
gem 'rspec-html-matchers', '~> 0.7'
gem 'shoulda-matchers'
group :spring, optional: true do
gem 'spring', '~> 1.3.0'
gem 'spring-commands-rspec'
end
gem 'spring', '~> 1.3.0'
gem 'spring-commands-rspec'
gem 'vcr'
gem 'webmock', '~> 1.17.4', require: false
end
Expand Down

0 comments on commit 9e8f9bf

Please sign in to comment.