Skip to content

Commit

Permalink
Only list rubocop as dependency once
Browse files Browse the repository at this point in the history
  • Loading branch information
dosas committed Dec 10, 2024
1 parent e60f7e0 commit fc595b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
source 'https://rubygems.org'

gemspec

gem 'theforeman-rubocop', '~> 0.1.2'
2 changes: 1 addition & 1 deletion foreman_resource_quota.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Gem::Specification.new do |s|

s.add_dependency 'foreman-tasks', '>= 10.0', '< 11'

s.add_development_dependency 'theforeman-rubocop', '~> 0.1.0'
s.add_development_dependency 'theforeman-rubocop', '~> 0.1.2'
end

0 comments on commit fc595b8

Please sign in to comment.