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'
|
||||
ruby '3.3.5'
|
||||
ruby '3.3.6'
|
||||
|
||||
gem 'rails', '~> 7.2', '>= 7.2.1'
|
||||
|
||||
|
|
|
@ -565,7 +565,7 @@ DEPENDENCIES
|
|||
will_paginate (~> 4.0)
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.3.5p100
|
||||
ruby 3.3.6p108
|
||||
|
||||
BUNDLED WITH
|
||||
2.5.18
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
vars:
|
||||
local_app_root: "{{ playbook_dir }}/.."
|
||||
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
|
||||
# should be able to become the "impress" user without a password.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
vars:
|
||||
email_address: "emi@matchu.dev" # TODO: Extract this to personal config?
|
||||
impress_hostname: impress.openneo.net
|
||||
ruby_version: "3.3.5"
|
||||
ruby_version: "3.3.6"
|
||||
vars_files:
|
||||
# mysql_root_password, mysql_user_password, mysql_user_password_2020,
|
||||
# dev_ips
|
||||
|
@ -171,7 +171,7 @@
|
|||
git:
|
||||
repo: https://github.com/rbenv/ruby-build.git
|
||||
dest: /opt/ruby-build
|
||||
version: v20240917
|
||||
version: v20241225.2
|
||||
|
||||
- name: Check if Ruby {{ ruby_version }} is already installed
|
||||
stat:
|
||||
|
|
Loading…
Reference in a new issue