Skip to content

Commit

Permalink
Remove RubyGems (#1611)
Browse files Browse the repository at this point in the history
  • Loading branch information
pereBohigas committed Feb 28, 2024
1 parent f76bd92 commit 1861c11
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 225 deletions.
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

0 comments on commit 1861c11

Please sign in to comment.