diff --git a/Gemfile b/Gemfile index 0118d36..7f4f5e9 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,3 @@ source 'https://rubygems.org' gemspec - -gem 'theforeman-rubocop', '~> 0.1.2' diff --git a/foreman_resource_quota.gemspec b/foreman_resource_quota.gemspec index 5de8202..6222940 100644 --- a/foreman_resource_quota.gemspec +++ b/foreman_resource_quota.gemspec @@ -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