Skip to content

Commit

Permalink
gemspec: Adds required_ruby_version as 3.0 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwessman authored May 7, 2024
1 parent 715e37f commit 149336e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syntax_tree-erb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/davidwessman/syntax_tree-erb"
spec.license = "MIT"
spec.metadata = { "rubygems_mfa_required" => "true" }
spec.required_ruby_version = ">= 3.0.0"

spec.files =
Dir.chdir(__dir__) do
Expand Down

0 comments on commit 149336e

Please sign in to comment.