From c24986cba9f109754e0309a749ed96280b760b27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:18:21 +0000 Subject: [PATCH] Bump i18n from 0.4.1 to 1.10.0 Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.4.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.4.1...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 08508738..e25ce01f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,6 +16,7 @@ GEM activerecord (>= 2.1.2) color (1.4.1) columnize (0.3.1) + concurrent-ruby (1.1.10) crypt-isaac (0.9.1) formtastic (1.1.0) actionpack (>= 2.3.0) @@ -26,7 +27,8 @@ GEM hoe (2.6.2) rake (>= 0.8.7) rubyforge (>= 2.0.4) - i18n (0.4.1) + i18n (1.10.0) + concurrent-ruby (~> 1.0) json (1.4.6) json_pure (1.4.6) linecache (0.43)