From 75cb2e5b30154f470a56f9e4e68c2b8d106a7f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:35:51 +0000 Subject: [PATCH] Bump i18n from 0.7.0 to 0.9.5 in /collections/test 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] --- collections/test/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100755 => 100644 collections/test/Gemfile.lock diff --git a/collections/test/Gemfile.lock b/collections/test/Gemfile.lock old mode 100755 new mode 100644 index c426c3d..00e8eae --- a/collections/test/Gemfile.lock +++ b/collections/test/Gemfile.lock @@ -23,9 +23,11 @@ GEM ffi (~> 1.0, >= 1.0.11) cliver (0.3.2) coderay (1.1.1) + concurrent-ruby (1.1.10) diff-lcs (1.2.5) ffi (1.9.10) - i18n (0.7.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) json (1.8.3) launchy (2.4.3) addressable (~> 2.3)