From f895fa787a35574f3fa3dcc1b4a1d79ca2cd5059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:18:30 +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: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 48 ++++++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 22 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 30a0e84..d144ab3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,21 +11,26 @@ PATH GEM remote: http://rubygems.org/ specs: - activemodel (5.0.0) - activesupport (= 5.0.0) - activesupport (5.0.0) + activemodel (7.0.3) + activesupport (= 7.0.3) + activesupport (7.0.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) - minitest (~> 5.1) - tzinfo (~> 1.1) - addressable (2.3.2) - concurrent-ruby (1.0.2) - crack (0.3.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) + concurrent-ruby (1.1.10) + crack (0.4.5) + rexml docile (1.1.5) - faraday (0.9.2) - multipart-post (>= 1.2, < 3) - i18n (0.7.0) - json (1.8.3) + faraday (2.3.0) + faraday-net_http (~> 2.0) + ruby2_keywords (>= 0.0.4) + faraday-net_http (2.0.3) + i18n (1.10.0) + concurrent-ruby (~> 1.0) + json (1.8.6) json_api_client (0.9.6) activesupport addressable (~> 2.2) @@ -33,23 +38,22 @@ GEM json_api_client_mock (0.3.0) json_api_client (>= 0.3.4) mocha - metaclass (0.0.4) - minitest (5.9.0) + minitest (5.16.0) minitest-stub_any_instance (1.0.1) - mocha (1.1.0) - metaclass (~> 0.0.1) + mocha (1.14.0) multiconnect (0.2.0) activesupport - multipart-post (2.0.0) + public_suffix (4.0.7) rake (0.9.4) + rexml (3.2.5) + ruby2_keywords (0.0.5) simplecov (0.10.0) docile (~> 1.1.0) json (~> 1.8) simplecov-html (~> 0.10.0) - simplecov-html (0.10.0) - thread_safe (0.3.5) - tzinfo (1.2.2) - thread_safe (~> 0.1) + simplecov-html (0.10.2) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) webmock (1.9.0) addressable (>= 2.2.7) crack (>= 0.1.7)