From 4ccddc11b3230dda0b67e1981022152e183357fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 04:06:39 +0000 Subject: [PATCH] Update i18n requirement from ~> 0.6.0 to >= 0.6, < 1.13 Updates the requirements on [i18n](https://github.com/ruby-i18n/i18n) to permit the latest version. - [Release notes](https://github.com/ruby-i18n/i18n/releases) - [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-i18n/i18n/compare/v0.6.11...v1.12.0) --- updated-dependencies: - dependency-name: i18n dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 ++++-- flix4r.gemspec | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1fc8fed..dc21677 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,7 +5,7 @@ PATH activesupport (~> 3.1.3) api_cache (~> 0.2.3) crack (~> 0.3.1) - i18n (~> 0.6.0) + i18n (>= 0.6, < 1.13) json (~> 1.6.3) nokogiri (>= 1.5, < 1.14) ruby-hmac (~> 0.4.0) @@ -17,8 +17,10 @@ GEM activesupport (3.1.12) multi_json (~> 1.0) api_cache (0.2.3) + concurrent-ruby (1.1.10) crack (0.3.2) - i18n (0.6.11) + i18n (1.12.0) + concurrent-ruby (~> 1.0) json (1.6.8) metaclass (0.0.1) mini_portile2 (2.8.0) diff --git a/flix4r.gemspec b/flix4r.gemspec index 7e70d0c..2892b12 100644 --- a/flix4r.gemspec +++ b/flix4r.gemspec @@ -64,7 +64,7 @@ Gem::Specification.new do |s| ] s.add_dependency 'activesupport', '~> 3.1.3' - s.add_dependency 'i18n', '~> 0.6.0' + s.add_dependency 'i18n', '>= 0.6', '< 1.13' s.add_dependency 'api_cache', '~> 0.2.3' s.add_dependency 'crack', '~> 0.3.1' s.add_dependency 'json', '~> 1.6.3'