summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/gem.rb
diff options
context:
space:
mode:
authorTangRufus <[email protected]>2025-05-30 01:50:20 +0100
committerHiroshi SHIBATA <[email protected]>2025-06-03 08:04:18 +0900
commit4802571729ed9d8c20285a0d6ee66f67c5e40019 (patch)
tree930fb369f869963af6f16a04dcc88d2838185b25 /lib/bundler/cli/gem.rb
parent04a396409d19ed1ae40a663663bf3108c3ac844f (diff)
[rubygems/rubygems] Remove `appveyor` from `spec.files` default ignore list
https://github.com/rubygems/rubygems/commit/2f2046c97b
Diffstat (limited to 'lib/bundler/cli/gem.rb')
-rw-r--r--lib/bundler/cli/gem.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli/gem.rb b/lib/bundler/cli/gem.rb
index bc441e5b8b..a21b63e91a 100644
--- a/lib/bundler/cli/gem.rb
+++ b/lib/bundler/cli/gem.rb
@@ -74,7 +74,7 @@ module Bundler
required_ruby_version: required_ruby_version,
rust_builder_required_rubygems_version: rust_builder_required_rubygems_version,
minitest_constant_name: minitest_constant_name,
- ignore_files: %w[bin/ test/ spec/ features/ .git appveyor Gemfile],
+ ignore_files: %w[bin/ test/ spec/ features/ .git Gemfile],
}
ensure_safe_gem_name(name, constant_array)