diff --git a/Gemfile b/Gemfile index 2c29cb9..cbc852a 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 99e4cb4..70ed849 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