From 6c1c228ab4b198ff38b2d9175802d7f314e8ac47 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Wed, 13 Sep 2023 13:04:21 +0200 Subject: [PATCH] Update the required ruby version Fix: https://github.com/rails/execjs/issues/128 --- execjs.gemspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/execjs.gemspec b/execjs.gemspec index 6862dac..e83912b 100644 --- a/execjs.gemspec +++ b/execjs.gemspec @@ -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