diff options
author | TangRufus <[email protected]> | 2025-05-30 01:50:20 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-06-03 08:04:18 +0900 |
commit | 4802571729ed9d8c20285a0d6ee66f67c5e40019 (patch) | |
tree | 930fb369f869963af6f16a04dcc88d2838185b25 /lib/bundler/cli/gem.rb | |
parent | 04a396409d19ed1ae40a663663bf3108c3ac844f (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.rb | 2 |
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) |