Skip to content

Commit

Permalink
Update Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed May 17, 2024
1 parent 657485f commit 79689bf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
name: Pod Lint
runs-on: macos-14
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.1'
- name: Checkout Repo
uses: actions/checkout@v3
- name: Bundle Install
Expand All @@ -32,6 +35,9 @@ jobs:
]
fail-fast: false
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.1'
- name: Checkout Repo
uses: actions/checkout@v3
- name: Bundle Install
Expand All @@ -49,6 +55,9 @@ jobs:
name: Swift Build Xcode 15
runs-on: macos-14
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.1'
- name: Checkout Repo
uses: actions/checkout@v3
- name: Bundle Install
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.6
3.3.1
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby '3.0.6'
ruby '3.3.1'

source 'https://rubygems.org'

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ DEPENDENCIES
cocoapods (~> 1.15.0)

RUBY VERSION
ruby 3.0.6p216
ruby 3.3.1p55

BUNDLED WITH
2.4.12

0 comments on commit 79689bf

Please sign in to comment.