From 20f10c0d08cac643686a19beee31ca909751e3c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:30:02 +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 549ea26..bc214a1 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'unicode' gem 'mysql2' gem 'httparty' gem 'redis' -gem 'i18n', '0.7.0' +gem 'i18n', '0.8.0' gem 'nokogiri', '~> 1.13.4' gem 'countries', '2.1.4' gem 'cinch', '2.3.4' diff --git a/Gemfile.lock b/Gemfile.lock index 7f3e188..42c7653 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,7 +40,7 @@ GEM httparty (0.20.0) mime-types (~> 3.0) multi_xml (>= 0.5.2) - i18n (0.7.0) + i18n (0.8.0) i18n_data (0.8.0) method_source (1.0.0) mime-types (3.4.1) @@ -81,7 +81,7 @@ DEPENDENCIES countries (= 2.1.4) em-eventsource (= 0.3.1) httparty - i18n (= 0.7.0) + i18n (= 0.8.0) mediawiki-gateway! mysql2 nokogiri (~> 1.13.4)