Skip to content

Commit

Permalink
require latest strings release
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Oct 19, 2016
1 parent 544459c commit 75324f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ Gemfile:
- gem: puppet-blacksmith
- gem: voxpupuli-release
git: https://github.com/voxpupuli/voxpupuli-release-gem.git
# we need to pin strings. not sure if 1.0.0 brings another breaking change.
# our Rakefile isn't compatible with older strings releases
- gem: puppet-strings
version: '0.4.0'
version: '~> 0.99.0'
- gem: rubocop-rspec
version: '~> 1.6'
ruby-operator: '>='
Expand Down
2 changes: 1 addition & 1 deletion moduleroot/Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet_blacksmith/rake_tasks'
require 'voxpupuli/release/rake_tasks'
require 'puppet-strings/rake_tasks'
require 'puppet-strings/tasks'

PuppetLint.configuration.log_format = '%{path}:%{line}:%{check}:%{KIND}:%{message}'
PuppetLint.configuration.fail_on_warnings = true
Expand Down

0 comments on commit 75324f8

Please sign in to comment.