Skip to content

Commit

Permalink
Ruby 3.2
Browse files Browse the repository at this point in the history
- required by `activesupport-8.0.0 requires ruby version >= 3.2.0, which is incompatible with`
  • Loading branch information
kkraune authored Nov 11, 2024
1 parent c6684eb commit 2362aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.2
bundler-cache: true

- uses: actions/setup-java@v4
Expand Down

0 comments on commit 2362aaa

Please sign in to comment.