Skip to content

Commit 1fbd354

Browse files
ofedorenchris1984
authored andcommitted
SAT-44713 - Move dev dependencies to Gemfile
1 parent a02405a commit 1fbd354

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
source 'https://rubygems.org'
22

33
gemspec
4+
5+
gem 'rdoc'
6+
gem 'theforeman-rubocop', '~> 0.1.2', require: false, groups: [:development, :rubocop]

foreman_rh_cloud.gemspec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,4 @@ Gem::Specification.new do |s|
2323
s.add_dependency 'foreman_ansible', '>= 15.0.0'
2424
s.add_dependency 'foreman-tasks', '>= 10.0.0'
2525
s.add_runtime_dependency 'katello', '>= 4.18'
26-
27-
s.add_development_dependency 'rdoc'
28-
s.add_development_dependency 'theforeman-rubocop', '~> 0.1.0'
2926
end

0 commit comments

Comments
 (0)