Commit 829a3741 authored by Fabio Pelosin's avatar Fabio Pelosin

[Gemspec] Depend on Octokit 1.x and bundle update.

closes #490.
parent 099f22a5
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
- In certain conditions the spec of an external would have been overridden - In certain conditions the spec of an external would have been overridden
by the spec in the root of a Pod. by the spec in the root of a Pod.
[#489](https://github.com/CocoaPods/CocoaPods/issues/489) [#489](https://github.com/CocoaPods/CocoaPods/issues/489)
- CocoaPods now uses a recent version of Octokit.
[#490](https://github.com/CocoaPods/CocoaPods/issues/490)
## 0.14.0.rc2 ## 0.14.0.rc2
......
...@@ -23,7 +23,7 @@ PATH ...@@ -23,7 +23,7 @@ PATH
escape (~> 0.0.4) escape (~> 0.0.4)
faraday (~> 0.8.1) faraday (~> 0.8.1)
json (~> 1.7.3) json (~> 1.7.3)
octokit (~> 1.7.0) octokit (~> 1.7)
open4 (~> 1.3.0) open4 (~> 1.3.0)
rake (~> 0.9.0) rake (~> 0.9.0)
xcodeproj (>= 0.3.0) xcodeproj (>= 0.3.0)
...@@ -48,7 +48,7 @@ GEM ...@@ -48,7 +48,7 @@ GEM
ffi (1.1.5) ffi (1.1.5)
github-markup (0.7.4) github-markup (0.7.4)
hashie (1.2.0) hashie (1.2.0)
i18n (0.6.0) i18n (0.6.1)
json (1.7.5) json (1.7.5)
listen (0.4.7) listen (0.4.7)
rb-fchange (~> 0.0.5) rb-fchange (~> 0.0.5)
...@@ -62,7 +62,7 @@ GEM ...@@ -62,7 +62,7 @@ GEM
mocha (>= 0.9.8) mocha (>= 0.9.8)
multi_json (1.3.6) multi_json (1.3.6)
multipart-post (1.1.5) multipart-post (1.1.5)
octokit (1.7.0) octokit (1.11.0)
addressable (~> 2.2) addressable (~> 2.2)
faraday (~> 0.8) faraday (~> 0.8)
faraday_middleware (~> 0.8) faraday_middleware (~> 0.8)
...@@ -80,8 +80,8 @@ GEM ...@@ -80,8 +80,8 @@ GEM
rb-inotify (0.8.8) rb-inotify (0.8.8)
ffi (>= 0.5.0) ffi (>= 0.5.0)
redcarpet (2.1.1) redcarpet (2.1.1)
slop (3.3.2) slop (3.3.3)
terminal-notifier (1.3.0) terminal-notifier (1.4.2)
vcr (2.2.4) vcr (2.2.4)
webmock (1.8.9) webmock (1.8.9)
addressable (>= 2.2.7) addressable (>= 2.2.7)
......
...@@ -27,7 +27,7 @@ Gem::Specification.new do |s| ...@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.require_paths = %w{ lib } s.require_paths = %w{ lib }
s.add_runtime_dependency 'faraday', '~> 0.8.1' s.add_runtime_dependency 'faraday', '~> 0.8.1'
s.add_runtime_dependency 'octokit', '~> 1.7.0' s.add_runtime_dependency 'octokit', '~> 1.7'
s.add_runtime_dependency 'colored', '~> 1.2' s.add_runtime_dependency 'colored', '~> 1.2'
s.add_runtime_dependency 'escape', '~> 0.0.4' s.add_runtime_dependency 'escape', '~> 0.0.4'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment