Skip to content

Commit

Permalink
Merge pull request #72 from mikwat/mechanize-2.8.5
Browse files Browse the repository at this point in the history
Upgrade to mechanize 2.8.5
  • Loading branch information
phillbaker authored Jul 10, 2022
2 parents f8862e1 + 3341388 commit 0fdff2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions capybara-mechanize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
s.rubygems_version = '1.3.7'

s.add_runtime_dependency('capybara', ['>= 3.0.0', '< 4'])
s.add_runtime_dependency('mechanize', ['~> 2.7.0'])
s.add_runtime_dependency('capybara', ['>= 3.0.0', '< 3.37.0'])
s.add_runtime_dependency('mechanize', ['~> 2.8.5'])

s.add_development_dependency('launchy', ['>= 2.0.4'])
s.add_development_dependency('rake')
Expand Down

0 comments on commit 0fdff2d

Please sign in to comment.