Skip to content

Commit

Permalink
Add dependencies.yml to gemspec
Browse files Browse the repository at this point in the history
This is needed to build the native gem.
  • Loading branch information
stanhu committed Jul 16, 2023
1 parent 5e6b824 commit 8000de9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions re2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Gem::Specification.new do |s|
s.license = "BSD-3-Clause"
s.required_ruby_version = ">= 2.7.0"
s.files = [
"dependencies.yml",
"ext/re2/extconf.rb",
"ext/re2/re2.cc",
"lib/re2.rb",
Expand Down

0 comments on commit 8000de9

Please sign in to comment.