From d1ddc713e036587877de715fe24f910e0338a57b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:01:05 +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 292f1d2ba..a9e707f8f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,9 +21,11 @@ GEM sass (>= 3.3.0, < 3.5) compass-import-once (1.0.5) sass (>= 3.2, < 3.5) + concurrent-ruby (1.1.10) ffi (1.9.10) highline (1.7.8) - i18n (0.7.0) + i18n (1.10.0) + concurrent-ruby (~> 1.0) multi_json (1.11.2) net-scp (1.2.1) net-ssh (>= 2.6.5)