From fa4aa657a64d1ca5941e7312e112ce82118bfbff Mon Sep 17 00:00:00 2001 From: Thibaud Guillaume-Gentil Date: Fri, 8 Nov 2024 07:57:45 +0100 Subject: [PATCH] Ruby 3.3.6 and gems upgrade https://www.ruby-lang.org/en/news/2024/11/05/ruby-3-3-6-released/ --- .ruby-version | 2 +- .tool-versions | 1 - Gemfile.lock | 56 +++++++++++++++++++++++++++----------------------- 3 files changed, 31 insertions(+), 28 deletions(-) delete mode 100644 .tool-versions diff --git a/.ruby-version b/.ruby-version index fa7adc7a..9c25013d 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.5 +3.3.6 diff --git a/.tool-versions b/.tool-versions deleted file mode 100644 index 1dd19980..00000000 --- a/.tool-versions +++ /dev/null @@ -1 +0,0 @@ -ruby 3.3.5 diff --git a/Gemfile.lock b/Gemfile.lock index 86e28eda..3423eedb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/rails/solid_queue.git - revision: 51c75bec01c8c53f2fe573822f0158e8b62030aa + revision: 71cc52de595390dce5e2a8a7d1189c1a3c31dbb4 branch: main specs: solid_queue (1.0.0) @@ -108,7 +108,7 @@ GEM bank-contact (0.0.6) base64 (0.2.0) bcrypt (3.1.20) - benchmark (0.3.0) + benchmark (0.4.0) bigdecimal (3.1.8) bindex (0.8.1) bootsnap (1.18.4) @@ -153,8 +153,8 @@ GEM activemodel (>= 3) activesupport (>= 3) diff-lcs (1.5.1) - discard (1.3.0) - activerecord (>= 4.2, < 8) + discard (1.4.0) + activerecord (>= 4.2, < 9.0) domain_name (0.6.20240107) dotenv (3.1.4) drb (2.2.1) @@ -210,7 +210,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) hashery (2.1.2) - hexapdf (1.0.0) + hexapdf (1.0.2) cmdparse (~> 3.0, >= 3.0.3) geom2d (~> 0.4, >= 0.4.1) openssl (>= 2.2.1) @@ -245,7 +245,7 @@ GEM irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.7.5) + json (2.8.1) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -315,14 +315,18 @@ GEM mini_mime (1.1.5) mini_portile2 (2.8.7) minitest (5.25.1) - mission_control-jobs (0.3.3) - importmap-rails + mission_control-jobs (0.4.0) + actioncable (>= 7.1) + actionpack (>= 7.1) + activejob (>= 7.1) + activerecord (>= 7.1) + importmap-rails (>= 1.2.1) irb (~> 1.13) - rails (>= 7.1) + railties (>= 7.1) stimulus-rails turbo-rails msgpack (1.7.3) - net-http (0.4.1) + net-http (0.5.0) uri net-imap (0.5.0) date @@ -343,9 +347,9 @@ GEM racc (~> 1.4) openssl (3.2.0) optimist (3.1.0) - ostruct (0.6.0) + ostruct (0.6.1) parallel (1.26.3) - parser (3.3.5.1) + parser (3.3.6.0) ast (~> 2.4.1) racc patience_diff (1.2.0) @@ -395,7 +399,7 @@ GEM rack railties (>= 7.0.0) prosopite (1.4.2) - psych (5.1.2) + psych (5.2.0) stringio public_suffix (6.0.1) puma (6.4.3) @@ -462,7 +466,7 @@ GEM rdoc (6.7.0) psych (>= 4.0.0) regexp_parser (2.9.2) - reline (0.5.10) + reline (0.5.11) io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4) @@ -501,7 +505,7 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.33.1) + rubocop-ast (1.34.1) parser (>= 3.3.1.0) rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) @@ -519,15 +523,15 @@ GEM rubocop-minitest rubocop-performance rubocop-rails - ruby-lsp (0.20.1) + ruby-lsp (0.21.3) language_server-protocol (~> 3.17.0) prism (>= 1.2, < 2.0) rbs (>= 3, < 4) sorbet-runtime (>= 0.5.10782) - ruby-lsp-rails (0.3.21) - ruby-lsp (>= 0.20.0, < 0.21.0) - ruby-lsp-rspec (0.1.17) - ruby-lsp (~> 0.20.1) + ruby-lsp-rails (0.3.25) + ruby-lsp (>= 0.21.2, < 0.22.0) + ruby-lsp-rspec (0.1.18) + ruby-lsp (~> 0.21.0) ruby-progressbar (1.13.0) ruby-rc4 (0.1.5) ruby-vips (2.2.2) @@ -551,14 +555,14 @@ GEM slim (5.2.1) temple (~> 0.10.0) tilt (>= 2.1.0) - sorbet-runtime (0.5.11633) + sorbet-runtime (0.5.11642) sqlite3 (2.2.0) mini_portile2 (~> 2.8.0) sqlite3 (2.2.0-arm64-darwin) sqlite3 (2.2.0-x86_64-linux-gnu) stimulus-rails (1.3.4) railties (>= 6.0.0) - stringio (3.1.1) + stringio (3.1.2) super_diff (0.13.0) attr_extras (>= 6.2.4) diff-lcs @@ -578,7 +582,7 @@ GEM thruster (0.1.8-arm64-darwin) thruster (0.1.8-x86_64-linux) tilt (2.4.0) - timeout (0.4.1) + timeout (0.4.2) tod (3.1.2) truemail (3.3.1) simpleidn (~> 0.2.1) @@ -590,7 +594,7 @@ GEM concurrent-ruby (~> 1.0) unaccent (0.4.0) unicode-display_width (2.6.0) - uri (0.13.1) + uri (1.0.1) user_agent_parser (2.18.0) useragent (0.16.10) web-console (4.2.1) @@ -696,7 +700,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.3.5p100 + ruby 3.3.6p108 BUNDLED WITH - 2.5.22 + 2.5.23