Skip to content

Commit

Permalink
Ruby 3.4.1 (#1847)
Browse files Browse the repository at this point in the history
This updates `ruby` from 3.3.6 to 3.4.1.
  • Loading branch information
jagthedrummer authored Dec 30, 2024
1 parent 86ad4b7 commit 54b558f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ aliases:
paths:
- node_modules
- &ruby_node_browsers_docker_image
- image: cimg/ruby:3.3.6-browsers
- image: cimg/ruby:3.4.1-browsers
environment:
PGHOST: localhost
PGUSER: untitled_application
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.6
3.4.1
12 changes: 5 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,8 @@ GEM
coderay (1.1.3)
colorize (1.1.0)
colorizer (0.0.2)
commonmarker (2.0.1-arm64-darwin)
commonmarker (2.0.1-x86_64-darwin)
commonmarker (2.0.1-x86_64-linux)
commonmarker (2.0.1)
rb_sys (~> 0.9)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
Expand Down Expand Up @@ -322,9 +321,7 @@ GEM
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
fastimage (2.3.1)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0)
figaro (1.2.0)
thor (>= 0.14.0, < 2)
foreman (0.88.1)
Expand Down Expand Up @@ -554,6 +551,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rb_sys (0.9.105)
rdoc (6.10.0)
psych (>= 4.0.0)
redis (5.3.0)
Expand Down Expand Up @@ -780,7 +778,7 @@ DEPENDENCIES
web-console

RUBY VERSION
ruby 3.3.6
ruby 3.4.1p0

BUNDLED WITH
2.4.10

0 comments on commit 54b558f

Please sign in to comment.