diff --git a/gemspec_helper.rb b/gemspec_helper.rb index 6942ec81..198c5177 100644 --- a/gemspec_helper.rb +++ b/gemspec_helper.rb @@ -45,9 +45,6 @@ def self.define_elasticgraph_gem(gemspec_file:, category:) end - [".rspec", "Gemfile", ".yardopts"] end - spec.bindir = "exe" - spec.executables = spec.files.grep(%r{\Aexe/}) { |f| ::File.basename(f) } - spec.require_paths = ["lib"] spec.required_ruby_version = "~> 3.2" yield spec, ElasticGraph::VERSION