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)