From 2fcd8d299a46e4dd3193ce5dec10238569951616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:47:53 +0000 Subject: [PATCH] Bump i18n from 0.7.0 to 1.10.0 in /docs 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] --- docs/Gemfile.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 8818a00d494..c4ca5e5cb39 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -1,11 +1,11 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.0.0.1) + activesupport (7.0.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.3.8) blankslate (2.1.2.4) celluloid (0.16.0) @@ -17,7 +17,7 @@ GEM execjs coffee-script-source (1.10.0) colorator (0.1) - concurrent-ruby (1.0.2) + concurrent-ruby (1.1.10) execjs (2.7.0) fast-stemmer (1.0.2) fastimage (1.9.0) @@ -29,7 +29,8 @@ GEM html-pipeline (2.4.2) activesupport (>= 2) nokogiri (>= 1.4) - i18n (0.7.0) + i18n (1.10.0) + concurrent-ruby (~> 1.0) jekyll (2.0.3) classifier (~> 1.3) colorator (~> 0.1) @@ -66,7 +67,7 @@ GEM mercenary (0.3.6) mini_magick (4.5.1) mini_portile2 (2.1.0) - minitest (5.9.1) + minitest (5.16.0) multi_json (1.12.1) nokogiri (1.6.8.1) mini_portile2 (~> 2.1.0) @@ -93,15 +94,14 @@ GEM sprockets-sass (1.3.1) sprockets (~> 2.0) tilt (~> 1.1) - thread_safe (0.3.5) tilt (1.4.1) timers (4.0.4) hitimes toml (0.1.2) parslet (~> 1.5.0) - tzinfo (1.2.2) - thread_safe (~> 0.1) - uglifier (3.0.3) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) + uglifier (3.0.4) execjs (>= 0.3.0, < 3) yajl-ruby (1.1.0) @@ -114,4 +114,4 @@ DEPENDENCIES jekyll (= 2.0.3) jekyll-assets jekyll-sitemap (= 0.4.1) - uglifier + uglifier (= 3.0.4)