Skip to content

Commit

Permalink
Use CP 0.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neonichu committed Jun 16, 2015
1 parent ee2511c commit d5fa7fc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gem 'xcpretty'

gem 'cocoapods', :git => 'git@github.com:CocoaPods/CocoaPods.git'
gem 'cocoapods', '>= 0.37.2'
43 changes: 19 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
GIT
remote: git@github.com:CocoaPods/CocoaPods.git
revision: 248385a10765823d522306da58741950bb088678
specs:
cocoapods (0.37.1)
activesupport (>= 3.2.15)
claide (~> 0.8.1)
cocoapods-core (= 0.37.1)
cocoapods-downloader (~> 0.9.0)
cocoapods-plugins (~> 0.4.2)
cocoapods-trunk (~> 0.6.0)
cocoapods-try (~> 0.4.4)
colored (~> 1.2)
escape (~> 0.0.4)
molinillo (~> 0.2.3)
nap (~> 0.8)
xcodeproj (~> 0.24.1)

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -26,30 +8,43 @@ GEM
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
claide (0.8.1)
cocoapods-core (0.37.1)
cocoapods (0.37.2)
activesupport (>= 3.2.15)
claide (~> 0.8.1)
cocoapods-core (= 0.37.2)
cocoapods-downloader (~> 0.9.0)
cocoapods-plugins (~> 0.4.2)
cocoapods-trunk (~> 0.6.1)
cocoapods-try (~> 0.4.5)
colored (~> 1.2)
escape (~> 0.0.4)
molinillo (~> 0.2.3)
nap (~> 0.8)
xcodeproj (~> 0.24.2)
cocoapods-core (0.37.2)
activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4)
nap (~> 0.8.0)
cocoapods-downloader (0.9.0)
cocoapods-plugins (0.4.2)
nap
cocoapods-trunk (0.6.0)
cocoapods-trunk (0.6.1)
nap (>= 0.8)
netrc (= 0.7.8)
cocoapods-try (0.4.4)
cocoapods-try (0.4.5)
colored (1.2)
escape (0.0.4)
fuzzy_match (2.0.4)
i18n (0.7.0)
json (1.8.2)
minitest (5.6.1)
minitest (5.7.0)
molinillo (0.2.3)
nap (0.8.0)
netrc (0.7.8)
thread_safe (0.3.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
xcodeproj (0.24.1)
xcodeproj (0.24.2)
activesupport (>= 3)
colored (~> 1.2)
xcpretty (0.1.9)
Expand All @@ -58,7 +53,7 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods!
cocoapods (>= 0.37.2)
xcpretty

BUNDLED WITH
Expand Down

0 comments on commit d5fa7fc

Please sign in to comment.