Skip to content

Commit

Permalink
Drop no_proxy_fix gem
Browse files Browse the repository at this point in the history
This gem was only needed to fix [a bug in Ruby 2.4](ruby/ruby#1513),
but since the required Ruby version of this gem is 2.7.0 we do not
need this patch.
  • Loading branch information
stanhu committed Feb 7, 2024
1 parent 96d86e3 commit bf206eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion danger.gemspec
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 bf206eb

Please sign in to comment.