Skip to content

Commit

Permalink
Ruby 2.3 and 2.4 are EOL, we no longer support them
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Apr 13, 2021
1 parent ccb9630 commit 06cca5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini_racer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ Gem::Specification.new do |spec|

spec.extensions = ["ext/mini_racer_loader/extconf.rb", "ext/mini_racer_extension/extconf.rb"]

spec.required_ruby_version = '>= 2.3'
spec.required_ruby_version = '>= 2.5'
end

0 comments on commit 06cca5b

Please sign in to comment.