Skip to content

Commit

Permalink
Merge pull request #4 from PGSSoft/hotfix/cocoapods
Browse files Browse the repository at this point in the history
Fix cocoapods validation
  • Loading branch information
dzoanb authored Oct 21, 2018
2 parents 2efa371 + 8385b1c commit a6601a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

source "https://rubygems.org"

gem 'cocoapods'
gem 'cocoapods', '~> 1.6.0.beta.1'
gem 'danger'
gem 'danger-conflict_checker'
gem 'danger-swiftlint'
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@ GEM
cork
nap
open4 (~> 1.3)
cocoapods (1.5.3)
cocoapods (1.6.0.beta.2)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.5.3)
cocoapods-core (= 1.6.0.beta.2)
cocoapods-deintegrate (>= 1.0.2, < 2.0)
cocoapods-downloader (>= 1.2.0, < 2.0)
cocoapods-downloader (>= 1.2.2, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-stats (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.3.0, < 2.0)
cocoapods-trunk (>= 1.3.1, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (~> 2.0.1)
gh_inspector (~> 1.0)
molinillo (~> 0.6.5)
molinillo (~> 0.6.6)
nap (~> 1.0)
ruby-macho (~> 1.1)
xcodeproj (>= 1.5.7, < 2.0)
cocoapods-core (1.5.3)
ruby-macho (~> 1.3, >= 1.3.1)
xcodeproj (>= 1.7.0, < 2.0)
cocoapods-core (1.6.0.beta.2)
activesupport (>= 4.0.2, < 6)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
Expand Down Expand Up @@ -275,7 +275,7 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods
cocoapods (~> 1.6.0.beta.1)
danger
danger-conflict_checker
danger-swiftlint
Expand Down

0 comments on commit a6601a7

Please sign in to comment.