From bc2742605fcbc91e8075e3a36faaf25d17c46ad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 02:18:34 +0000 Subject: [PATCH] Bump i18n from 1.14.1 to 1.14.6 Bumps [i18n](https://github.com/ruby-i18n/i18n) from 1.14.1 to 1.14.6. - [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/v1.14.1...v1.14.6) --- updated-dependencies: - dependency-name: i18n dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 55 +++++++++++++++++++--------------------------------- 1 file changed, 20 insertions(+), 35 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bdf61aafa..6eaaf45eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,63 +1,48 @@ GEM remote: http://rubygems.org/ specs: - base64 (0.3.0) - builder (3.3.0) - concurrent-ruby (1.2.2) + base64 (0.2.0) + concurrent-ruby (1.3.4) daemons (1.4.1) eventmachine (1.2.7) - i18n (1.14.1) + i18n (1.14.6) concurrent-ruby (~> 1.0) - logger (1.7.0) maruku (0.7.3) - mustermann (3.1.1) - nio4r (2.7.4) - puma (6.6.0) - nio4r (~> 2.0) - rack (3.2.6) - rack-protection (4.2.1) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) + rack (2.2.8.1) + rack-protection (3.2.0) base64 (>= 0.1.0) - logger (>= 1.6.0) - rack (>= 3.0.0, < 4) - rack-session (2.1.2) - base64 (>= 0.1.0) - rack (>= 3.0.0) + rack (~> 2.2, >= 2.2.4) rack-ssl-enforcer (0.2.9) - rackup (2.2.1) - rack (>= 3) - rexml (3.4.4) - rtl (0.6.0) - sinatra (4.2.1) - logger (>= 1.6.0) + rexml (3.3.2) + strscan + ruby2_keywords (0.0.5) + sinatra (3.2.0) mustermann (~> 3.0) - rack (>= 3.0.0, < 4) - rack-protection (= 4.2.1) - rack-session (>= 2.0.0, < 3) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.2.0) tilt (~> 2.0) - thin (2.0.1) + strscan (3.1.0) + thin (1.8.2) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) - logger - rack (>= 1, < 4) - tilt (2.7.0) + rack (>= 1, < 3) + tilt (2.3.0) PLATFORMS ruby DEPENDENCIES - builder i18n maruku - puma (~> 6.6) rack-ssl-enforcer - rackup (~> 2.2) rexml - rtl - sinatra (~> 4.1) + sinatra thin RUBY VERSION - ruby 3.3.5p100 + ruby 3.3.0p0 BUNDLED WITH 2.4.10