From c498c518cc106235abd021e298dad8307781639a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:33:05 +0000 Subject: [PATCH] Bump i18n from 0.7.0 to 0.9.5 in /ruby/apache_logs 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] --- ruby/apache_logs/Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ruby/apache_logs/Gemfile.lock b/ruby/apache_logs/Gemfile.lock index 04a794d..e4ae017 100644 --- a/ruby/apache_logs/Gemfile.lock +++ b/ruby/apache_logs/Gemfile.lock @@ -20,7 +20,8 @@ GEM coderay (1.1.1) concurrent-ruby (1.0.2) debug_inspector (0.0.2) - i18n (0.7.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) method_source (0.8.2) minitest (5.9.0) pry (0.10.4)