Skip to content

Commit

Permalink
Moving webmock to dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gus committed Oct 30, 2013
1 parent 52c480c commit f9cc3e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -4,6 +4,5 @@ gemspec

group "test" do
gem "rake", ">=0.8.7"
gem "webmock", ">=1.6.1"
end

2 changes: 2 additions & 0 deletions riot-gear.gemspec
Expand Up @@ -17,5 +17,7 @@ Gem::Specification.new do |s|

s.add_dependency 'riot', '>=0.12.6'
s.add_dependency 'httparty', '>=0.12.0'

s.add_development_dependency "webmock", ">=1.15.0"
end

0 comments on commit f9cc3e5

Please sign in to comment.