Skip to content

Commit b7cdf96

Browse files
committed
Loosen the requirements for webrobots after the release of 0.1.0.
1 parent 7dfab20 commit b7cdf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hoe = Hoe.spec 'mechanize' do
2222
self.extra_deps << ['mime-types', '~> 1.17', '>= 1.17.2']
2323
self.extra_deps << ['nokogiri', '~> 1.4']
2424
self.extra_deps << ['ntlm-http', '~> 0.1', '>= 0.1.1']
25-
self.extra_deps << ['webrobots', '~> 0.0', '>= 0.0.9']
25+
self.extra_deps << ['webrobots', '< 0.2', '>= 0.0.9']
2626
self.extra_deps << ['domain_name', '~> 0.5', '>= 0.5.1']
2727

2828
self.spec_extras[:required_ruby_version] = '>= 1.8.7'

0 commit comments

Comments
 (0)