Skip to content

Commit

Permalink
Removes two other gems for now to see if those are impacting build fa…
Browse files Browse the repository at this point in the history
…ilures
  • Loading branch information
HazelGrant committed Dec 18, 2024
1 parent afec0c4 commit 7c0eb2d
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 @@ -40,8 +40,8 @@ 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 '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.0.4)
multipart-post (~> 2)
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
Expand All @@ -151,7 +139,6 @@ GEM
activesupport (>= 5.0.0)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.9.0)
local_time (1.0.3)
coffee-rails
logger (1.6.3)
Expand Down Expand Up @@ -181,11 +168,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 @@ -277,10 +261,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 @@ -312,8 +292,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 @@ -324,7 +302,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 @@ -350,7 +327,6 @@ DEPENDENCIES
dalli
dotenv-rails (~> 2.1)
dotiw
easy_translate
erubi
i18n-tasks
jbuilder (~> 2.0)
Expand All @@ -368,7 +344,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 7c0eb2d

Please sign in to comment.