From 997e94ef79ebf92933254ac235b7943300921c4a Mon Sep 17 00:00:00 2001 From: HazelGrant Date: Wed, 18 Dec 2024 10:36:23 -0500 Subject: [PATCH] Restricts version of i18n-tasks dependency highline --- apps/dashboard/Gemfile | 3 ++- apps/dashboard/Gemfile.lock | 13 +++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/apps/dashboard/Gemfile b/apps/dashboard/Gemfile index e31ff1367..89a77e131 100644 --- a/apps/dashboard/Gemfile +++ b/apps/dashboard/Gemfile @@ -39,7 +39,8 @@ 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' + gem 'i18n-tasks', '0.9.37' + gem 'highline', '2.1.0' #gem 'easy_translate' #gem 'ruby-openai' end diff --git a/apps/dashboard/Gemfile.lock b/apps/dashboard/Gemfile.lock index d281ee1cc..05668fa4a 100644 --- a/apps/dashboard/Gemfile.lock +++ b/apps/dashboard/Gemfile.lock @@ -116,24 +116,22 @@ GEM ffi (1.16.3) globalid (1.2.1) activesupport (>= 6.1) - highline (3.1.1) - reline + highline (2.1.0) http-accept (1.7.0) http-cookie (1.0.8) domain_name (~> 0.5) i18n (1.14.6) concurrent-ruby (~> 1.0) - i18n-tasks (1.0.14) + i18n-tasks (0.9.37) activesupport (>= 4.0.2) ast (>= 2.1.0) erubi highline (>= 2.0.0) i18n - parser (>= 3.2.2.1) + parser (>= 2.2.3.0) rails-i18n rainbow (>= 2.2.2, < 4.0) terminal-table (>= 1.5.1) - io-console (0.8.0) jbuilder (2.13.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) @@ -249,8 +247,6 @@ GEM psych (>= 4.0.0) redcarpet (3.6.0) regexp_parser (2.9.3) - reline (0.5.12) - io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4) rest-client (2.1.0) @@ -328,7 +324,8 @@ DEPENDENCIES dotenv-rails (~> 2.1) dotiw erubi - i18n-tasks + highline (= 2.1.0) + i18n-tasks (= 0.9.37) jbuilder (~> 2.0) jsbundling-rails (~> 1.0) local_time (~> 1.0.3)