From 8c05a2afc9584c60805e30c76c0fff08817d9c2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 04:51:38 +0000 Subject: [PATCH] Update dependency ruby to v3.3.2 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.ruby-version b/.ruby-version index fd2a018..4772543 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.0 +3.3.2 diff --git a/Gemfile b/Gemfile index fd6a99c..5614cb9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.1.0" +ruby "3.3.2" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.4" diff --git a/Gemfile.lock b/Gemfile.lock index e9c0802..876d654 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,6 +112,7 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.2) + mini_portile2 (2.8.6) minitest (5.16.3) msgpack (1.5.6) net-imap (0.2.3) @@ -129,7 +130,8 @@ GEM net-protocol timeout nio4r (2.5.8) - nokogiri (1.13.8-x86_64-darwin) + nokogiri (1.13.8) + mini_portile2 (~> 2.8.0) racc (~> 1.4) public_suffix (5.0.0) puma (5.6.5) @@ -187,7 +189,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.5.0-x86_64-darwin) + sqlite3 (1.5.0) + mini_portile2 (~> 2.8.0) stimulus-rails (1.1.0) railties (>= 6.0.0) strscan (3.0.4) @@ -218,6 +221,7 @@ GEM PLATFORMS x86_64-darwin-21 + x86_64-linux DEPENDENCIES bootsnap @@ -238,7 +242,7 @@ DEPENDENCIES webdrivers RUBY VERSION - ruby 3.1.0p0 + ruby 3.3.2p78 BUNDLED WITH 2.3.3