Skip to content

Commit 660c0a2

Browse files
authored
Fixes #39256 - Fix dependency issues for foreman_remote_execution (#1031)
* Fixes #39256 - Fix dependency issues for foreman_remote_execution * Refs #39256 - Remove rdoc dependency
1 parent 9198b5a commit 660c0a2

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

Rakefile

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,6 @@ begin
33
rescue LoadError
44
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
55
end
6-
begin
7-
require 'rdoc/task'
8-
rescue LoadError
9-
require 'rdoc/rdoc'
10-
require 'rake/rdoctask'
11-
RDoc::Task = Rake::RDocTask
12-
end
13-
14-
RDoc::Task.new(:rdoc) do |rdoc|
15-
rdoc.rdoc_dir = 'rdoc'
16-
rdoc.title = 'ForemanRemoteExecution'
17-
rdoc.options << '--line-numbers'
18-
rdoc.rdoc_files.include('README.rdoc')
19-
rdoc.rdoc_files.include('lib/**/*.rb')
20-
end
216

227
APP_RAKEFILE = File.expand_path('../test/dummy/Rakefile', __FILE__)
238

foreman_remote_execution.gemspec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,4 @@ Gem::Specification.new do |s|
2222

2323
s.add_dependency 'deface'
2424
s.add_dependency 'foreman-tasks', '>= 8.3.0'
25-
26-
s.add_development_dependency 'factory_bot_rails', '~> 4.8.0'
27-
s.add_development_dependency 'rdoc'
2825
end

0 commit comments

Comments
 (0)