Skip to content

Commit

Permalink
Update to ruby 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Apr 13, 2023
1 parent 82cb082 commit e9d67c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.7
bundler: 2.1.4
ruby-version: 3.2.2
bundler: 2.4.7
bundler-cache: true
- name: Pull worker
run: bin/pull_worker.sh
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 @@
2.7.7
3.2.2

0 comments on commit e9d67c7

Please sign in to comment.