From d2313364c6e89da3ac0acb074e0f233d5e106f19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:35:01 +0000 Subject: [PATCH] Bump i18n from 0.7.0 to 1.10.0 Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.7.0 to 1.10.0. - [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...v1.10.0) --- updated-dependencies: - dependency-name: i18n dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 48aebc0..660a876 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,6 +11,7 @@ GEM celluloid (0.15.2) timers (~> 1.1.0) coderay (1.1.0) + concurrent-ruby (1.1.10) diff-lcs (1.2.5) ffi (1.9.3) formatador (0.2.5) @@ -24,7 +25,8 @@ GEM guard-rspec (4.2.10) guard (~> 2.1) rspec (>= 2.14, < 4.0) - i18n (0.7.0) + i18n (1.10.0) + concurrent-ruby (~> 1.0) listen (2.7.9) celluloid (>= 0.15.2) rb-fsevent (>= 0.9.3)