diff --git a/apps/dashboard/Gemfile b/apps/dashboard/Gemfile index 89a77e131..5c90f2bbf 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.37' + gem 'i18n-tasks' gem 'highline', '2.1.0' #gem 'easy_translate' #gem 'ruby-openai' diff --git a/apps/dashboard/Gemfile.lock b/apps/dashboard/Gemfile.lock index 05668fa4a..5a50314b5 100644 --- a/apps/dashboard/Gemfile.lock +++ b/apps/dashboard/Gemfile.lock @@ -122,13 +122,13 @@ GEM domain_name (~> 0.5) i18n (1.14.6) concurrent-ruby (~> 1.0) - i18n-tasks (0.9.37) + 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) @@ -325,7 +325,7 @@ DEPENDENCIES dotiw erubi highline (= 2.1.0) - i18n-tasks (= 0.9.37) + i18n-tasks jbuilder (~> 2.0) jsbundling-rails (~> 1.0) local_time (~> 1.0.3)