From c705e184eea433db31ec4451876e75040604e572 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 7 Dec 2024 12:57:03 -0500 Subject: Downgraded to Ruby 3.2.2 to match production server --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- config/deploy.rb | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index e391e18..9e79f6c 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.3.6 +ruby-3.2.2 diff --git a/Gemfile b/Gemfile index 67fc9bf..6743430 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -ruby "3.3.6" +ruby "3.2.2" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.1.1" diff --git a/Gemfile.lock b/Gemfile.lock index 19d64ed..1eec881 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -372,7 +372,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.3.6p108 + ruby 3.2.2p53 BUNDLED WITH 2.5.22 diff --git a/config/deploy.rb b/config/deploy.rb index 1aed1b1..e69f68f 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -41,7 +41,6 @@ set :default_env, { 'RAILS_RELATIVE_URL_ROOT' => '/poke3' } # rvm set :rvm_type, :system -set :rvm_ruby_version, 'ruby-3.3.6' set :rvm_custom_path, '/usr/local/rvm' # rails -- cgit 1.4.1