Skip to content

Commit 0b62504

Browse files
committed
Remove Gemfile
1 parent 6a1caab commit 0b62504

File tree

3 files changed

+1
-292
lines changed

3 files changed

+1
-292
lines changed

.github/workflows/github-actions-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v2
1313

14-
- run: bundle install
1514
- run: pod install --repo-update
1615

1716
- name: Set Xcode Version 16.4.0
1817
run: sudo xcode-select -s /Applications/Xcode_16.4.0.app
1918

2019
- name: fastlane
21-
run: set -o pipefail && bundle exec fastlane travis
20+
run: set -o pipefail && fastlane travis
2221

2322
- run: bash <(curl -s https://codecov.io/bash) -J 'FlexLayout' -J 'FlexLayoutTests'
2423

Gemfile

Lines changed: 0 additions & 3 deletions
This file was deleted.

Gemfile.lock

Lines changed: 0 additions & 287 deletions
This file was deleted.

0 commit comments

Comments
 (0)