Skip to content

Commit

Permalink
Update rest-client.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
coneybeare authored Sep 9, 2020
1 parent 0863c9e commit d43db1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('rdoc', '>= 2.4.2', '< 5.0')

s.add_dependency('http-cookie', '>= 1.0.2', '< 2.0')
s.add_dependency('mime-types', '>= 1.16', '< 3.0')
s.add_dependency('mime-types', '~> 3.0')
s.add_dependency('netrc', '~> 0.7')

s.required_ruby_version = '>= 1.9.2'
Expand Down

0 comments on commit d43db1c

Please sign in to comment.