diff --git a/.ruby-version b/.ruby-version index be94e6f53..944880fa1 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.2.0 diff --git a/Gemfile b/Gemfile index 59d1977ae..70b01c95d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,6 @@ source "https://rubygems.org" ruby File.read(".ruby-version") -ruby "~> 3.2.0" - gem "rails", "7.0.6" gem "bootsnap", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 3aaf7e660..558e8e2cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -609,7 +609,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.2.2p53 + ruby 3.2.0p0 BUNDLED WITH 2.3.24