diff options
| author | TangRufus <tangrufus@gmail.com> | 2025-05-30 02:52:56 +0100 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-06-03 08:05:39 +0900 |
| commit | 63ae1d289a1649d498e3ac209d3dc15e84dfcfd8 (patch) | |
| tree | f43cc71766d8489e33accb081a91c6242bc92926 /lib | |
| parent | 68345e2930e18777f442a7ed67b5acbb37eeed16 (diff) | |
[rubygems/rubygems] Remove `features/` from `spec.files` default ignore list
https://github.com/rubygems/rubygems/commit/77ba4192a7
Diffstat (limited to 'lib')
| -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 43b8516508..6994982534 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/ features/ .git Gemfile], + ignore_files: %w[bin/ .git Gemfile], } ensure_safe_gem_name(name, constant_array) |
