Skip to content

Commit 76b2f03

Browse files
authored
Merge pull request #11 from heyinc/upgrade_requirements
依存関係の更新
2 parents 8538e1d + 7a6f108 commit 76b2f03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ end
1616

1717
group :test do
1818
gem 'minitest', '~> 5.0'
19-
gem 'rake', '~> 12.0'
19+
gem 'rake', '~> 13.0'
2020
end

execjs-pcruntime.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
88
spec.name = 'execjs-pcruntime'
99
spec.version = Execjs::PCRuntime::VERSION
1010
spec.authors = ['White-Green']
11-
spec.required_ruby_version = '>=3.0.0'
11+
spec.required_ruby_version = '>=3.1.0'
1212
spec.summary = 'Fast ExecJS Runtime using Process as a Context.'
1313
spec.homepage = 'https://rubygems.org/gems/execjs-pcruntime'
1414
spec.license = 'MIT'

0 commit comments

Comments
 (0)