Skip to content

Commit

Permalink
chore!: limit capybara to less than 3.30 due to breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaff committed Apr 5, 2020
1 parent c8f2e73 commit 90b3c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site_prism.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.files = Dir.glob('lib/**/*') + %w[LICENSE.md README.md]
s.require_path = 'lib'
s.add_dependency 'addressable', ['~> 2.5']
s.add_dependency 'capybara', ['~> 3.3']
s.add_dependency 'capybara', ['<= 3.29']
s.add_dependency 'site_prism-all_there', ['>= 0.3.1', '< 1.0']

s.add_development_dependency 'cucumber', ['~> 3.1']
Expand Down

0 comments on commit 90b3c02

Please sign in to comment.