Skip to content

Commit

Permalink
[Bundle] Use CocoaPods-Core from the release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Apr 10, 2014
1 parent d7e8dfd commit 0c02e5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'activesupport'
gem 'cocoapods-core', :git => 'https://github.com/CocoaPods/Core.git', :branch => 'master'
gem 'cocoapods-core'
gem 'colored'
gem 'exceptio-ruby'
gem 'json'
Expand Down
18 changes: 6 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
GIT
remote: https://github.com/CocoaPods/Core.git
revision: e33565de148fc7560e58ac82c1bc2bc37b20b2f7
branch: master
specs:
cocoapods-core (0.31.1)
activesupport (>= 3.2.15, < 4)
fuzzy_match (~> 2.0.4)
json_pure (~> 1.8)
nap (~> 0.5)

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -20,6 +9,11 @@ GEM
backports (3.6.0)
bacon (1.2.0)
buftok (0.2.0)
cocoapods-core (0.31.1)
activesupport (>= 3.2.15, < 4)
fuzzy_match (~> 2.0.4)
json_pure (~> 1.8)
nap (~> 0.5)
colored (1.2)
coveralls (0.7.0)
multi_json (~> 1.3)
Expand Down Expand Up @@ -150,7 +144,7 @@ DEPENDENCIES
activesupport
awesome_print
bacon
cocoapods-core!
cocoapods-core
colored
coveralls
exceptio-ruby
Expand Down

0 comments on commit 0c02e5d

Please sign in to comment.