diff --git a/Gemfile b/Gemfile index a540f99b2..0c2e3faf6 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ group :development, :test do gem 'cucumber', '~> 2.0' # Make aruba compliant to ruby community guide - gem 'rubocop', '~> 0.32' + gem 'rubocop', '~> 0.32', '< 0.41.1' # gem 'cucumber-pro', '~> 0.0'