Update rake to 13.0 or higher

12.3.2 and lower have a security vulnerability.

https://github.com/advisories/GHSA-jppv-gw3r-w3q8
This commit is contained in:
Sebastian Celis 2020-03-17 10:25:54 -05:00
parent aa99d02fc0
commit dc124b6b0e

View file

@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.version = Twine::VERSION
s.date = Time.now.strftime('%Y-%m-%d')
s.summary = "Manage strings and their translations for your iOS, Android and other projects."
s.homepage = "https://github.com/mobiata/twine"
s.homepage = "https://github.com/scelis/twine"
s.email = "twine@mobiata.com"
s.authors = [ "Sebastian Celis" ]
s.has_rdoc = false
@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.0"
s.add_runtime_dependency('rubyzip', "~> 1.1")
s.add_runtime_dependency('safe_yaml', "~> 1.0")
s.add_development_dependency('rake', "~> 10.4")
s.add_development_dependency('rake', "~> 13.0")
s.add_development_dependency('minitest', "~> 5.5")
s.add_development_dependency('minitest-ci', "~> 3.0")
s.add_development_dependency('mocha', "~> 1.1")