mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Added dependencies for prime
This commit is contained in:
parent
6ac5e3c06a
commit
0115ae5ffc
1 changed files with 3 additions and 0 deletions
|
@ -22,4 +22,7 @@ Gem::Specification.new do |spec|
|
||||||
spec.require_paths = ["lib"]
|
spec.require_paths = ["lib"]
|
||||||
|
|
||||||
spec.required_ruby_version = ">= 2.5.0"
|
spec.required_ruby_version = ">= 2.5.0"
|
||||||
|
|
||||||
|
spec.add_dependency "singleton"
|
||||||
|
spec.add_dependency "forwardable"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue