diff --git a/Gemfile b/Gemfile index ce41ba40..2a4b59ba 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', '1.0.0' # 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..089a7610 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,36 +1,53 @@ GEM remote: http://rubygems.org/ specs: - 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) + CFPropertyList (3.0.5) + rexml + activesupport (7.0.2.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + atomos (0.1.3) + claide (1.1.0) + cocoapods (1.0.0) + activesupport (>= 4.0.2) + claide (>= 1.0.0, < 2.0) + cocoapods-core (= 1.0.0) + cocoapods-deintegrate (>= 1.0.0, < 2.0) + cocoapods-downloader (>= 1.0.0, < 2.0) + cocoapods-plugins (>= 1.0.0, < 2.0) + cocoapods-search (>= 1.0.0, < 2.0) + cocoapods-stats (>= 1.0.0, < 2.0) + cocoapods-trunk (>= 1.0.0, < 2.0) + cocoapods-try (>= 1.0.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) + fourflusher (~> 0.3.0) + molinillo (~> 0.4.5) + nap (~> 1.0) + xcodeproj (>= 1.0.0, < 2.0) + cocoapods-core (1.0.0) + activesupport (>= 4.0.2) + fuzzy_match (~> 2.0.4) + nap (~> 1.0) + cocoapods-deintegrate (1.0.5) + cocoapods-downloader (1.6.3) + cocoapods-plugins (1.0.0) + nap + cocoapods-search (1.0.1) + cocoapods-stats (1.1.0) + cocoapods-trunk (1.6.0) + nap (>= 0.8, < 2.0) + netrc (~> 0.11) + cocoapods-try (1.2.0) coderay (1.0.8) colored (1.2) + colored2 (3.1.2) + concurrent-ruby (1.1.10) 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) + fourflusher (0.3.2) + fuzzy_match (2.0.4) guard (1.6.1) listen (>= 0.6.0) lumberjack (>= 1.0.2) @@ -38,46 +55,44 @@ 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 (1.10.0) + concurrent-ruby (~> 1.0) 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) - open4 (1.3.4) + minitest (5.15.0) + molinillo (0.4.5) + nanaimo (0.3.0) + nap (1.1.0) + netrc (0.11.0) 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) rb-fsevent (0.9.3) + rexml (3.2.5) ruby_gntp (0.3.4) slop (3.4.3) thor (0.17.0) - xcodeproj (0.5.5) - activesupport (~> 3.2.13) - colored (~> 1.2) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) + xcodeproj (1.21.0) + CFPropertyList (>= 2.3.3, < 4.0) + atomos (~> 0.1.3) + claide (>= 1.0.2, < 2.0) + colored2 (~> 3.1) + nanaimo (~> 0.3.0) + rexml (~> 3.2.4) PLATFORMS ruby DEPENDENCIES - cocoapods (= 0.19.1) + cocoapods (= 1.0.0) guard guard-shell rb-fsevent ruby_gntp BUNDLED WITH - 1.13.6 + 1.17.3