Skip to content

Commit

Permalink
Fix rack version to '< 3' to avoid backwards incompatible change brea…
Browse files Browse the repository at this point in the history
…king specs
  • Loading branch information
iMacTia committed Jan 18, 2023
1 parent e7bbb4e commit d72db28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -30,6 +30,7 @@ group :test, :development do
options = (RUBY_VERSION.start_with?('3') ? { github: 'grosser/net-http-persistent', branch: 'grosser/spec' } : {})
gem 'net-http-persistent', '>= 3.0', **options
gem 'patron', '>= 0.4.2', platforms: :ruby
gem 'rack', '< 3'
gem 'rack-test', '>= 0.6', require: 'rack/test'
gem 'rspec', '~> 3.7'
gem 'rspec_junit_formatter', '~> 0.4'
Expand Down

0 comments on commit d72db28

Please sign in to comment.