From f413f61380e51765c9a46ba7808bb5a56228d6b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:31:26 +0000 Subject: [PATCH] Bump i18n from 0.7.0 to 0.9.5 in /blog/containerized_sinatra_app 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] --- blog/containerized_sinatra_app/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/blog/containerized_sinatra_app/Gemfile.lock b/blog/containerized_sinatra_app/Gemfile.lock index 7d6ff24..4264539 100644 --- a/blog/containerized_sinatra_app/Gemfile.lock +++ b/blog/containerized_sinatra_app/Gemfile.lock @@ -13,6 +13,7 @@ GEM extlib (>= 0.9.15) multi_json (>= 1.0.0) beefcake (1.1.0) + concurrent-ruby (1.1.10) digest-crc (0.4.1) extlib (0.9.16) faraday (0.9.2) @@ -44,7 +45,8 @@ GEM signet (~> 0.7) haml (4.0.7) tilt - i18n (0.7.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) json (1.8.3) jwt (1.5.4) launchy (2.4.3)