From ec32e8cf87bd4b4ee8a03313cad0ec41ec517122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 21:34:40 +0000 Subject: [PATCH] Update i18n requirement from ~> 0.6.0 to >= 0.6, < 1.8 Updates the requirements on [i18n](https://github.com/svenfuchs/i18n) to permit the latest version. - [Release notes](https://github.com/svenfuchs/i18n/releases) - [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenfuchs/i18n/compare/v0.6.0...v1.7.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 22 +++++++++++++++++----- whm_xml.gemspec | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d13c88e..eb4366b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,17 +4,25 @@ PATH whm_xml (0.3.3) activesupport (>= 2.3.2) curb (>= 0.3.2) - i18n (~> 0.6.0) + i18n (>= 0.6, < 1.8) validatable (>= 1.6.7) xml-simple (>= 1.0.12) GEM remote: http://rubygems.org/ specs: - activesupport (3.0.7) - curb (0.7.15) + activesupport (6.0.0) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + zeitwerk (~> 2.1, >= 2.1.8) + concurrent-ruby (1.1.5) + curb (0.9.10) diff-lcs (1.1.2) - i18n (0.6.0) + i18n (1.7.0) + concurrent-ruby (~> 1.0) + minitest (5.12.2) mocha (0.9.12) rake (0.9.2.2) rdoc (3.6.1) @@ -26,8 +34,12 @@ GEM rspec-expectations (2.6.0) diff-lcs (~> 1.1.2) rspec-mocks (2.6.0) + thread_safe (0.3.6) + tzinfo (1.2.5) + thread_safe (~> 0.1) validatable (1.6.7) - xml-simple (1.0.16) + xml-simple (1.1.5) + zeitwerk (2.2.0) PLATFORMS ruby diff --git a/whm_xml.gemspec b/whm_xml.gemspec index 2d8bb0e..a94e1ef 100644 --- a/whm_xml.gemspec +++ b/whm_xml.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |s| s.add_dependency('activesupport', [">= 2.3.2"]) s.add_dependency('curb', [">= 0.3.2"]) s.add_dependency('validatable', [">= 1.6.7"]) - s.add_dependency('i18n',["~> 0.6.0"]) + s.add_dependency('i18n',">= 0.6", "< 1.8") s.add_development_dependency('rspec',["~> 2.6.0"]) s.add_development_dependency('mocha', ["~> 0.9.12"])