From 283123e0e51fc6756cdcb9c24b942e388cca3d0f Mon Sep 17 00:00:00 2001 From: HazelGrant Date: Thu, 12 Dec 2024 12:36:03 -0500 Subject: [PATCH] Updates i18n-tasks gem back to latest release --- apps/dashboard/Gemfile | 2 +- apps/dashboard/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/dashboard/Gemfile b/apps/dashboard/Gemfile index d977578f9..e31ff1367 100644 --- a/apps/dashboard/Gemfile +++ b/apps/dashboard/Gemfile @@ -39,7 +39,7 @@ end group :development do # Access an IRB console on exception pages or by using <%= console %> in views # gem 'web-console', '~> 2.0' - gem 'i18n-tasks', '0.9.33' + gem 'i18n-tasks' #gem 'easy_translate' #gem 'ruby-openai' end diff --git a/apps/dashboard/Gemfile.lock b/apps/dashboard/Gemfile.lock index fd599e723..71427aa0c 100644 --- a/apps/dashboard/Gemfile.lock +++ b/apps/dashboard/Gemfile.lock @@ -123,13 +123,13 @@ GEM domain_name (~> 0.5) i18n (1.14.6) concurrent-ruby (~> 1.0) - i18n-tasks (0.9.33) + i18n-tasks (1.0.14) activesupport (>= 4.0.2) ast (>= 2.1.0) erubi highline (>= 2.0.0) i18n - parser (>= 2.2.3.0) + parser (>= 3.2.2.1) rails-i18n rainbow (>= 2.2.2, < 4.0) terminal-table (>= 1.5.1) @@ -328,7 +328,7 @@ DEPENDENCIES dotenv-rails (~> 2.1) dotiw erubi - i18n-tasks (= 0.9.33) + i18n-tasks jbuilder (~> 2.0) jsbundling-rails (~> 1.0) local_time (~> 1.0.3)