From 4c85b818928b028196078b517c56d5b23095d131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:13:44 +0000 Subject: [PATCH] Bump i18n from 0.5.0 to 1.10.0 Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.5.0 to 1.10.0. - [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.5.0...v1.10.0) --- updated-dependencies: - dependency-name: i18n dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4ad80f3..c56277b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,26 +1,28 @@ GEM - remote: http://rubygems.org/ remote: http://rubygems.org/ specs: - activemodel (3.0.3) - activesupport (= 3.0.3) - builder (~> 2.1.2) - i18n (~> 0.4) - activesupport (3.0.3) + activemodel (7.0.3) + activesupport (= 7.0.3) + activesupport (7.0.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) awesome_print (0.3.1) - bson (1.1.5) + bson (4.15.0) bson_ext (1.1.5) - builder (2.1.2) + concurrent-ruby (1.1.10) diff-lcs (1.1.2) - i18n (0.5.0) - mongo (1.1.5) - bson (>= 1.1.5) + i18n (1.10.0) + concurrent-ruby (~> 1.0) + minitest (5.16.0) + mongo (2.17.1) + bson (>= 4.8.2, < 5.0.0) mongo_ext (0.19.3) - mongoid (2.0.0.rc.5) - activemodel (~> 3.0) - mongo (~> 1.1.5) - tzinfo (~> 0.3.22) - will_paginate (~> 3.0.pre) + mongoid (7.4.0) + activemodel (>= 5.1, < 7.1, != 7.0.0) + mongo (>= 2.10.5, < 3.0.0) + ruby2_keywords (~> 0.0.5) rack (1.2.1) rack-test (0.5.7) rack (>= 1.0) @@ -32,6 +34,7 @@ GEM rspec-expectations (2.4.0) diff-lcs (~> 1.1.2) rspec-mocks (2.4.0) + ruby2_keywords (0.0.5) sinatra (1.1.2) rack (~> 1.1) tilt (~> 1.2) @@ -40,8 +43,8 @@ GEM mongoid sinatra tilt (1.2.2) - tzinfo (0.3.24) - will_paginate (3.0.pre2) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) yajl-ruby (0.7.9) PLATFORMS