Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
Merge pull request #17 from cslew/master
Browse files Browse the repository at this point in the history
Moving webmock out of the development group to allow local use
  • Loading branch information
TildeWill committed Jun 21, 2012
2 parents 8be67f1 + 5684372 commit 14177ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Expand Up @@ -15,5 +15,8 @@ group :test, :development do
gem 'mysql', '~> 2.8.1'
gem 'rspec', '~> 2.7.0'
gem 'rspec-rails', '~> 2.7.0'
gem 'webmock', '~> 1.7.10'
end

group :test do
gem 'webmock', '~> 1.7.10'
end

0 comments on commit 14177ff

Please sign in to comment.