diff --git a/Gemfile b/Gemfile index 81cdc732..bbafd65b 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,7 @@ group :test do gem 'selenium-webdriver', '~> 4.25.0' gem 'shoulda-matchers', '~> 6.3' gem 'simplecov', '~> 0.22.0', require: false - gem 'webmock', '~> 3.23' + gem 'webmock', '~> 3.24' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index f171347e..25240737 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -482,7 +482,7 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.3.7) + rexml (3.3.8) rouge (4.3.0) rspec-core (3.13.0) rspec-support (~> 3.13.0) @@ -590,7 +590,7 @@ GEM useragent (0.16.10) warden (1.2.9) rack (>= 2.0.9) - webmock (3.23.1) + webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -677,7 +677,7 @@ DEPENDENCIES sprockets-rails (~> 3.5, >= 3.5.2) strong_migrations (~> 2.0) tzinfo-data - webmock (~> 3.23) + webmock (~> 3.24) yaaf (~> 3.0) RUBY VERSION