diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 12:57:03 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 12:57:03 -0500 |
commit | c705e184eea433db31ec4451876e75040604e572 (patch) | |
tree | cf89b65b6bb9997347c5224021e0b37cc042ec7c | |
parent | d238c61a04db3d581ec20b16a5fdc965f941f530 (diff) | |
download | pokeviewer-c705e184eea433db31ec4451876e75040604e572.tar.gz pokeviewer-c705e184eea433db31ec4451876e75040604e572.tar.bz2 pokeviewer-c705e184eea433db31ec4451876e75040604e572.zip |
Downgraded to Ruby 3.2.2 to match production server
-rw-r--r-- | .ruby-version | 2 | ||||
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 2 | ||||
-rw-r--r-- | 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 @@ | |||
1 | source "https://rubygems.org" | 1 | source "https://rubygems.org" |
2 | 2 | ||
3 | ruby "3.3.6" | 3 | ruby "3.2.2" |
4 | 4 | ||
5 | # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" | 5 | # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" |
6 | gem "rails", "~> 7.1.1" | 6 | 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 | |||
372 | web-console | 372 | web-console |
373 | 373 | ||
374 | RUBY VERSION | 374 | RUBY VERSION |
375 | ruby 3.3.6p108 | 375 | ruby 3.2.2p53 |
376 | 376 | ||
377 | BUNDLED WITH | 377 | BUNDLED WITH |
378 | 2.5.22 | 378 | 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' } | |||
41 | 41 | ||
42 | # rvm | 42 | # rvm |
43 | set :rvm_type, :system | 43 | set :rvm_type, :system |
44 | set :rvm_ruby_version, 'ruby-3.3.6' | ||
45 | set :rvm_custom_path, '/usr/local/rvm' | 44 | set :rvm_custom_path, '/usr/local/rvm' |
46 | 45 | ||
47 | # rails | 46 | # rails |