Skip to content

Commit

Permalink
Upgrade Ruby to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed Dec 16, 2023
1 parent 564541e commit 90d4820
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 218 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Testing.yml
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
xcode-version: 14.2

- name: Set up Ruby 2.7.6
- name: Set up Ruby 3.1.2
uses: ruby/setup-ruby@v1.120.0
with:
ruby-version: 2.7.6
ruby-version: 3.1.2
bundler-cache: true

- name: Danger action
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.7.6
3.1.2
1 change: 1 addition & 0 deletions .tool-versions
@@ -0,0 +1 @@
ruby 3.1.2

0 comments on commit 90d4820

Please sign in to comment.