We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7bbb4e commit d72db28Copy full SHA for d72db28
Gemfile
@@ -30,6 +30,7 @@ group :test, :development do
30
options = (RUBY_VERSION.start_with?('3') ? { github: 'grosser/net-http-persistent', branch: 'grosser/spec' } : {})
31
gem 'net-http-persistent', '>= 3.0', **options
32
gem 'patron', '>= 0.4.2', platforms: :ruby
33
+ gem 'rack', '< 3'
34
gem 'rack-test', '>= 0.6', require: 'rack/test'
35
gem 'rspec', '~> 3.7'
36
gem 'rspec_junit_formatter', '~> 0.4'
0 commit comments