Skip to content

Commit

Permalink
Upgrade to Ruby 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coalest committed Dec 31, 2024
1 parent 1957a79 commit 6c0848f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .cloud66/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rails:
configuration:
ruby_version: 3.2.2
ruby_version: 3.4.1
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.4.1
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@ GEM
concurrent-ruby (~> 1.1)
webrick (~> 1.7)
websocket-driver (~> 0.7)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86_64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
filterrific (5.2.5)
flipper (1.3.1)
concurrent-ruby (< 2)
Expand Down Expand Up @@ -403,11 +403,11 @@ GEM
net-protocol
newrelic_rpm (9.16.0)
nio4r (2.7.4)
nokogiri (1.17.2-arm64-darwin)
nokogiri (1.18.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-darwin)
nokogiri (1.18.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-linux)
nokogiri (1.18.1-x86_64-linux-gnu)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down

0 comments on commit 6c0848f

Please sign in to comment.