Skip to content

Commit

Permalink
(maint) Bump webmock and vcr
Browse files Browse the repository at this point in the history
Webmock added support for ruby 2.3.1 but the Socket#close method was not
stubbed which causes integration test errors if the connection is closed.
See bblimke/webmock#683.

Bump webmock to at least 2.3.2, but less than 3, since 3 requires ruby 2.0.

Also bump vcr to a compatible versions to avoid tests trying to resolve
DNS for bogus hostnames.
  • Loading branch information
joshcooper committed Jul 16, 2020
1 parent 5fddf54 commit a5e0263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ group(:development, :test) do
gem 'addressable', '< 2.5.0'
# webmock requires hashdiff which requires ruby 2 as of 0.3.9
gem 'hashdiff', '0.3.8'
gem 'webmock', '~> 1.24'
gem 'vcr', '~> 2.9'
gem 'webmock', '~> 2.3'
gem 'vcr', '~> 5.0'
gem "hiera-eyaml", *location_for(ENV['HIERA_EYAML_LOCATION'])

gem 'memory_profiler', :platforms => [:mri_21, :mri_22, :mri_23, :mri_24, :mri_25]
Expand Down

0 comments on commit a5e0263

Please sign in to comment.