Skip to content

Commit

Permalink
Update Ruby to version 3.0.7
Browse files Browse the repository at this point in the history
We are on Ruby `3.0.6` and would like to progressively update to the
most current version available.

This commit updates the project from Ruby `3.0.6` to `3.0.7` which is
the latest 3.0.x version available.

Ref:
- https://www.ruby-lang.org/en/downloads/releases/
  • Loading branch information
smaboshe committed Apr 25, 2024
1 parent 891dc8a commit 1b01ada
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
parallelism: 3
docker:
- image: cimg/ruby:3.0.6-node-browsers
- image: cimg/ruby:3.0.7-node-browsers
environment:
BUNDLE_JOBS: 3
BUNDLE_RETRY: 3
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.6
3.0.7
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.0.6
ruby 3.0.7
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "3.0.6"
ruby "3.0.7"

git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ DEPENDENCIES
wrapped

RUBY VERSION
ruby 3.0.6p216
ruby 3.0.7p220

BUNDLED WITH
2.5.9

0 comments on commit 1b01ada

Please sign in to comment.