Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove RubyGems #1611

Merged
merged 3 commits into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
uses: actions/checkout@v2
- name: Dependencies
run: |
bundle install
brew bundle
- name: Test
run: |
Expand Down
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

1 change: 1 addition & 0 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# run 'brew bundle' to install all listed packages

# Build tools
brew "fastlane" # Easiest way to build and release mobile apps
brew "xcbeautify" # Little beautifier tool for xcodebuild

4 changes: 0 additions & 4 deletions Gemfile

This file was deleted.

218 changes: 0 additions & 218 deletions Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
### mac

```sh
[bundle exec] fastlane mac
fastlane mac
```


Expand Down
Loading