Upgrade to Ruby 3.3.6
Fedora upgraded its system Ruby, and I'm on that laptop today, and I prefer to have prod keep pace rather than use rbenv to keep myself and prod knowingly on an older version!
This commit is contained in:
parent
2b8fe68387
commit
b61526f6ad
5 changed files with 6 additions and 6 deletions
|
@ -1 +1 @@
|
||||||
3.3.5
|
3.3.6
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -1,5 +1,5 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
ruby '3.3.5'
|
ruby '3.3.6'
|
||||||
|
|
||||||
gem 'rails', '~> 7.2', '>= 7.2.1'
|
gem 'rails', '~> 7.2', '>= 7.2.1'
|
||||||
|
|
||||||
|
|
|
@ -565,7 +565,7 @@ DEPENDENCIES
|
||||||
will_paginate (~> 4.0)
|
will_paginate (~> 4.0)
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 3.3.5p100
|
ruby 3.3.6p108
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.5.18
|
2.5.18
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
vars:
|
vars:
|
||||||
local_app_root: "{{ playbook_dir }}/.."
|
local_app_root: "{{ playbook_dir }}/.."
|
||||||
remote_project_root: "/srv/impress"
|
remote_project_root: "/srv/impress"
|
||||||
ruby_version: "3.3.5"
|
ruby_version: "3.3.6"
|
||||||
|
|
||||||
# deploy:setup should have added us to the "impress-deployers" group, so we
|
# deploy:setup should have added us to the "impress-deployers" group, so we
|
||||||
# should be able to become the "impress" user without a password.
|
# should be able to become the "impress" user without a password.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
vars:
|
vars:
|
||||||
email_address: "emi@matchu.dev" # TODO: Extract this to personal config?
|
email_address: "emi@matchu.dev" # TODO: Extract this to personal config?
|
||||||
impress_hostname: impress.openneo.net
|
impress_hostname: impress.openneo.net
|
||||||
ruby_version: "3.3.5"
|
ruby_version: "3.3.6"
|
||||||
vars_files:
|
vars_files:
|
||||||
# mysql_root_password, mysql_user_password, mysql_user_password_2020,
|
# mysql_root_password, mysql_user_password, mysql_user_password_2020,
|
||||||
# dev_ips
|
# dev_ips
|
||||||
|
@ -171,7 +171,7 @@
|
||||||
git:
|
git:
|
||||||
repo: https://github.com/rbenv/ruby-build.git
|
repo: https://github.com/rbenv/ruby-build.git
|
||||||
dest: /opt/ruby-build
|
dest: /opt/ruby-build
|
||||||
version: v20240917
|
version: v20241225.2
|
||||||
|
|
||||||
- name: Check if Ruby {{ ruby_version }} is already installed
|
- name: Check if Ruby {{ ruby_version }} is already installed
|
||||||
stat:
|
stat:
|
||||||
|
|
Loading…
Reference in a new issue