summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJakob Krigovsky <jakob@krigovsky.com>2020-05-11 21:39:29 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-05 07:32:42 +0900
commit1feffe12d444dc3585abf07e3e7b1b4bcffe3ca7 (patch)
treead30ff7e03fd6a98cfe5f3a16273da1e6c285fb7 /lib
parentf9872c50cc6cc91767733757984b5af1bd49dc7d (diff)
Link to pre-filtered issue list
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3184
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/bundler.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/bundler.gemspec b/lib/bundler/bundler.gemspec
index d3c6b9aac7..48410e76f4 100644
--- a/lib/bundler/bundler.gemspec
+++ b/lib/bundler/bundler.gemspec
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
if s.respond_to?(:metadata=)
s.metadata = {
- "bug_tracker_uri" => "https://github.com/rubygems/rubygems/issues",
+ "bug_tracker_uri" => "https://github.com/rubygems/rubygems/issues?q=is%3Aopen+is%3Aissue+label%3ABundler",
"changelog_uri" => "https://github.com/rubygems/rubygems/blob/master/bundler/CHANGELOG.md",
"homepage_uri" => "https://bundler.io/",
"source_code_uri" => "https://github.com/rubygems/rubygems/",