From cfc6cb709648c089e5df2eb8d0e6421248ec0433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:35:03 +0000 Subject: [PATCH] Bump i18n from 0.6.1 to 1.10.0 Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.6.1 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.6.1...v1.10.0) --- updated-dependencies: - dependency-name: i18n dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fcd730c..9508c62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,29 +1,31 @@ PATH remote: . specs: - mongoid-indifferent-access (1.0.0) + mongoid-indifferent-access (1.0.1) mongoid GEM remote: http://rubygems.org/ specs: - activemodel (3.2.8) - activesupport (= 3.2.8) - builder (~> 3.0.0) - activesupport (3.2.8) - i18n (~> 0.6) - multi_json (~> 1.0) - builder (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) + bson (4.15.0) + concurrent-ruby (1.1.10) diff-lcs (1.1.3) - i18n (0.6.1) - mongoid (3.0.6) - activemodel (~> 3.1) - moped (~> 1.1) - origin (~> 1.0) - tzinfo (~> 0.3.22) - moped (1.2.5) - multi_json (1.3.6) - origin (1.0.9) + i18n (1.10.0) + concurrent-ruby (~> 1.0) + minitest (5.16.0) + mongo (2.17.1) + bson (>= 4.8.2, < 5.0.0) + mongoid (7.4.0) + activemodel (>= 5.1, < 7.1, != 7.0.0) + mongo (>= 2.10.5, < 3.0.0) + ruby2_keywords (~> 0.0.5) rake (0.9.2.2) rspec (2.11.0) rspec-core (~> 2.11.0) @@ -33,7 +35,9 @@ GEM rspec-expectations (2.11.2) diff-lcs (~> 1.1.3) rspec-mocks (2.11.2) - tzinfo (0.3.33) + ruby2_keywords (0.0.5) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) PLATFORMS ruby