diff --git a/.msync.yml b/.msync.yml index c632e46..e1cef55 100644 --- a/.msync.yml +++ b/.msync.yml @@ -1 +1 @@ -modulesync_config_version: '1.9.6' +modulesync_config_version: '2.0.0' diff --git a/.overcommit.yml b/.overcommit.yml index 31699e7..1b03fad 100644 --- a/.overcommit.yml +++ b/.overcommit.yml @@ -58,6 +58,7 @@ PrePush: enabled: true description: 'Run rake targets' targets: + - 'validate' - 'test' - 'rubocop' command: [ 'bundle', 'exec', 'rake' ] diff --git a/Gemfile b/Gemfile index 998c9ed..20f3df0 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ group :system_tests do end group :release do - gem 'github_changelog_generator', :require => false, :git => 'https://github.com/skywinder/github-changelog-generator' if RUBY_VERSION >= '2.2.2' + gem 'github_changelog_generator', :require => false, :git => 'https://github.com/github-changelog-generator/github-changelog-generator' if RUBY_VERSION >= '2.2.2' gem 'puppet-blacksmith', :require => false gem 'voxpupuli-release', :require => false, :git => 'https://github.com/voxpupuli/voxpupuli-release-gem' gem 'puppet-strings', '>= 1.0', :require => false