From 718f9f65ab748009d512c8985d015d7643e3ac35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:20:52 +0000 Subject: [PATCH] Bump i18n from 0.7.0 to 1.10.0 Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.7.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.7.0...v1.10.0) --- updated-dependencies: - dependency-name: i18n dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a06518d..7c78d06 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,6 +11,7 @@ GEM rack-test (>= 0.5.4) xpath (~> 2.0) coderay (1.1.1) + concurrent-ruby (1.1.10) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.2.5) @@ -26,7 +27,8 @@ GEM url_mount (~> 0.2.1) httparty (0.14.0) multi_xml (>= 0.5.2) - i18n (0.7.0) + i18n (1.10.0) + concurrent-ruby (~> 1.0) ice_nine (0.11.2) json (2.0.2) jwt (1.5.6)