diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index c2807bef..2a66cd50 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -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 diff --git a/example/Gemfile b/example/Gemfile index 512474b6..1f657254 100644 --- a/example/Gemfile +++ b/example/Gemfile @@ -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'