Skip to content

Commit

Permalink
Update Ruby dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Watters committed Jun 24, 2015
1 parent b895942 commit a85b966
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 46 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem 'rake', '~> 10.3.0'
gem 'cocoapods', '~> 0.34.1'
gem 'xcpretty', '~> 0.1.6'
gem 'xctasks', '~> 0.4.1'
gem 'rake', '~> 10.4.2'
gem 'cocoapods', '~> 0.37.2'
gem 'xcpretty', '~> 0.1.10'
gem 'xctasks', '~> 0.6.0'
88 changes: 46 additions & 42 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,65 +1,69 @@
GEM
remote: http://rubygems.org/
specs:
CFPropertyList (2.2.8)
activesupport (3.2.19)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
claide (0.7.0)
cocoapods (0.34.1)
activesupport (>= 3.2.15, < 4)
claide (~> 0.7.0)
cocoapods-core (= 0.34.1)
cocoapods-downloader (~> 0.7.1)
cocoapods-plugins (~> 0.3.1)
cocoapods-trunk (~> 0.2.0)
cocoapods-try (~> 0.4.1)
activesupport (4.2.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
claide (0.8.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)
json_pure (~> 1.8)
molinillo (~> 0.2.3)
nap (~> 0.8)
open4 (~> 1.3)
xcodeproj (~> 0.19.2)
cocoapods-core (0.34.1)
xcodeproj (~> 0.24.2)
cocoapods-core (0.37.2)
activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4)
json_pure (~> 1.8)
nap (~> 0.8.0)
cocoapods-downloader (0.7.1)
cocoapods-plugins (0.3.1)
cocoapods-downloader (0.9.0)
cocoapods-plugins (0.4.2)
nap
cocoapods-trunk (0.2.0)
json_pure (~> 1.8)
cocoapods-trunk (0.6.1)
nap (>= 0.8)
netrc
cocoapods-try (0.4.1)
netrc (= 0.7.8)
cocoapods-try (0.4.5)
colored (1.2)
escape (0.0.4)
fuzzy_match (2.0.4)
i18n (0.6.11)
json_pure (1.8.1)
mini_portile (0.6.0)
multi_json (1.10.1)
i18n (0.7.0)
json (1.8.3)
mini_portile (0.6.2)
minitest (5.7.0)
molinillo (0.2.3)
nap (0.8.0)
netrc (0.7.7)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
open4 (1.3.4)
rake (10.3.2)
xcodeproj (0.19.2)
CFPropertyList (~> 2.2)
activesupport (~> 3.0)
netrc (0.7.8)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
rake (10.4.2)
thread_safe (0.3.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
xcodeproj (0.24.2)
activesupport (>= 3)
colored (~> 1.2)
xcpretty (0.1.7)
xctasks (0.4.1)
xcpretty (0.1.10)
xctasks (0.6.0)
nokogiri (~> 1.6, >= 1.6.3.1)
rake (~> 10.0, >= 10.0.0)

PLATFORMS
ruby

DEPENDENCIES
cocoapods (~> 0.34.1)
rake (~> 10.3.0)
xcpretty (~> 0.1.6)
xctasks (~> 0.4.1)
cocoapods (~> 0.37.2)
rake (~> 10.4.2)
xcpretty (~> 0.1.10)
xctasks (~> 0.6.0)

BUNDLED WITH
1.10.3

0 comments on commit a85b966

Please sign in to comment.