Skip to content

Commit

Permalink
deps: Update Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
Strappazzon committed Dec 6, 2024
1 parent c7be378 commit 1bab26b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Ruby
env:
BUNDLE_SPECIFIC_PLATFORM: 1
uses: ruby/setup-ruby@v1.191.0
uses: ruby/setup-ruby@v1.202.0
with:
bundler-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Ruby
env:
BUNDLE_SPECIFIC_PLATFORM: 1
uses: ruby/setup-ruby@v1.191.0
uses: ruby/setup-ruby@v1.202.0
with:
bundler-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Ruby
env:
BUNDLE_SPECIFIC_PLATFORM: 1
uses: ruby/setup-ruby@v1.191.0
uses: ruby/setup-ruby@v1.202.0
with:
bundler-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: steps.check_changes.outputs.changed_rb != ''
env:
BUNDLE_SPECIFIC_PLATFORM: 1
uses: ruby/setup-ruby@v1.191.0
uses: ruby/setup-ruby@v1.202.0
with:
bundler-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 23.1.0
ruby 3.3.4
ruby 3.3.5

0 comments on commit 1bab26b

Please sign in to comment.