From fc595b807836d4fd64b5d6c921fb3a5eefd899d9 Mon Sep 17 00:00:00 2001 From: dosas Date: Tue, 10 Dec 2024 16:44:51 +0100 Subject: [PATCH] Only list rubocop as dependency once --- Gemfile | 2 -- foreman_resource_quota.gemspec | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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