Skip to content

Commit 52a7685

Browse files
author
Vidas P
committed
Remove unused ADDITIONAL_GEMS variable
1 parent d397127 commit 52a7685

File tree

4 files changed

+0
-95
lines changed

4 files changed

+0
-95
lines changed

Gemfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,3 @@ ENV['DATABASE_ADAPTER'] ||=
149149
if_true(ENV['DATABASE_ADAPTER'].strip == 'postgresql') do
150150
gem 'pg', '~> 1.1.4'
151151
end
152-
153-
require File.join(File.dirname(__FILE__), 'lib/gemfile_helper.rb')
154-
155-
GemfileHelper.parse_each_agent_gem(ENV['ADDITIONAL_GEMS']) do |args|
156-
gem *args
157-
end

app/views/application/undefined_agents.html.erb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@
2323
</p>
2424
<ul>
2525
<li>If the respective Agent is distributed as part of the ActiveWorkflow application codebase, it may have been removed or moved to an Agent gem.</li>
26-
<li>If the respective Agent is distributed as a Ruby gem, it might have been removed from the <code>ADDITIONAL_GEMS</code> environment setting.</li>
2726
</ul>
2827
<br/>
2928
<p>
3029
You can fix this issue by:
3130
</p>
3231
<ul>
3332
<li>deleting the respective Agent(s) from the database using the button below.</li>
34-
<li>adding the respective Agent(s) to the the <code>ADDITIONAL_GEMS</code> environment setting</li>
3533
</ul>
3634
<br/>
3735
<div>

lib/gemfile_helper.rb

Lines changed: 0 additions & 40 deletions
This file was deleted.

spec/lib/gemfile_helper_spec.rb

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)