Skip to content

Commit 8263f7e

Browse files
committed
Bump ruby to 3.3.9
Add bundled rbenv and ruby 3.3.9 installation files. These should be installed automatically as part of cap deploy. For more information, run: cap -e ndr_dev_support:install_ruby To preinstall ruby and bundled gems: cap target deploy:preinstall
1 parent 2c764eb commit 8263f7e

8 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
fail-fast: false
99
matrix:
1010
ruby-version:
11-
- '3.2'
1211
- '3.3'
12+
- '3.4'
1313

1414
name: Ruby ${{ matrix.ruby-version }}
1515

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.8
1+
3.3.9

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
# ruby '3.2.8'
4+
# ruby '3.3.9'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 7.1.0'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,4 +401,4 @@ DEPENDENCIES
401401
spring-watcher-listen (~> 2.0)
402402

403403
BUNDLED WITH
404-
2.3.27
404+
2.5.22

config/deployments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
live:
3-
ruby: 3.2.8
3+
ruby: 3.3.9
44
branch: 'main'

vendor/rbenv/rbenv.tar.gz

8.87 KB
Binary file not shown.

vendor/rbenv/ruby-build.tar.gz

107 KB
Binary file not shown.

0 commit comments

Comments
 (0)