From f76924a42bebcb6687941ab45fc26fa419fc3fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:21:42 +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 | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8e6898d..373e77c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,17 @@ GEM remote: https://rubygems.org/ specs: - activesupport (3.2.8) - i18n (~> 0.6) - multi_json (~> 1.0) + activesupport (7.0.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.2.8) bcrypt-ruby (3.0.1) blankslate (2.1.2.4) cod (0.5.0) coderay (1.0.8) + concurrent-ruby (1.1.10) data_mapper (1.2.0) dm-aggregates (~> 1.2.0) dm-constraints (~> 1.2.0) @@ -62,11 +65,13 @@ GEM do_sqlite3 (0.10.10) data_objects (= 0.10.10) fastercsv (1.5.5) - i18n (0.6.1) + i18n (1.10.0) + concurrent-ruby (~> 1.0) json (1.7.5) json_pure (1.7.5) method_source (0.8) - multi_json (1.3.6) + minitest (5.16.0) + multi_json (1.15.0) parslet (1.4.0) blankslate (~> 2.0) picky (4.9.0) @@ -107,6 +112,8 @@ GEM stringex (1.4.0) text (1.2.1) tilt (1.3.3) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) url_escape (2009.06.24) uuidtools (2.1.3) yajl-ruby (1.1.0)