From 7a6f1085cfd87ec578f7541952aae65cbaa63d86 Mon Sep 17 00:00:00 2001 From: White-Green <43771790+White-Green@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:42:48 +0900 Subject: [PATCH] upgrade Gem requirements --- Gemfile | 2 +- execjs-pcruntime.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index c56d9d1..9e51a8c 100644 --- a/Gemfile +++ b/Gemfile @@ -16,5 +16,5 @@ end group :test do gem 'minitest', '~> 5.0' - gem 'rake', '~> 12.0' + gem 'rake', '~> 13.0' end diff --git a/execjs-pcruntime.gemspec b/execjs-pcruntime.gemspec index 012702d..75bb5f8 100644 --- a/execjs-pcruntime.gemspec +++ b/execjs-pcruntime.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |spec| spec.name = 'execjs-pcruntime' spec.version = Execjs::PCRuntime::VERSION spec.authors = ['White-Green'] - spec.required_ruby_version = '>=3.0.0' + spec.required_ruby_version = '>=3.1.0' spec.summary = 'Fast ExecJS Runtime using Process as a Context.' spec.homepage = 'https://rubygems.org/gems/execjs-pcruntime' spec.license = 'MIT'