Skip to content

Commit

Permalink
+ Change minimum ruby version to 2.6. (want higher)
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ruby_parser/dev/": change = 13703]
  • Loading branch information
zenspider committed Mar 2, 2023
1 parent 8c8f5bb commit 5464620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Hoe.spec "ruby_parser" do

dependency "racc", "~> 1.5", :developer

require_ruby_version [">= 2.1", "< 4"]
require_ruby_version [">= 2.6", "< 4"]

if plugin? :perforce then # generated files
VERS.each do |n|
Expand Down

0 comments on commit 5464620

Please sign in to comment.