IGListKit/Gemfile
Ben Asher 7fb228728a Add Gemfile and setup travis to cache the dependencies
Summary:
Issue fixed: #757

Added gems to a `Gemfile`, CocoaPods is part of the default [gem set](https://docs.travis-ci.com/user/reference/osx/#Gems-in-the-global-gem-set).

- [ ] ~All tests pass. Demo project builds and runs.~
- [ ] ~I added tests, an experiment, or detailed why my change isn't tested.~
- [x] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes.
- [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md)
Closes https://github.com/Instagram/IGListKit/pull/865

Reviewed By: ryanolsonk

Differential Revision: D5562906

Pulled By: rnystrom

fbshipit-source-id: fe14916644576d1eba9da540ef5a3c0e6294fa13
2017-08-04 15:08:15 -07:00

7 lines
166 B
Ruby

source 'https://rubygems.org'
gem 'cocoapods', '1.3.0'
gem 'danger', '~> 4.3.0'
gem 'danger-swiftlint', '~> 0.7.0'
gem 'slather', '~> 2.4.0'
gem 'xcpretty', '0.2.4'