From 7e7a03641bc5eecb081e985875fa92c8426459e4 Mon Sep 17 00:00:00 2001 From: Adam Leach Date: Thu, 2 Jan 2025 19:17:16 +0000 Subject: [PATCH] Bump activesupport and various dependencies to latest versions --- Gemfile.lock | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2fc5b9e..75b25b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,9 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.2.1) + activesupport (8.0.1) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) @@ -12,13 +13,15 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) airbrake-ruby (6.2.2) rbtree3 (~> 0.6) ast (2.4.2) base64 (0.2.0) - bigdecimal (3.1.8) + benchmark (0.4.0) + bigdecimal (3.1.9) concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) @@ -42,14 +45,14 @@ GEM base64 language_server-protocol (3.17.0.3) logger (1.6.4) - minitest (5.25.1) + minitest (5.25.4) net-http (0.6.0) uri octokit (9.2.0) faraday (>= 1, < 3) sawyer (~> 0.9) parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.6.0) ast (~> 2.4.1) racc public_suffix (6.0.1) @@ -57,7 +60,7 @@ GEM rack (3.1.8) rainbow (3.1.1) rbtree3 (0.7.1) - regexp_parser (2.9.2) + regexp_parser (2.10.0) rexml (3.3.9) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -72,7 +75,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.0) - rubocop (1.66.1) + rubocop (1.68.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -82,21 +85,21 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) + rubocop-ast (1.36.1) parser (>= 3.3.1.0) rubocop-capybara (2.21.0) rubocop (~> 1.41) rubocop-factory_bot (2.26.1) rubocop (~> 1.61) - rubocop-performance (1.22.1) + rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.26.2) + rubocop-rails (2.27.0) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rspec (3.1.0) + rubocop-rspec (3.2.0) rubocop (~> 1.61) rubocop-rspec_rails (2.30.0) rubocop (~> 1.61) @@ -105,15 +108,15 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) - securerandom (0.3.1) - simplycop (2.5.1) - rubocop (= 1.66.1) - rubocop-ast (= 1.32.3) + securerandom (0.4.1) + simplycop (2.9.1) + rubocop (= 1.68.0) + rubocop-ast (= 1.36.1) rubocop-capybara (= 2.21.0) rubocop-factory_bot (= 2.26.1) - rubocop-performance (= 1.22.1) - rubocop-rails (= 2.26.2) - rubocop-rspec (= 3.1.0) + rubocop-performance (= 1.23.0) + rubocop-rails (= 2.27.0) + rubocop-rspec (= 3.2.0) rubocop-rspec_rails (= 2.30.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -141,4 +144,4 @@ DEPENDENCIES webmock BUNDLED WITH - 2.5.9 + 2.6.2