Skip to content

Commit

Permalink
feat(gemfile+lock): use bundle update to get latest gems [2020-W41]
Browse files Browse the repository at this point in the history
Update `Gemfile` as well in preparation for adding Gentoo testing across
formulas (pre-salted images already available).
  • Loading branch information
myii committed Oct 6, 2020
1 parent 5bbaf50 commit 8e20bcb
Show file tree
Hide file tree
Showing 11 changed files with 915 additions and 916 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

source 'https://rubygems.org'

gem 'kitchen-docker', '>= 2.9'
gem 'kitchen-inspec', '>= 1.1'
gem 'kitchen-salt', '>= 0.6.0'
gem 'kitchen-docker', github: 'test-kitchen/kitchen-docker', ref: '41e80fe'
gem 'kitchen-inspec', '>= 2.2.1'
gem 'kitchen-salt', '>= 0.6.3'
Loading

0 comments on commit 8e20bcb

Please sign in to comment.