Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
parallelism: 1
docker:
- image: cimg/ruby:4.0.2-browsers
- image: cimg/ruby:4.0.3-browsers
environment:
BUNDLE_PATH: vendor/bundle
NODE_VERSION: 22.17.1
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.2
4.0.3
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby 4.0.2
ruby 4.0.3
nodejs 25.9.0
postgres 16.8
pnpm 10.5.2
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,11 @@ DEPENDENCIES
with_model

RUBY VERSION
<<<<<<< HEAD
ruby 4.0.2
=======
ruby 4.0.3
>>>>>>> 6d65294 (Update Ruby to version 4.0.3 (#1410))

BUNDLED WITH
2.6.2
Loading