Skip to content

Commit

Permalink
Merge pull request #185 from cashapp/krueger/ruby-bundler-version
Browse files Browse the repository at this point in the history
Update ruby and bundler versions
  • Loading branch information
kruegermj committed Jan 18, 2024
2 parents 22150a3 + 5890b18 commit 0095f44
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2.2'
- name: Bundle Install
run: bundle install --gemfile=Example/Gemfile
- name: Prepare Simulator Runtimes
Expand All @@ -41,6 +44,9 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2.2'
- name: Bundle Install
run: bundle install --gemfile=Example/Gemfile
- name: Select Xcode Version (12.5.1)
Expand All @@ -64,6 +70,9 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2.2'
- name: Bundle Install
run: bundle install --gemfile=Example/Gemfile
- name: Pod Install
Expand Down
3 changes: 3 additions & 0 deletions Example/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ruby '3.2.2'
source 'https://rubygems.org'

def cocoapods_gem(name, gem_name = name.downcase, **opts)
gem gem_name, git: "https://github.com/CocoaPods/#{name}", **opts
end
Expand Down
5 changes: 4 additions & 1 deletion Example/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,8 @@ DEPENDENCIES
nanaimo!
xcodeproj!

RUBY VERSION
ruby 3.2.2p53

BUNDLED WITH
1.17.3
2.4.22

0 comments on commit 0095f44

Please sign in to comment.