Skip to content

Commit

Permalink
Merge pull request #11 from heyinc/upgrade_requirements
Browse files Browse the repository at this point in the history
依存関係の更新
  • Loading branch information
White-Green authored Nov 1, 2024
2 parents 8538e1d + 7a6f108 commit 76b2f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ end

group :test do
gem 'minitest', '~> 5.0'
gem 'rake', '~> 12.0'
gem 'rake', '~> 13.0'
end
2 changes: 1 addition & 1 deletion execjs-pcruntime.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 76b2f03

Please sign in to comment.