We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8538e1d + 7a6f108 commit 76b2f03Copy full SHA for 76b2f03
Gemfile
@@ -16,5 +16,5 @@ end
16
17
group :test do
18
gem 'minitest', '~> 5.0'
19
- gem 'rake', '~> 12.0'
+ gem 'rake', '~> 13.0'
20
end
execjs-pcruntime.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
spec.name = 'execjs-pcruntime'
9
spec.version = Execjs::PCRuntime::VERSION
10
spec.authors = ['White-Green']
11
- spec.required_ruby_version = '>=3.0.0'
+ spec.required_ruby_version = '>=3.1.0'
12
spec.summary = 'Fast ExecJS Runtime using Process as a Context.'
13
spec.homepage = 'https://rubygems.org/gems/execjs-pcruntime'
14
spec.license = 'MIT'
0 commit comments