Skip to content

Commit

Permalink
Switch to Inspec 4 to break bundler loop (#257)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Geiger <info@mgeiger.de>
  • Loading branch information
mcgege authored Dec 28, 2020
1 parent bc05c97 commit 3f983b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Gemfile:
- gem: 'kitchen-puppet'
- gem: 'kitchen-sync'
- gem: 'inspec'
version: '~> 3'
optional:
':development':
- gem: 'github_changelog_generator'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ group :integration do
gem "kitchen-inspec", require: false
gem "kitchen-puppet", require: false
gem "kitchen-sync", require: false
gem "inspec", '~> 3', require: false
gem "inspec", require: false
end

puppet_version = ENV['PUPPET_GEM_VERSION']
Expand Down

0 comments on commit 3f983b4

Please sign in to comment.