diff --git a/.circleci/config.yml b/.circleci/config.yml index 39cb499b1..8e13c2031 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/Gemfile b/Gemfile index 721fb8c1b..84043b3f2 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'xcpretty' -gem 'cocoapods' +gem 'cocoapods', '~> 1.6' gem 'rake' gem 'octokit', '~> 4.3'