From ddf5d5ed1b7aef930a61988b425b3b4c6863a80b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:32:44 +0000 Subject: [PATCH] Bump i18n from 0.7.0 to 0.8.0 Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.7.0 to 0.8.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...v0.8.0) --- updated-dependencies: - dependency-name: i18n dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3aadb40fb..acb6ed7b1 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,4 @@ gem 'parallel', '~> 1.20.1' gem 'puma', '~> 5.4.0' gem 'sinatra', '~> 2.1.0' gem 'sinatra-contrib', '~> 2.1.0' -gem 'i18n', '~> 0.7.0' +gem 'i18n', '~> 0.8.0' diff --git a/Gemfile.lock b/Gemfile.lock index 751deb864..c6c2e2ce8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,7 +25,7 @@ GEM git (1.9.1) rchardet (~> 1.8) httpclient (2.4.0) - i18n (0.7.0) + i18n (0.8.0) mini_portile2 (2.6.1) multi_json (1.15.0) multipart-post (2.1.1) @@ -71,7 +71,7 @@ DEPENDENCIES faraday (~> 1.7.0) git (~> 1.9.1) httpclient (~> 2.4.0) - i18n (~> 0.7.0) + i18n (~> 0.8.0) nokogiri (~> 1.12.3) octokit (~> 4.21.0) parallel (~> 1.20.1)