Skip to content

Commit

Permalink
Adds gems necessary to translate missing keys
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed Dec 18, 2024
1 parent f138ed4 commit afdf238
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dashboard/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
25 changes: 25 additions & 0 deletions apps/dashboard/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -323,6 +346,7 @@ DEPENDENCIES
dalli
dotenv-rails (~> 2.1)
dotiw
easy_translate
erubi
highline (= 2.1.0)
i18n-tasks
Expand All @@ -341,6 +365,7 @@ DEPENDENCIES
redcarpet (~> 3.3)
rest-client (~> 2.0)
rss (~> 0.2)
ruby-openai
sdoc
selenium-webdriver (= 4.5.0)
sinatra
Expand Down

0 comments on commit afdf238

Please sign in to comment.