From af75ce8c3c49e481c533a9124cf557fe5ec94649 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 06:48:09 +0000 Subject: [PATCH] chore(deps): update dependency activesupport to v8 --- test/integration/Gemfile | 2 +- test/integration/Gemfile.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/test/integration/Gemfile b/test/integration/Gemfile index c7f0506d..01a1067b 100644 --- a/test/integration/Gemfile +++ b/test/integration/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'activesupport', '~> 7.1', require: false +gem 'activesupport', '~> 8.0', require: false gem 'byebug' gem 'memory_profiler' gem 'multipart-post' diff --git a/test/integration/Gemfile.lock b/test/integration/Gemfile.lock index 225049d5..03f4ae96 100644 --- a/test/integration/Gemfile.lock +++ b/test/integration/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.2.2.1) + activesupport (8.0.0.1) base64 benchmark (>= 0.3) bigdecimal @@ -13,8 +13,9 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) base64 (0.2.0) - benchmark (0.3.0) + benchmark (0.4.0) bigdecimal (3.1.8) byebug (11.1.3) concurrent-ruby (1.3.4) @@ -26,7 +27,7 @@ GEM concurrent-ruby (~> 1.0) logger (1.6.2) memory_profiler (1.1.0) - minitest (5.24.1) + minitest (5.25.4) multipart-post (2.4.1) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -42,7 +43,7 @@ GEM rspec-support (~> 3.13.0) rspec-support (3.13.0) rtesseract (3.1.3) - securerandom (0.3.2) + securerandom (0.4.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -51,12 +52,13 @@ GEM simplecov_json_formatter (0.1.4) tzinfo (2.0.6) concurrent-ruby (~> 1.0) + uri (1.0.2) PLATFORMS ruby DEPENDENCIES - activesupport (~> 7.1) + activesupport (~> 8.0) byebug memory_profiler multipart-post