Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
manuyavuz committed Oct 30, 2015
1 parent 3307e83 commit 635849b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 18 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ source 'https://rubygems.org'
gemspec

group :development do
gem 'cocoapods'
gem 'cocoapods', :github => 'CocoaPods/CocoaPods'
gem 'cocoapods-core', :github => 'manuyavuz/Core', :branch => 'imp/allPlatforms'
gem 'bacon'
gem 'mocha-on-bacon'
gem 'prettybacon'
Expand Down
46 changes: 29 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
PATH
remote: .
specs:
cocoapods-search (0.1.0)

GEM
remote: https://rubygems.org/
GIT
remote: git://github.com/CocoaPods/CocoaPods.git
revision: f7578085842f7a8caca5d8ebbbd99f91a6474e45
specs:
activesupport (4.2.3)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
bacon (1.2.0)
claide (0.9.1)
cocoapods (0.39.0)
activesupport (>= 4.0.2)
claide (~> 0.9.1)
Expand All @@ -29,10 +17,33 @@ GEM
molinillo (~> 0.4.0)
nap (~> 1.0)
xcodeproj (~> 0.28.2)

GIT
remote: git://github.com/manuyavuz/Core.git
revision: c45edb568c3d19ad43b9484d180b655ad2920dbf
branch: imp/allPlatforms
specs:
cocoapods-core (0.39.0)
activesupport (>= 4.0.2)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)

PATH
remote: .
specs:
cocoapods-search (0.1.0)

GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.4)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
bacon (1.2.0)
claide (0.9.1)
cocoapods-downloader (0.9.3)
cocoapods-plugins (0.4.2)
nap
Expand All @@ -47,7 +58,7 @@ GEM
i18n (0.7.0)
json (1.8.3)
metaclass (0.0.4)
minitest (5.7.0)
minitest (5.8.2)
mocha (1.1.0)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.2)
Expand All @@ -72,7 +83,8 @@ PLATFORMS
DEPENDENCIES
bacon
bundler (~> 1.3)
cocoapods
cocoapods!
cocoapods-core!
cocoapods-search!
mocha-on-bacon
prettybacon
Expand Down

0 comments on commit 635849b

Please sign in to comment.