From cb3cfbf81bc8ae89c0eb3f0ab312f0bd81da201d Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 22:00:25 +0000 Subject: [PATCH] Update all of rails to version 7.1.3.4 --- Gemfile | 2 +- Gemfile.lock | 24 ++++++++++++++++-------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 7c36abef..3c7edac5 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "sinatra", "~> 2.1" gem "sinatra-contrib", "~> 2.1" gem "erector", ">=0.9.0" gem "puma", "~> 5.1" -gem "activesupport", "~> 6.0", ">= 6.0.3.1" +gem "activesupport", "~> 7.1", ">= 6.0.3.1" gem "json", "~> 2.3", ">= 2.3.1" gem "rack-rewrite", "~>1.5" gem "sassc", "~> 2.4", ">= 2.4.0" diff --git a/Gemfile.lock b/Gemfile.lock index dd8a4ee5..4404c81f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,28 +32,36 @@ GIT GEM remote: https://rubygems.org/ specs: - activesupport (6.1.1) + activesupport (7.1.3.4) + 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) - zeitwerk (~> 2.3) awesome_print (1.8.0) barnes (0.0.8) multi_json (~> 1) statsd-ruby (~> 1.1) + base64 (0.2.0) + bigdecimal (3.1.8) chronic (0.10.2) coderay (1.1.3) colored (1.2) - concurrent-ruby (1.1.7) + concurrent-ruby (1.3.1) + connection_pool (2.4.1) daemons (1.3.1) diff-lcs (1.2.5) + drb (2.2.1) erector (0.10.0) treetop (>= 1.2.3) eventmachine (1.2.7) ffi (1.14.2) files (0.4.0) - i18n (1.8.7) + i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.5.1) listen (3.4.1) @@ -61,10 +69,11 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) method_source (1.0.0) mini_portile2 (2.8.2) - minitest (5.14.3) + minitest (5.23.1) multi_json (1.15.0) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) + mutex_m (0.2.0) newrelic_rpm (6.14.0) nio4r (2.5.4) nokogiri (1.14.3) @@ -138,15 +147,14 @@ GEM tilt (2.0.10) treetop (1.6.11) polyglot (~> 0.3) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) - zeitwerk (2.4.2) PLATFORMS ruby DEPENDENCIES - activesupport (~> 6.0, >= 6.0.3.1) + activesupport (~> 7.1, >= 6.0.3.1) awesome_print (~> 1.8) barnes (~> 0.0.7) chronic (~> 0.10.2)