Skip to content

Commit

Permalink
Restrict versions of capybara to less than 3.37.0
Browse files Browse the repository at this point in the history
3.37.0 appears to have introduced an undocumented breaking change with
  the following commit: teamcapybara/capybara@ec5a50f
  • Loading branch information
mikwat committed Jul 9, 2022
1 parent 6432f08 commit 3341388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capybara-mechanize.gemspec
Expand Up @@ -20,7 +20,7 @@ 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('capybara', ['>= 3.0.0', '< 3.37.0'])
s.add_runtime_dependency('mechanize', ['~> 2.8.5'])

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

0 comments on commit 3341388

Please sign in to comment.