From 7d48f61a7f629039b7ec919a3c1c33abbac64ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:31:12 +0000 Subject: [PATCH] Bump i18n from 0.7.0 to 0.9.5 in /web Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.7.0 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.7.0...v0.9.5) --- updated-dependencies: - dependency-name: i18n dependency-type: indirect ... Signed-off-by: dependabot[bot] --- web/Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/Gemfile.lock b/web/Gemfile.lock index 5278195..0307458 100644 --- a/web/Gemfile.lock +++ b/web/Gemfile.lock @@ -9,7 +9,8 @@ GEM concurrent-ruby (1.0.2) daemons (1.2.3) hash-deep-merge (0.1.1) - i18n (0.7.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) minitest (5.9.0) multi_json (1.12.1) power_assert (0.3.0)