1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Drop support for rack 1.x

This commit is contained in:
Thomas Walpole 2022-11-07 16:25:39 -08:00
parent 895a9ea013
commit 5c8674713f
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
# Version 3.39.0
Release date: unreleased
### Changed
* Dropped support for rack 1.x
# Version 3.38.1
Release date: unreleased

View file

@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'bundler', '< 3.0'
gemspec path: '..'
gem 'rack', '1.6.0'
gem 'rack', '~>2.0.0'
gem 'nokogiri', '~>1.8.0'
gem 'xpath', '~>3.2.0'
gem 'rspec', '~>3.5.0'