From 1e344ffce84ea5c29b0294d28aa905c3d433b343 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 00:20:59 +0000 Subject: [PATCH] Update all of rails to version 7.1.1 --- Gemfile.lock | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c0ce2748..2bd8dde4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dynamoid (3.8.0) + dynamoid (3.9.0) activemodel (>= 4) aws-sdk-dynamodb (~> 1.0) concurrent-ruby (>= 1.0) @@ -9,12 +9,17 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (7.0.4) - activesupport (= 7.0.4) - activesupport (7.0.4) + activemodel (7.1.1) + activesupport (= 7.1.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) appraisal (2.4.1) bundler @@ -33,22 +38,28 @@ GEM aws-sigv4 (~> 1.1) aws-sigv4 (1.5.2) aws-eventstream (~> 1, >= 1.0.2) + base64 (0.1.1) + bigdecimal (3.1.4) byebug (11.1.3) childprocess (4.1.0) codecov (0.6.0) simplecov (>= 0.15, < 0.22) coderay (1.1.3) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) + connection_pool (2.4.1) diff-lcs (1.5.0) docile (1.4.0) - i18n (1.12.0) + drb (2.1.1) + ruby2_keywords + i18n (1.14.1) concurrent-ruby (~> 1.0) iniparse (1.5.0) jaro_winkler (1.5.4) jmespath (1.6.2) json (2.6.3) method_source (1.0.0) - minitest (5.16.3) + minitest (5.20.0) + mutex_m (0.1.2) overcommit (0.59.1) childprocess (>= 0.6.3, < 5) iniparse (~> 1.4) @@ -103,6 +114,7 @@ GEM rubocop-thread_safety (0.4.4) rubocop (>= 0.53.0) ruby-progressbar (1.11.0) + ruby2_keywords (0.0.5) simplecov (0.21.2) docile (~> 1.1) simplecov-html (~> 0.11) @@ -117,7 +129,7 @@ GEM simplecov-lcov (0.8.0) simplecov_json_formatter (0.1.4) thor (1.2.1) - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) webrick (1.7.0)