Use very specific rubocop version

It hides deprecated warnings regarding cops.
This commit is contained in:
Cedric DEFORTIS 2018-02-19 09:44:30 +01:00
parent a0b6e70c19
commit cc8f24b16c

View File

@ -9,7 +9,7 @@ group :test do
gem "rspec", '> 3.4.0'
gem "rspec-puppet"
gem "rspec-puppet-facts"
gem 'rubocop'
gem 'rubocop', '> 0.47.0', '< 0.49.0'
gem 'simplecov', '>= 0.11.0'
gem 'simplecov-console'