From f0cb99342face1e75d99b1abb587b2139e0d587e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 04:28:48 +0000 Subject: [PATCH] Build(deps): Bump globalize from 6.3.0 to 7.0.0 Bumps [globalize](https://github.com/globalize/globalize) from 6.3.0 to 7.0.0. - [Release notes](https://github.com/globalize/globalize/releases) - [Changelog](https://github.com/globalize/globalize/blob/main/CHANGELOG.md) - [Commits](https://github.com/globalize/globalize/compare/v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: globalize dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 0023f29245..e8805d90b4 100644 --- a/Gemfile +++ b/Gemfile @@ -144,7 +144,7 @@ gem 'rails-i18n', '~> 7.0.10' gem 'gettext_i18n_rails', '~> 1.13.0' gem 'fast_gettext', '~> 3.1.0' gem 'gettext', '~> 3.4.9' -gem 'globalize', '~> 6.3.0' +gem 'globalize', '~> 7.0.0' gem 'locale', '~> 2.1.4' gem 'unicode', '~> 0.4.4' gem 'unidecoder', '~> 1.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 0bf1671919..9a1003f13b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -221,9 +221,10 @@ GEM fast_gettext (>= 0.9.0) globalid (1.2.1) activesupport (>= 6.1) - globalize (6.3.0) - activemodel (>= 4.2, < 7.2) - activerecord (>= 4.2, < 7.2) + globalize (7.0.0) + activemodel (>= 7.0, < 8.1) + activerecord (>= 7.0, < 8.1) + activesupport (>= 7.0, < 8.1) request_store (~> 1.0) gnuplot (2.6.2) google-apis-core (0.15.1) @@ -320,7 +321,7 @@ GEM mini_portile2 (2.8.7) mini_racer (0.16.0) libv8-node (~> 18.19.0.0) - minitest (5.25.1) + minitest (5.25.4) money (6.19.0) i18n (>= 0.6.4, <= 2) multi_json (1.15.0) @@ -428,7 +429,7 @@ GEM declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) - request_store (1.5.1) + request_store (1.7.0) rack (>= 1.4) retriable (3.1.2) rexml (3.3.9) @@ -601,7 +602,7 @@ DEPENDENCIES gender_detector (~> 2.0.0) gettext (~> 3.4.9) gettext_i18n_rails (~> 1.13.0) - globalize (~> 6.3.0) + globalize (~> 7.0.0) gnuplot (~> 2.6.0) google-cloud-storage (~> 1.52) holidays (~> 8.8.0)