about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-12-07 12:57:03 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2024-12-07 12:57:03 -0500
commitc705e184eea433db31ec4451876e75040604e572 (patch)
treecf89b65b6bb9997347c5224021e0b37cc042ec7c
parentd238c61a04db3d581ec20b16a5fdc965f941f530 (diff)
downloadpokeviewer-c705e184eea433db31ec4451876e75040604e572.tar.gz
pokeviewer-c705e184eea433db31ec4451876e75040604e572.tar.bz2
pokeviewer-c705e184eea433db31ec4451876e75040604e572.zip
Downgraded to Ruby 3.2.2 to match production server
-rw-r--r--.ruby-version2
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock2
-rw-r--r--config/deploy.rb1
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 @@
1source "https://rubygems.org" 1source "https://rubygems.org"
2 2
3ruby "3.3.6" 3ruby "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"
6gem "rails", "~> 7.1.1" 6gem "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
374RUBY VERSION 374RUBY VERSION
375 ruby 3.3.6p108 375 ruby 3.2.2p53
376 376
377BUNDLED WITH 377BUNDLED 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
43set :rvm_type, :system 43set :rvm_type, :system
44set :rvm_ruby_version, 'ruby-3.3.6'
45set :rvm_custom_path, '/usr/local/rvm' 44set :rvm_custom_path, '/usr/local/rvm'
46 45
47# rails 46# rails