forked from artsy/eigen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
21 lines (17 loc) · 669 Bytes
/
Copy pathGemfile
File metadata and controls
21 lines (17 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
source 'https://rubygems.org'
gem 'cocoapods', '1.6.0.beta.1'
# So we know if we need to run `pod install`
gem 'cocoapods-check'
gem 'cocoapods-keys' # So we don't leak ENV vars
gem "cocoapods-fix-react-native"
gem 'psych' # So our Podfile.lock is consistent
group :development do
gem 'lowdown' # For handling notifications + certs
end
group :test do
gem 'danger' # Stop saying 'you forgot to...', used only on Circle CI
gem 'xcode-install' # To ensure we have the right SDK installed for running tests
gem 'nokogiri', '>= 1.6.7' # Lols, just to specify the version
gem 'second_curtain' # to upload snapshot fails
gem 'xcpretty' # Makes CI readable
end