Skip to content

Commit d72db28

Browse files
committed
Fix rack version to '< 3' to avoid backwards incompatible change breaking specs
1 parent e7bbb4e commit d72db28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ group :test, :development do
3030
options = (RUBY_VERSION.start_with?('3') ? { github: 'grosser/net-http-persistent', branch: 'grosser/spec' } : {})
3131
gem 'net-http-persistent', '>= 3.0', **options
3232
gem 'patron', '>= 0.4.2', platforms: :ruby
33+
gem 'rack', '< 3'
3334
gem 'rack-test', '>= 0.6', require: 'rack/test'
3435
gem 'rspec', '~> 3.7'
3536
gem 'rspec_junit_formatter', '~> 0.4'

0 commit comments

Comments
 (0)