Skip to content

Commit

Permalink
Merge pull request #76 from block/myron/dependabot-fixes/step2
Browse files Browse the repository at this point in the history
Remove unneeded parts of the gemspec.
  • Loading branch information
myronmarston authored Dec 30, 2024
2 parents 90896b5 + 7a6bbed commit dac76f1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gemspec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dac76f1

Please sign in to comment.