Skip to content

Commit

Permalink
Move to ruby 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Apr 20, 2023
1 parent ca175a3 commit 0840b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.3
ruby-version: 3.2.2
bundler: 2.4.7
bundler-cache: true
- name: Pull worker
Expand All @@ -30,4 +30,3 @@ jobs:
gem push *.gem
env:
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"

2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.2.2

0 comments on commit 0840b38

Please sign in to comment.