Open i18n dependency up to `< 2.0`

This commit is contained in:
Pavel Valena 2019-10-23 00:40:28 +02:00 committed by GitHub
parent f6503462f6
commit 123c2e3541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_dependency "childprocess", "~> 0.6.0"
s.add_dependency "ed25519", "~> 1.2.4"
s.add_dependency "erubis", "~> 2.7.0"
s.add_dependency "i18n", "~> 1.1.1"
s.add_dependency "i18n", ">= 1.1.1", "< 2.0"
s.add_dependency "listen", "~> 3.1.5"
s.add_dependency "hashicorp-checkpoint", "~> 0.1.5"
s.add_dependency "log4r", "~> 1.1.9", "< 1.1.11"