diff --git a/Gemfile b/Gemfile index 40069d9263..9a327f77db 100644 --- a/Gemfile +++ b/Gemfile @@ -196,7 +196,7 @@ group :test do # More concise test ("should") matchers gem 'shoulda-matchers', '~> 6.1' # Mock HTTP requests and ensure they are not called during tests. - gem "webmock", "~> 3.19" + gem "webmock", "~> 3.20" # Interface capybara to chrome headless gem "cuprite" end diff --git a/Gemfile.lock b/Gemfile.lock index bd4fbb8bb5..be0a2b5d80 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,6 +88,7 @@ GEM erubi (>= 1.0.0) rack (>= 0.9.0) rouge (>= 1.0.0) + bigdecimal (3.1.6) bindex (0.8.1) binding_of_caller (1.0.0) debug_inspector (>= 0.0.1) @@ -125,7 +126,8 @@ GEM connection_pool (2.4.1) coverband (6.0.1) redis (>= 3.0) - crack (0.4.5) + crack (0.4.6) + bigdecimal rexml crass (1.0.6) cuprite (0.15) @@ -256,7 +258,7 @@ GEM guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) - hashdiff (1.0.1) + hashdiff (1.1.0) hashie (5.0.0) httparty (0.21.0) mini_mime (>= 1.0.0) @@ -621,7 +623,7 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webmock (3.19.1) + webmock (3.20.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -728,7 +730,7 @@ DEPENDENCIES terser turbo-rails web-console - webmock (~> 3.19) + webmock (~> 3.20) BUNDLED WITH 2.5.4