diff --git a/.ruby-version b/.ruby-version index 005119baa..7921bd0c8 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.4.1 +3.4.8 diff --git a/admin/.ruby-version b/admin/.ruby-version index 005119baa..7921bd0c8 100644 --- a/admin/.ruby-version +++ b/admin/.ruby-version @@ -1 +1 @@ -2.4.1 +3.4.8 diff --git a/ruby/Gemfile b/ruby/Gemfile index 44833e326..994dcec43 100644 --- a/ruby/Gemfile +++ b/ruby/Gemfile @@ -3,7 +3,7 @@ unless ENV["LOCAL_DEV"] == "1" source 'https://jamjam:blueberryjam@int.jamkazam.com/gems/' end -ruby "3.2.2" +ruby "3.4.8" # Look for $WORKSPACE, otherwise use "workspace" as dev path. devenv = ENV["BUILD_NUMBER"].nil? diff --git a/ruby/Gemfile.alt b/ruby/Gemfile.alt index 4fbc091bb..cbeb3b95d 100644 --- a/ruby/Gemfile.alt +++ b/ruby/Gemfile.alt @@ -3,7 +3,7 @@ unless ENV["LOCAL_DEV"] == "1" source 'https://jamjam:blueberryjam@int.jamkazam.com/gems/' end -ruby "3.2.2" +ruby "3.4.8" # Look for $WORKSPACE, otherwise use "workspace" as dev path. devenv = ENV["BUILD_NUMBER"].nil? diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index a34cb26b7..1981304cb 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -800,7 +800,7 @@ DEPENDENCIES zip-codes RUBY VERSION - ruby 3.2.2p53 + ruby 3.4.8p72 BUNDLED WITH 2.4.10 diff --git a/web/.gitignore b/web/.gitignore index 838b4832b..85a035eb1 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -43,5 +43,5 @@ public/uploads /log/*.out BUILD_NUMBER .byebug_history -.ruby-version -.rails5-gems \ No newline at end of file +#.ruby-version +.rails5-gems diff --git a/web/.ruby-version b/web/.ruby-version new file mode 100644 index 000000000..7921bd0c8 --- /dev/null +++ b/web/.ruby-version @@ -0,0 +1 @@ +3.4.8