CocoaPods/Xcodeproj

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
source 'https://rubygems.org'

gemspec

gem 'claide', :git => 'https://github.com/CocoaPods/CLAide'

# This is the version that ships with OS X 10.10, so be sure we test against it.
# At the same time, the 1.7.7 version won't install cleanly on Ruby > 2.2,
# so we use a fork that makes a trivial change to a macro invocation.
gem 'json', :git => 'https://github.com/segiddins/json.git', :branch => 'seg-1.7.7-ruby-2.2'

group :development do
  gem 'bacon'
  gem 'mocha', '~> 1.2.0'
  gem 'mocha-on-bacon'
  gem 'prettybacon'
  gem 'rake', '~> 12.0'

  gem 'codeclimate-test-reporter', '~> 0.4.1', :require => nil
  gem 'rubocop'
  gem 'danger'
  gem 'simplecov'
end

group :debugging do
  gem 'kicker'
end