diff --git a/bundler.d/test.rb b/bundler.d/test.rb index cc0e935014b..bf45f33e3e9 100644 --- a/bundler.d/test.rb +++ b/bundler.d/test.rb @@ -18,6 +18,6 @@ gem 'rails-controller-testing', '~> 1.0' gem 'rfauxfactory', '~> 0.1', '>= 0.1.5' gem 'robottelo_reporter', '~> 0.1' - gem 'theforeman-rubocop', '~> 0.0.6', require: false + gem 'theforeman-rubocop', '~> 0.1.2', require: false gem 'webmock' end