From 457e10b869b187adee974deb9db520a14c3e4b8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 22:37:51 +0000 Subject: [PATCH] chore(deps): update dependency activesupport to v7.1.1 --- Gemfile.lock | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 425f5c8a8c653..a6b38676518ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,20 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.3.1) + activesupport (7.1.1) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) + base64 (0.1.1) + bigdecimal (3.1.4) capybara (3.37.1) addressable matrix @@ -18,17 +25,21 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) childprocess (4.1.0) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) + connection_pool (2.4.1) diff-lcs (1.5.0) + drb (2.1.1) + ruby2_keywords ethon (0.15.0) ffi (>= 1.15.0) ffi (1.15.5) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) matrix (0.4.2) mini_mime (1.1.2) mini_portile2 (2.8.0) - minitest (5.16.3) + minitest (5.20.0) + mutex_m (0.1.2) nokogiri (1.13.8) mini_portile2 (~> 2.8.0) racc (~> 1.4) @@ -55,6 +66,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.11.0) rspec-support (3.11.0) + ruby2_keywords (0.0.5) rubyzip (2.3.2) selenium-webdriver (4.4.0) childprocess (>= 0.5, < 5.0) @@ -63,7 +75,7 @@ GEM websocket (~> 1.0) typhoeus (1.4.0) ethon (>= 0.9.0) - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) websocket (1.2.9) xpath (3.2.0)