Merge pull request #10969 from olleolleolle/patch-1

gemspec: drop rubyforge_project, it is EOL
This commit is contained in:
Brian Cain 2019-11-11 15:34:07 -08:00 committed by GitHub
commit 823c499dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ Gem::Specification.new do |s|
s.required_ruby_version = "~> 2.4", "< 2.7" s.required_ruby_version = "~> 2.4", "< 2.7"
s.required_rubygems_version = ">= 1.3.6" s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "vagrant"
s.add_dependency "bcrypt_pbkdf", "~> 1.0.0" s.add_dependency "bcrypt_pbkdf", "~> 1.0.0"
s.add_dependency "childprocess", "~> 0.6.0" s.add_dependency "childprocess", "~> 0.6.0"