This repository has been archived by the owner on May 31, 2023. It is now read-only.
forked from fastlane/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Downgrade danger to keep supporting Ruby 2.6.
- Loading branch information
Showing
2 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
source("https://rubygems.org") | ||
|
||
# We want to test with the latest master branch | ||
gem "danger" | ||
gem "danger", "~> 8" # Fixed on 8.x because 9.x uses Octokit 5.x which doesn't support Ruby 2.6, which is needed to run verify_docs lane in fastlane's main repo. | ||
gem "fastlane", git: "https://github.com/fastlane/fastlane" | ||
gem "rubocop", "0.49.1" | ||
|
||
# Needed for testing sample code | ||
gem "xcov" | ||
gem "xcov" # Needed for testing sample code |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters