Commit f5a712c1 authored by Eloy Durán's avatar Eloy Durán

[Bundle] update

parent f96667b5
...@@ -18,6 +18,8 @@ group :development do ...@@ -18,6 +18,8 @@ group :development do
gem "mocha-on-bacon" gem "mocha-on-bacon"
gem 'prettybacon', :git => 'https://github.com/irrationalfab/PrettyBacon.git', :branch => 'master' gem 'prettybacon', :git => 'https://github.com/irrationalfab/PrettyBacon.git', :branch => 'master'
gem "rake" gem "rake"
gem 'mime-types', '< 2' # v2 is 1.9.x only
gem 'coveralls', :require => false gem 'coveralls', :require => false
# Explicitly add this, otherwise it might sometimes be missing: # Explicitly add this, otherwise it might sometimes be missing:
# https://github.com/lemurheavy/coveralls-ruby/blob/master/coveralls-ruby.gemspec#L23. # https://github.com/lemurheavy/coveralls-ruby/blob/master/coveralls-ruby.gemspec#L23.
......
...@@ -17,12 +17,13 @@ GIT ...@@ -17,12 +17,13 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 33d4a70380f1a141dec3a7da727e7c77ed191e0e revision: ceae7a7be45e760830ee95a7b4481bdab6df149d
branch: master branch: master
specs: specs:
xcodeproj (0.14.0) xcodeproj (0.14.1)
activesupport (~> 3.0) activesupport (~> 3.0)
colored (~> 1.2) colored (~> 1.2)
rake
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git remote: https://github.com/CocoaPods/cocoapods-downloader.git
...@@ -79,7 +80,7 @@ GEM ...@@ -79,7 +80,7 @@ GEM
thor thor
diffy (3.0.1) diffy (3.0.1)
escape (0.0.4) escape (0.0.4)
ffi (1.9.0) ffi (1.9.3)
github-markup (0.7.5) github-markup (0.7.5)
i18n (0.6.5) i18n (0.6.5)
json_pure (1.8.1) json_pure (1.8.1)
...@@ -141,6 +142,7 @@ DEPENDENCIES ...@@ -141,6 +142,7 @@ DEPENDENCIES
diffy diffy
github-markup github-markup
kicker! kicker!
mime-types (< 2)
mocha mocha
mocha-on-bacon mocha-on-bacon
prettybacon! prettybacon!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment