From 0a4bd24f6b5835bc8d254f10207f4628451bdcdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 04:47:43 +0000 Subject: [PATCH] Build(deps): Bump globalize from 6.2.1 to 6.3.0 Bumps [globalize](https://github.com/globalize/globalize) from 6.2.1 to 6.3.0. - [Changelog](https://github.com/globalize/globalize/blob/main/CHANGELOG.md) - [Commits](https://github.com/globalize/globalize/compare/v6.2.1...v6.3.0) --- updated-dependencies: - dependency-name: globalize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index a12f23b495..b3ad2e6745 100644 --- a/Gemfile +++ b/Gemfile @@ -142,7 +142,7 @@ gem 'rails-i18n', '~> 7.0.5' gem 'gettext_i18n_rails', '~> 1.12.0' gem 'fast_gettext', '~> 2.3.0' gem 'gettext', '~> 3.4.7' -gem 'globalize', '~> 6.2.1' +gem 'globalize', '~> 6.3.0' gem 'locale', '~> 2.1.3' gem 'routing-filter', '~> 0.7.0' gem 'unicode', '~> 0.4.4' diff --git a/Gemfile.lock b/Gemfile.lock index 80f214c23d..dcdb406b76 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -232,9 +232,9 @@ GEM fast_gettext (>= 0.9.0) globalid (1.2.1) activesupport (>= 6.1) - globalize (6.2.1) - activemodel (>= 4.2, < 7.1) - activerecord (>= 4.2, < 7.1) + globalize (6.3.0) + activemodel (>= 4.2, < 7.2) + activerecord (>= 4.2, < 7.2) request_store (~> 1.0) gnuplot (2.6.2) google-apis-core (0.9.5) @@ -587,7 +587,7 @@ DEPENDENCIES gender_detector (~> 2.0.0) gettext (~> 3.4.7) gettext_i18n_rails (~> 1.12.0) - globalize (~> 6.2.1) + globalize (~> 6.3.0) gnuplot (~> 2.6.0) google-cloud-storage (~> 1.44) holidays (~> 8.6.0)