From 11010420194fc4a427c09a77ddb68967b1cb89a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:26:55 +0000 Subject: [PATCH] Bump i18n from 0.5.0 to 1.10.0 Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.5.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.5.0...v1.10.0) --- updated-dependencies: - dependency-name: i18n dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 86 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 51 insertions(+), 35 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3906809..f5df798 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,47 +2,63 @@ PATH remote: . specs: simple_table (0.0.18) - actionpack (~> 3.0.0) - activerecord (~> 3.0.0) - activesupport (~> 3.0.0) + actionpack (> 3.0.0) + activerecord (> 3.0.0) + activesupport (> 3.0.0) GEM remote: http://rubygems.org/ specs: - abstract (1.0.0) - actionpack (3.0.15) - activemodel (= 3.0.15) - activesupport (= 3.0.15) - builder (~> 2.1.2) - erubis (~> 2.6.6) - i18n (~> 0.5.0) - rack (~> 1.2.5) - rack-mount (~> 0.6.14) - rack-test (~> 0.5.7) - tzinfo (~> 0.3.23) - activemodel (3.0.15) - activesupport (= 3.0.15) - builder (~> 2.1.2) - i18n (~> 0.5.0) - activerecord (3.0.15) - activemodel (= 3.0.15) - activesupport (= 3.0.15) - arel (~> 2.0.10) - tzinfo (~> 0.3.23) - activesupport (3.0.15) - arel (2.0.10) - builder (2.1.2) - erubis (2.6.6) - abstract (>= 1.0.0) + actionpack (7.0.3) + actionview (= 7.0.3) + activesupport (= 7.0.3) + rack (~> 2.0, >= 2.2.0) + rack-test (>= 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actionview (7.0.3) + activesupport (= 7.0.3) + builder (~> 3.1) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activemodel (7.0.3) + activesupport (= 7.0.3) + activerecord (7.0.3) + activemodel (= 7.0.3) + activesupport (= 7.0.3) + activesupport (7.0.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + builder (3.2.4) + concurrent-ruby (1.1.10) + crass (1.0.6) + erubi (1.10.0) gem_patching (0.0.2) - i18n (0.5.0) + i18n (1.10.0) + concurrent-ruby (~> 1.0) + loofah (2.18.0) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mini_portile2 (2.8.0) + minitest (5.16.0) mocha (0.9.12) - rack (1.2.5) - rack-mount (0.6.14) - rack (>= 1.0.0) - rack-test (0.5.7) - rack (>= 1.0) - tzinfo (0.3.33) + nokogiri (1.13.6) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + racc (1.6.0) + rack (2.2.3.1) + rack-test (1.1.0) + rack (>= 1.0, < 3) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.4.3) + loofah (~> 2.3) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) PLATFORMS ruby