Skip to content

Commit

Permalink
Unpin rubocop gem to be compatible with latest rake version
Browse files Browse the repository at this point in the history
  • Loading branch information
aerostitch committed Jan 24, 2017
1 parent 733fa78 commit e29e22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeleton/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ group :test do
gem 'puppetlabs_spec_helper'
gem 'metadata-json-lint'
gem 'rspec-puppet-facts'
gem 'rubocop', '0.33.0'
gem 'rubocop'
gem 'simplecov', '>= 0.11.0'
gem 'simplecov-console'

Expand Down

0 comments on commit e29e22e

Please sign in to comment.