Skip to content

Instantly share code, notes, and snippets.

@lolgear
Last active August 29, 2015 14:04
Show Gist options
  • Save lolgear/897427b41051482adfec to your computer and use it in GitHub Desktop.
Save lolgear/897427b41051482adfec to your computer and use it in GitHub Desktop.
# ------------------ Gemfile ------------------ #
source 'https://rubygems.org'
ruby '2.1.2'
gem 'git', :git => 'https://github.com/schacon/ruby-git.git', :tag => 'v1.2.8'
gem 'json'
gem 'xcodeproj', :git => 'https://github.com/CocoaPods/Xcodeproj.git', :tag => '0.18.0'
# ------------------ Gemfile.lock ------------------ #
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 037eaf1747dd81f9ad0403d57198f4c167fbad22
tag: 0.18.0
specs:
xcodeproj (0.18.0)
CFPropertyList (~> 2.2)
activesupport (~> 3.0)
colored (~> 1.2)
GIT
remote: https://github.com/schacon/ruby-git.git
revision: 20fcdc6cec2e5a2a88be63e7f441f889ad17e158
tag: v1.2.8
specs:
git (1.2.8)
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.2.8)
activesupport (3.2.19)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
colored (1.2)
i18n (0.6.11)
json (1.8.1)
multi_json (1.10.1)
PLATFORMS
ruby
DEPENDENCIES
git!
json
xcodeproj!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment