We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240e799 commit 278a93aCopy full SHA for 278a93a
1 file changed
lib/bundler/bundler.gemspec
@@ -34,8 +34,7 @@ Gem::Specification.new do |s|
34
# It should match the RubyGems version shipped with `required_ruby_version` above
35
s.required_rubygems_version = ">= 3.4.1"
36
37
- base = File.expand_path('../../..', __FILE__)
38
- s.files = Dir.glob("lib/bundler{.rb,/**/*}", File::FNM_DOTMATCH, base: base).reject {|f| File.directory?(File.join(base, f)) }
+ s.files = Dir.glob("lib/bundler{.rb,/**/*}", File::FNM_DOTMATCH).reject {|f| File.directory?(f) }
39
40
# include the gemspec itself because warbler breaks w/o it
41
s.files += %w[lib/bundler/bundler.gemspec]
0 commit comments