Skip to content

Commit

Permalink
Update to ruby 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kaulex99 committed Nov 11, 2024
1 parent 242722f commit 85dd35b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Setup Ruby 3.3.4
- name: Setup Ruby 3.3.6
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.4'
ruby-version: '3.3.6'
bundler-cache: true

- name: Netrc maven.pkg.github.com
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Setup Ruby 3.3.4
- name: Setup Ruby 3.3.6
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.4'
ruby-version: '3.3.6'
bundler-cache: true

- name: Netrc api.github.com
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.4
3.3.6
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,12 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-darwin-19
x86_64-darwin-20

DEPENDENCIES
fastlane

BUNDLED WITH
2.5.19
2.5.22

0 comments on commit 85dd35b

Please sign in to comment.