Skip to content

Commit e29e22e

Browse files
committed
Unpin rubocop gem to be compatible with latest rake version
1 parent 733fa78 commit e29e22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skeleton/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ group :test do
88
gem 'puppetlabs_spec_helper'
99
gem 'metadata-json-lint'
1010
gem 'rspec-puppet-facts'
11-
gem 'rubocop', '0.33.0'
11+
gem 'rubocop'
1212
gem 'simplecov', '>= 0.11.0'
1313
gem 'simplecov-console'
1414

0 commit comments

Comments
 (0)