Skip to content

Commit

Permalink
Make a restriction for CocoaPods version ~> 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinejr committed Feb 12, 2019
1 parent 3782f1f commit 0d3722c
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 0d3722c

Please sign in to comment.