Skip to content

Commit

Permalink
Update ruby version (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed May 17, 2024
1 parent dfe9ad0 commit 66cbb82
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.3'
ruby-version: '3.3.1'
- name: Checkout Repo
uses: actions/checkout@v3
- name: Bundle Install
Expand All @@ -44,7 +44,7 @@ jobs:
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.3'
ruby-version: '3.3.1'
- name: Checkout Repo
uses: actions/checkout@v3
- name: Bundle Install
Expand All @@ -66,7 +66,7 @@ jobs:
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.3'
ruby-version: '3.3.1'
- name: Checkout Repo
uses: actions/checkout@v3
- name: Bundle Install
Expand All @@ -88,7 +88,7 @@ jobs:
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.3'
ruby-version: '3.3.1'
- name: Checkout Repo
uses: actions/checkout@v3
- name: Bundle Install
Expand All @@ -110,7 +110,7 @@ jobs:
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.3'
ruby-version: '3.3.1'
- name: Checkout Repo
uses: actions/checkout@v3
- name: Bundle Install
Expand All @@ -134,7 +134,7 @@ jobs:
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.3'
ruby-version: '3.3.1'
- name: Checkout Repo
uses: actions/checkout@v3
- name: Bundle Install
Expand All @@ -154,7 +154,7 @@ jobs:
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.3'
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.1.3
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.1.3'
ruby '3.3.1'

source 'https://rubygems.org'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ DEPENDENCIES
cocoapods (~> 1.15.0)

RUBY VERSION
ruby 3.1.3p185
ruby 3.3.1p55

BUNDLED WITH
2.3.15
2.4.12

0 comments on commit 66cbb82

Please sign in to comment.