diff --git a/.ruby-version b/.ruby-version index fd2a018..84d6c67 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.0 +3.4.10 diff --git a/Gemfile b/Gemfile index fd6a99c..88ea54d 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.4.10" # 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..9b1c6d9 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.9) 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.4.10p104 BUNDLED WITH 2.3.3