From 702f5fe51e861a13a8586e3e15b66703b75b1e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:36:19 +0000 Subject: [PATCH] Bump i18n from 0.7.0 to 0.9.5 in /server 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] --- server/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/Gemfile.lock b/server/Gemfile.lock index 0d07e98f..9937c0f7 100644 --- a/server/Gemfile.lock +++ b/server/Gemfile.lock @@ -24,6 +24,7 @@ GEM tzinfo (~> 1.1) arel (6.0.0) builder (3.2.2) + concurrent-ruby (1.1.10) coverband (1.0.2) json redis @@ -40,7 +41,8 @@ GEM hiredis (0.6.0) http-cookie (1.0.2) domain_name (~> 0.5) - i18n (0.7.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) json (1.8.3) mime-types (2.6.1) minitest (5.7.0)