diff --git a/Gemfile b/Gemfile index ce41ba40..5fe005be 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'http://rubygems.org' # use cocoapods for handling project dependencies -gem 'cocoapods', '0.19.1' +gem 'cocoapods', '0.27.1' # guard and the following gems are used to run # tests on file change and give growl output diff --git a/Gemfile.lock b/Gemfile.lock index 67733a32..3f33a61d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,33 +4,26 @@ GEM activesupport (3.2.22.5) i18n (~> 0.6, >= 0.6.4) multi_json (~> 1.0) - addressable (2.5.0) - public_suffix (~> 2.0, >= 2.0.2) - claide (0.2.0) - cocoapods (0.19.1) - activesupport (~> 3.2.13) - claide (~> 0.2.0) - cocoapods-core (= 0.19.1) - cocoapods-downloader (~> 0.1.0) + claide (0.3.2) + cocoapods (0.27.1) + activesupport (>= 3.2.15, < 4) + claide (~> 0.3.2) + cocoapods-core (= 0.27.1) + cocoapods-downloader (~> 0.2.0) colored (~> 1.2) escape (~> 0.0.4) - faraday (~> 0.8.1) - json (~> 1.7.3) - octokit (~> 1.7) - open4 (~> 1.3.0) - rake (~> 10.0.0) - xcodeproj (~> 0.5.5) - cocoapods-core (0.19.1) - activesupport (~> 3.2.13) - rake (~> 10.0.0) - cocoapods-downloader (0.1.2) + json_pure (~> 1.8) + open4 (~> 1.3) + xcodeproj (~> 0.14.0) + cocoapods-core (0.27.1) + activesupport (>= 3.2.15, < 4) + json_pure (~> 1.8) + nap (~> 0.5) + cocoapods-downloader (0.2.0) coderay (1.0.8) colored (1.2) + concurrent-ruby (1.1.6) escape (0.0.4) - faraday (0.8.11) - multipart-post (~> 1.2.0) - faraday_middleware (0.11.0.1) - faraday (>= 0.7.4, < 1.0) guard (1.6.1) listen (>= 0.6.0) lumberjack (>= 1.0.2) @@ -38,46 +31,38 @@ GEM thor (>= 0.14.6) guard-shell (0.5.1) guard (>= 1.1.0) - hashie (2.1.2) - i18n (0.8.1) - json (1.7.7) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + json_pure (1.8.6) listen (0.7.2) lumberjack (1.0.2) method_source (0.8.1) - multi_json (1.12.1) - multipart-post (1.2.0) - netrc (0.7.9) - octokit (1.25.0) - addressable (~> 2.2) - faraday (~> 0.8) - faraday_middleware (~> 0.9) - hashie (~> 2.0) - multi_json (~> 1.3) - netrc (~> 0.7.7) + multi_json (1.14.1) + nap (0.8.0) open4 (1.3.4) pry (0.9.11.4) coderay (~> 1.0.5) method_source (~> 0.8) slop (~> 3.4) - public_suffix (2.0.5) - rake (10.0.4) + rake (13.0.1) rb-fsevent (0.9.3) ruby_gntp (0.3.4) slop (3.4.3) thor (0.17.0) - xcodeproj (0.5.5) - activesupport (~> 3.2.13) + xcodeproj (0.14.1) + activesupport (~> 3.0) colored (~> 1.2) + rake PLATFORMS ruby DEPENDENCIES - cocoapods (= 0.19.1) + cocoapods (= 0.27.1) guard guard-shell rb-fsevent ruby_gntp BUNDLED WITH - 1.13.6 + 1.17.3