Skip to content

Commit 680ece8

Browse files
committed
Bump Ruby from 3.2.4 to 3.3.4
This now the default version too on Render https://docs.render.com/ruby-version > Ruby version 3.3.4 is the default for Render services created on or after 2024-07-11.
1 parent 55370ec commit 680ece8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.4
1+
3.3.4

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
ruby "3.2.4"
3+
ruby "3.3.4"
44

55
gem "rails", "~> 7.1.2"
66
gem "sqlite3", "~> 1.7" # FIXME: relax when rails/rails#51636 will be released

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ DEPENDENCIES
315315
tzinfo-data
316316

317317
RUBY VERSION
318-
ruby 3.2.4p170
318+
ruby 3.3.4p94
319319

320320
BUNDLED WITH
321321
2.5.15

0 commit comments

Comments
 (0)