From ee70653d44b0f6d7622795ff78eaf3feb06aff56 Mon Sep 17 00:00:00 2001 From: Oleh Fedorenko Date: Mon, 27 Apr 2026 11:47:21 +0000 Subject: [PATCH] Fixes #39261 - Pin theforeman-rubocop in Gemfile only --- Gemfile | 4 ++-- foreman_bootdisk.gemspec | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2c29cb91..cbc852ad 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,6 @@ source 'http://rubygems.org' -gem 'theforeman-rubocop', '~> 0.1.0.pre', groups: %i[development rubocop] - gemspec + +gem 'theforeman-rubocop', '~> 0.1.2', groups: %i[development rubocop] diff --git a/foreman_bootdisk.gemspec b/foreman_bootdisk.gemspec index 99e4cb4c..70ed8494 100644 --- a/foreman_bootdisk.gemspec +++ b/foreman_bootdisk.gemspec @@ -27,6 +27,4 @@ Gem::Specification.new do |s| ['package.json'] s.required_ruby_version = '>= 2.7', '< 4' - - s.add_development_dependency 'theforeman-rubocop' end