Skip to content

Commit

Permalink
Update the required ruby version
Browse files Browse the repository at this point in the history
Fix: #128
  • Loading branch information
byroot committed Sep 13, 2023
1 parent 1dfec33 commit 6c1c228
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions execjs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ Gem::Specification.new do |s|
s.authors = ["Sam Stephenson", "Josh Peek"]
s.email = ["sstephenson@gmail.com", "josh@joshpeek.com"]

# We only support MRI 2+ but this is needed to work with JRuby 1.7.
s.required_ruby_version = '>= 1.9.3'
s.required_ruby_version = '>= 2.5.0'
end

0 comments on commit 6c1c228

Please sign in to comment.