mirror of
https://github.com/zhigang1992/CocoaPods.git
synced 2026-05-01 02:42:32 +08:00
Silence warnings while loading Faraday for Octokit. See #278.
This commit is contained in:
@@ -28,13 +28,8 @@ Gem::Specification.new do |s|
|
||||
s.post_install_message = "[!] If this is your first time install of CocoaPods, or if " \
|
||||
"you are upgrading, first run: $ pod setup"
|
||||
|
||||
# We don't want octokit to pull in faraday 0.8.0, as it prints a warning about
|
||||
# the `system_timer` gem being needed, which isn't available on 1.9.x
|
||||
#
|
||||
# Once faraday 0.8.1 is released this should be resolved:
|
||||
# https://github.com/technoweenie/faraday/pull/147
|
||||
s.add_runtime_dependency 'faraday', '~> 0.7.6'
|
||||
s.add_runtime_dependency 'octokit', '<= 1.0.3'
|
||||
s.add_runtime_dependency 'faraday', '~> 0.8.1'
|
||||
s.add_runtime_dependency 'octokit', '~> 1.3.0'
|
||||
|
||||
s.add_runtime_dependency 'colored', '~> 1.2'
|
||||
s.add_runtime_dependency 'escape', '~> 0.0.4'
|
||||
|
||||
Reference in New Issue
Block a user