Skip to content

Commit

Permalink
Merge pull request Moya#1800 from Moya/fix/cocoapods_lint
Browse files Browse the repository at this point in the history
Make a restriction for CocoaPods version ~> 1.6
  • Loading branch information
sunshinejr authored Feb 12, 2019
2 parents 3782f1f + 0d3722c commit e1e73a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
command: bundle exec danger
- run:
name: CocoaPods Spec linting
command: pod lib lint
command: bundle exec pod lib lint
- run:
name: Send Code Coverage to Codecov.io
command: bash <(curl -s https://codecov.io/bash) -J Moya
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem 'xcpretty'

gem 'cocoapods'
gem 'cocoapods', '~> 1.6'
gem 'rake'
gem 'octokit', '~> 4.3'

Expand Down

0 comments on commit e1e73a7

Please sign in to comment.