Skip to content

Commit

Permalink
Removes gems that cause build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed Dec 18, 2024
1 parent afdf238 commit 458a132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 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: 0 additions & 25 deletions apps/dashboard/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,8 @@ 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 @@ -149,7 +137,6 @@ 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 @@ -179,11 +166,8 @@ 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 @@ -273,10 +257,6 @@ 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 @@ -308,8 +288,6 @@ 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 @@ -320,7 +298,6 @@ 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 @@ -346,7 +323,6 @@ DEPENDENCIES
dalli
dotenv-rails (~> 2.1)
dotiw
easy_translate
erubi
highline (= 2.1.0)
i18n-tasks
Expand All @@ -365,7 +341,6 @@ 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 458a132

Please sign in to comment.