From e8cf906d21501513f53666a34d4c4eb3e95bef6e Mon Sep 17 00:00:00 2001 From: Ibrahim Ulukaya Date: Sun, 10 Sep 2017 14:57:56 -0400 Subject: update travis script (#136) * update travis script * update travis script * update bundles --- Gemfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Gemfile (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..14b043a --- /dev/null +++ b/Gemfile @@ -0,0 +1,6 @@ +# use 'bundle update' to update to latest gems +source 'https://rubygems.org' + +gem 'cocoapods', :git => 'https://github.com/CocoaPods/CocoaPods.git' +gem 'cocoapods-core', :git => 'https://github.com/CocoaPods/Core.git' +gem 'xcodeproj', :git => 'https://github.com/CocoaPods/Xcodeproj.git' -- cgit v1.2.3