diff --git a/Gemfile b/Gemfile index 31747a2..6f0f4ba 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.2.0" +ruby "3.2.2" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.2", ">= 7.0.2.3" diff --git a/Gemfile.lock b/Gemfile.lock index fffa167..50f4185 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -270,7 +270,7 @@ DEPENDENCIES webdrivers RUBY VERSION - ruby 3.2.0p0 + ruby 3.2.2p53 BUNDLED WITH - 2.4.6 + 2.4.20