Skip to content

Commit

Permalink
Merge pull request #94 from ATIX-AG/fix-rubocop-dependency
Browse files Browse the repository at this point in the history
Only list rubocop as dependency once
  • Loading branch information
bastian-src authored Dec 11, 2024
2 parents e60f7e0 + fc595b8 commit 0555558
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 0555558

Please sign in to comment.