Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Oct 31, 2024
1 parent 1087f12 commit 3042633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ runs:
with:
bundler-cache: true

- name: Setup activesupport
- name: Setup by gem
if: ${{ runner.os == 'macOS' }}
run:
gem install activesupport -v 7.0.8
gem install xcodeproj -v 1.25.1
shell: bash

- name: Setup Cocoapods
Expand Down
1 change: 0 additions & 1 deletion example/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ ruby ">= 2.6.10"

gem 'cocoapods', '~> 1.12'
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'
gem 'xcodeproj', '1.25.1'

0 comments on commit 3042633

Please sign in to comment.