Skip to content

Commit

Permalink
Merge pull request #94 from jyaworski/update_rubocop_38
Browse files Browse the repository at this point in the history
Update rubocop to 0.38.0, unpin rake
  • Loading branch information
jyaworski committed Mar 11, 2016
2 parents 462de70 + 9448a14 commit dc17de9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source "https://rubygems.org"

group :test do
gem 'rake'
gem 'rubocop', '0.37.2'
gem 'rubocop', '0.38.0'
end

group :development do
Expand Down
3 changes: 1 addition & 2 deletions config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Gemfile:
required:
':test':
- gem: rake
version: '< 11'
- gem: rspec-puppet
git: https://github.com/rodjek/rspec-puppet.git
- gem: puppet-lint
Expand All @@ -37,7 +36,7 @@ Gemfile:
- gem: voxpupuli-release
git: https://github.com/voxpupuli/voxpupuli-release-gem.git
- gem: rubocop
version: '0.37.2'
version: '0.38.0'
- gem: rspec-puppet-utils
- gem: puppetlabs_spec_helper
- gem: puppet-lint-absolute_classname-check
Expand Down

0 comments on commit dc17de9

Please sign in to comment.