From cea5886aa704c82d34a3ee2caebaa43d5fa22ac7 Mon Sep 17 00:00:00 2001 From: Adrien POLY Date: Sun, 27 Aug 2023 02:28:17 +0200 Subject: [PATCH] upgrade rails --- Gemfile.lock | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 81c4d5f2..e799d2e9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/rails/rails.git - revision: c0980d30360149d0c77beb79850e047440c628bf + revision: 55412cd9257dc27a8a9175529857ce5f2d81f92f branch: main specs: actioncable (7.1.0.alpha) @@ -68,6 +68,7 @@ GIT marcel (~> 1.0) activesupport (7.1.0.alpha) base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) connection_pool (>= 2.2.5) drb @@ -123,6 +124,7 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties + bigdecimal (3.1.4) bindex (0.8.1) bootsnap (1.16.0) msgpack (~> 1.2) @@ -277,7 +279,7 @@ GEM rainbow (3.1.1) rake (13.0.6) regexp_parser (2.8.1) - reline (0.3.7) + reline (0.3.8) io-console (~> 0.5) rexml (3.2.6) rubocop (1.52.1) @@ -309,10 +311,10 @@ GEM websocket (~> 1.0) smart_properties (1.17.0) sorbet-runtime (0.5.10962) - sqlite3 (1.6.3-aarch64-linux) - sqlite3 (1.6.3-arm64-darwin) - sqlite3 (1.6.3-x86_64-darwin) - sqlite3 (1.6.3-x86_64-linux) + sqlite3 (1.6.4-aarch64-linux) + sqlite3 (1.6.4-arm64-darwin) + sqlite3 (1.6.4-x86_64-darwin) + sqlite3 (1.6.4-x86_64-linux) standard (1.30.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0)