mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Have gemspec specify Rake 10.x as a dev dependency
This commit is contained in:
parent
07feb51c8a
commit
a6eebbb439
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ Gem::Specification.new do |s|
|
|||
s.summary = 'Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions.'
|
||||
|
||||
s.add_runtime_dependency(%q<mime-types>, ["~> 1.16"])
|
||||
s.add_development_dependency(%q<rake>, ["~> 10.0"])
|
||||
s.add_development_dependency(%q<webmock>, [">= 0.9.1"])
|
||||
s.add_development_dependency(%q<rspec>, [">= 2.0"])
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue