We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfab20 commit b7cdf96Copy full SHA for b7cdf96
Rakefile
@@ -22,7 +22,7 @@ hoe = Hoe.spec 'mechanize' do
22
self.extra_deps << ['mime-types', '~> 1.17', '>= 1.17.2']
23
self.extra_deps << ['nokogiri', '~> 1.4']
24
self.extra_deps << ['ntlm-http', '~> 0.1', '>= 0.1.1']
25
- self.extra_deps << ['webrobots', '~> 0.0', '>= 0.0.9']
+ self.extra_deps << ['webrobots', '< 0.2', '>= 0.0.9']
26
self.extra_deps << ['domain_name', '~> 0.5', '>= 0.5.1']
27
28
self.spec_extras[:required_ruby_version] = '>= 1.8.7'
0 commit comments