From 52f288d2066ea881771dd0cdb59176acd3b8c239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:36:16 +0000 Subject: [PATCH] Bump i18n from 0.6.9 to 0.9.5 in /website 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] --- website/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/Gemfile.lock b/website/Gemfile.lock index 6740bb5..2a07c60 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -10,8 +10,10 @@ GEM chunky_png (~> 1.2) fssm (>= 0.2.7) sass (~> 3.2.17) + concurrent-ruby (1.1.10) fssm (0.2.10) - i18n (0.6.9) + i18n (0.9.5) + concurrent-ruby (~> 1.0) multi_json (1.9.2) rack (1.5.2) rack-test (0.6.2)