From afdf238407b412ba5ed906abb8d38504cfbcef50 Mon Sep 17 00:00:00 2001 From: HazelGrant Date: Wed, 18 Dec 2024 12:56:05 -0500 Subject: [PATCH] Adds gems necessary to translate missing keys --- apps/dashboard/Gemfile | 4 ++-- apps/dashboard/Gemfile.lock | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/apps/dashboard/Gemfile b/apps/dashboard/Gemfile index 5c90f2bbf..efef91ddb 100644 --- a/apps/dashboard/Gemfile +++ b/apps/dashboard/Gemfile @@ -41,8 +41,8 @@ group :development do # gem 'web-console', '~> 2.0' gem 'i18n-tasks' gem 'highline', '2.1.0' - #gem 'easy_translate' - #gem 'ruby-openai' + gem 'easy_translate' + gem 'ruby-openai' end # lock gems to versions that are compatible with ruby 2.7.0, diff --git a/apps/dashboard/Gemfile.lock b/apps/dashboard/Gemfile.lock index 5a50314b5..7d441c548 100644 --- a/apps/dashboard/Gemfile.lock +++ b/apps/dashboard/Gemfile.lock @@ -111,8 +111,20 @@ GEM dotiw (5.3.3) activesupport i18n + easy_translate (0.5.1) + thread + thread_safe erubi (1.13.0) + event_stream_parser (1.0.0) execjs (2.10.0) + faraday (2.12.2) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-multipart (1.1.0) + multipart-post (~> 2.0) + faraday-net_http (3.4.0) + net-http (>= 0.5.0) ffi (1.16.3) globalid (1.2.1) activesupport (>= 6.1) @@ -137,6 +149,7 @@ GEM activesupport (>= 5.0.0) jsbundling-rails (1.3.1) railties (>= 6.0.0) + json (2.9.1) local_time (1.0.3) coffee-rails logger (1.6.3) @@ -166,8 +179,11 @@ GEM mocha (2.7.1) ruby2_keywords (>= 0.0.5) multi_json (1.15.0) + multipart-post (2.4.1) mustermann (3.0.3) ruby2_keywords (~> 0.0.1) + net-http (0.6.0) + uri net-imap (0.3.7) date net-protocol @@ -257,6 +273,10 @@ GEM rexml (3.4.0) rss (0.3.1) rexml + ruby-openai (7.3.1) + event_stream_parser (>= 0.3.0, < 2.0.0) + faraday (>= 1) + faraday-multipart (>= 1) ruby2_keywords (0.0.5) rubyzip (2.3.2) sdoc (2.6.1) @@ -288,6 +308,8 @@ GEM terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) thor (1.3.2) + thread (0.2.2) + thread_safe (0.3.6) tilt (2.4.0) timecop (0.9.10) timeout (0.4.2) @@ -298,6 +320,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) + uri (1.0.2) webrick (1.9.1) websocket (1.2.11) websocket-driver (0.7.6) @@ -323,6 +346,7 @@ DEPENDENCIES dalli dotenv-rails (~> 2.1) dotiw + easy_translate erubi highline (= 2.1.0) i18n-tasks @@ -341,6 +365,7 @@ DEPENDENCIES redcarpet (~> 3.3) rest-client (~> 2.0) rss (~> 0.2) + ruby-openai sdoc selenium-webdriver (= 4.5.0) sinatra