Skip to content

Commit

Permalink
Merge pull request #1448 from stanhu/patch-1
Browse files Browse the repository at this point in the history
Drop no_proxy_fix gem
  • Loading branch information
manicmaniac committed Feb 11, 2024
2 parents 105e2de + bf206eb commit 99f167c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion danger.gemspec
Expand Up @@ -27,7 +27,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "git", "~> 1.13"
spec.add_runtime_dependency "kramdown", "~> 2.3"
spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.0"
spec.add_runtime_dependency "no_proxy_fix"
spec.add_runtime_dependency "octokit", ">= 4.0"
spec.add_runtime_dependency "terminal-table", ">= 1", "< 4"
end
1 change: 0 additions & 1 deletion lib/danger/commands/pr.rb
Expand Up @@ -4,7 +4,6 @@
require "fileutils"
require "octokit"
require "tmpdir"
require "no_proxy_fix"

module Danger
class PR < Runner
Expand Down

0 comments on commit 99f167c

Please sign in to comment.