webmock: Allow latest versions

this is required to allow latest faraday
This commit is contained in:
Tim Meusel 2021-07-11 21:06:09 +02:00
parent f29ff107ea
commit 84e16e4b82
No known key found for this signature in database
GPG key ID: 04D659E6BF1C4CC0

View file

@ -12,5 +12,5 @@ group :test do
gem 'rb-readline' gem 'rb-readline'
gem 'rspec', '~> 3.10.0' gem 'rspec', '~> 3.10.0'
gem 'rubocop', '~> 1.6' gem 'rubocop', '~> 1.6'
gem 'webmock', '1.21.0' gem 'webmock', '>= 1.21.0'
end end