We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 105e2de + bf206eb commit 99f167cCopy full SHA for 99f167c
danger.gemspec
@@ -27,7 +27,6 @@ Gem::Specification.new do |spec|
27
spec.add_runtime_dependency "git", "~> 1.13"
28
spec.add_runtime_dependency "kramdown", "~> 2.3"
29
spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.0"
30
- spec.add_runtime_dependency "no_proxy_fix"
31
spec.add_runtime_dependency "octokit", ">= 4.0"
32
spec.add_runtime_dependency "terminal-table", ">= 1", "< 4"
33
end
lib/danger/commands/pr.rb
@@ -4,7 +4,6 @@
4
require "fileutils"
5
require "octokit"
6
require "tmpdir"
7
-require "no_proxy_fix"
8
9
module Danger
10
class PR < Runner
0 commit comments