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 Oct 1, 2014
1 parent 7475787 commit 40c2f39
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-p353
2.1.2
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem 'rake', '~> 10.1.0'
gem 'cocoapods', '~> 0.29.0'
gem 'xcpretty', '~> 0.1.3'
gem 'xctasks', '~> 0.1.0'
gem 'cocoapods', '~> 0.34.1'
gem 'xcpretty', '~> 0.1.6'
gem 'xctasks', '~> 0.4.1'
65 changes: 40 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,50 +1,65 @@
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.17)
CFPropertyList (2.2.8)
activesupport (3.2.19)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
claide (0.4.0)
cocoapods (0.29.0)
claide (0.7.0)
cocoapods (0.34.1)
activesupport (>= 3.2.15, < 4)
claide (~> 0.4.0)
cocoapods-core (= 0.29.0)
cocoapods-downloader (~> 0.3.0)
cocoapods-try-release-fix (~> 0.1.1)
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)
colored (~> 1.2)
escape (~> 0.0.4)
json_pure (~> 1.8)
nap (~> 0.5)
nap (~> 0.8)
open4 (~> 1.3)
xcodeproj (~> 0.14.1)
cocoapods-core (0.29.0)
activesupport (>= 3.2.15, < 4)
xcodeproj (~> 0.19.2)
cocoapods-core (0.34.1)
activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4)
json_pure (~> 1.8)
nap (~> 0.5)
cocoapods-downloader (0.3.0)
cocoapods-try-release-fix (0.1.2)
nap (~> 0.8.0)
cocoapods-downloader (0.7.1)
cocoapods-plugins (0.3.1)
nap
cocoapods-trunk (0.2.0)
json_pure (~> 1.8)
nap (>= 0.8)
netrc
cocoapods-try (0.4.1)
colored (1.2)
escape (0.0.4)
fuzzy_match (2.0.4)
i18n (0.6.9)
i18n (0.6.11)
json_pure (1.8.1)
multi_json (1.9.0)
nap (0.6.0)
open4 (1.3.3)
mini_portile (0.6.0)
multi_json (1.10.1)
nap (0.8.0)
netrc (0.7.7)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
open4 (1.3.4)
rake (10.1.1)
xcodeproj (0.14.1)
xcodeproj (0.19.2)
CFPropertyList (~> 2.2)
activesupport (~> 3.0)
colored (~> 1.2)
rake
xcpretty (0.1.3)
xctasks (0.1.0)
xcpretty (0.1.7)
xctasks (0.4.1)
nokogiri (~> 1.6, >= 1.6.3.1)
rake (~> 10.0, >= 10.0.0)

PLATFORMS
ruby

DEPENDENCIES
cocoapods (~> 0.29.0)
cocoapods (~> 0.34.1)
rake (~> 10.1.0)
xcpretty (~> 0.1.3)
xctasks (~> 0.1.0)
xcpretty (~> 0.1.6)
xctasks (~> 0.4.1)

0 comments on commit 40c2f39

Please sign in to comment.