From 57d7ce053a0149d33d0bb88e05ce15a2d801935a Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 01:20:45 +0000 Subject: [PATCH] Update all of rails to version 7.2.0 --- Gemfile | 2 +- Gemfile.lock | 30 ++++++++++++++++++++---------- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 7c36abef..ac7b3f82 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.2", ">= 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..25ca589a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,36 +32,46 @@ GIT GEM remote: https://rubygems.org/ specs: - activesupport (6.1.1) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (7.2.0) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - tzinfo (~> 2.0) - zeitwerk (~> 2.3) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) 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.4) + 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) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.6.0) method_source (1.0.0) mini_portile2 (2.8.2) - minitest (5.14.3) + minitest (5.24.1) multi_json (1.15.0) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) @@ -118,6 +128,7 @@ GEM sexp_processor (~> 4.9) sassc (2.4.0) ffi (~> 1.9) + securerandom (0.3.1) sexp_processor (4.15.2) sinatra (2.1.0) mustermann (~> 1.0) @@ -138,15 +149,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.2, >= 6.0.3.1) awesome_print (~> 1.8) barnes (~> 0.0.7) chronic (~> 0.10.2)