Skip to content

Commit f227b5b

Browse files
authored
Merge pull request #5184 from rubyforgood/ruby-3.4
Bump to Ruby 3.4
2 parents fc95a66 + 6dd2b21 commit f227b5b

3 files changed

Lines changed: 9 additions & 14 deletions

File tree

.cloud66/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
rails:
22
configuration:
3-
ruby_version: 3.2.2
3+
ruby_version: 3.4.3

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.4.3

Gemfile.lock

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,10 @@ GEM
268268
concurrent-ruby (~> 1.1)
269269
webrick (~> 1.7)
270270
websocket-driver (~> 0.7)
271-
ffi (1.17.0)
272-
ffi (1.17.0-arm64-darwin)
273-
ffi (1.17.0-x86_64-darwin)
274-
ffi (1.17.0-x86_64-linux-gnu)
271+
ffi (1.17.2)
272+
ffi (1.17.2-arm64-darwin)
273+
ffi (1.17.2-x86_64-darwin)
274+
ffi (1.17.2-x86_64-linux-gnu)
275275
filterrific (5.2.7)
276276
flipper (1.3.4)
277277
concurrent-ruby (< 2)
@@ -733,16 +733,11 @@ GEM
733733
zeitwerk (2.7.2)
734734

735735
PLATFORMS
736-
arm64-darwin-20
737-
arm64-darwin-21
738-
arm64-darwin-22
739-
arm64-darwin-23
736+
arm64-darwin
740737
ruby
741-
x86_64-darwin-20
742-
x86_64-darwin-21
743-
x86_64-darwin-22
744-
x86_64-darwin-23
738+
x86_64-darwin
745739
x86_64-linux
740+
x86_64-linux-gnu
746741

747742
DEPENDENCIES
748743
annotaterb

0 commit comments

Comments
 (0)