Upgrade bundler dependencies

This commit is contained in:
Andrew Naylor 2015-12-30 21:19:55 +00:00
parent c72fb162c7
commit eaa34a6c94
2 changed files with 13 additions and 8 deletions

View file

@ -1,4 +1,5 @@
# A sample Gemfile # A sample Gemfile
source "https://rubygems.org" source "https://rubygems.org"
gem "cocoaseeds", "~>0.2" gem "cocoaseeds"
gem "xcpretty"

View file

@ -1,34 +1,38 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activesupport (4.2.3) activesupport (4.2.5)
i18n (~> 0.7) i18n (~> 0.7)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
minitest (~> 5.1) minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4) thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1) tzinfo (~> 1.1)
claide (0.9.1) claide (0.9.1)
cocoaseeds (0.2.0) cocoaseeds (0.6.1)
colorize (~> 0.7) colorize (~> 0.7.0)
xcodeproj (~> 0.24) xcodeproj (~> 0.28.2)
colored (1.2) colored (1.2)
colorize (0.7.7) colorize (0.7.7)
i18n (0.7.0) i18n (0.7.0)
json (1.8.3) json (1.8.3)
minitest (5.8.0) minitest (5.8.3)
rouge (1.10.1)
thread_safe (0.3.5) thread_safe (0.3.5)
tzinfo (1.2.2) tzinfo (1.2.2)
thread_safe (~> 0.1) thread_safe (~> 0.1)
xcodeproj (0.26.3) xcodeproj (0.28.2)
activesupport (>= 3) activesupport (>= 3)
claide (~> 0.9.1) claide (~> 0.9.1)
colored (~> 1.2) colored (~> 1.2)
xcpretty (0.2.2)
rouge (~> 1.8)
PLATFORMS PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
cocoaseeds (~> 0.2) cocoaseeds
xcpretty
BUNDLED WITH BUNDLED WITH
1.10.6 1.10.6