From 463b59fc5284069723c085c8f67721d350de2816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 15:01:15 +0000 Subject: [PATCH] Bump i18n from 0.6.9 to 0.9.5 Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.6.9 to 0.9.5. - [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.9...v0.9.5) --- 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 e29a0de..22aaa5c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,6 +26,7 @@ GEM addressable (2.3.6) builder (3.2.2) coderay (1.1.0) + concurrent-ruby (1.1.9) crack (0.4.2) safe_yaml (~> 1.0.0) erubis (2.7.0) @@ -33,7 +34,8 @@ GEM multipart-post (>= 1.2, < 3) faraday_middleware (0.9.2) faraday (>= 0.7.4, < 0.10) - i18n (0.6.9) + i18n (0.9.5) + concurrent-ruby (~> 1.0) json (1.8.1) metaclass (0.0.4) method_source (0.8.2)