Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
Update boilerplate.
Browse files Browse the repository at this point in the history
  • Loading branch information
coderanger committed Mar 2, 2018
1 parent db269de commit 82f50d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ matrix:
- rvm: 2.4.2
gemfile: test/gemfiles/chef-13.6.gemfile
- rvm: 2.4.3
gemfile: test/gemfiles/chef-13.7.gemfile
gemfile: test/gemfiles/chef-13.8.gemfile
- rvm: 2.5.0
gemfile: test/gemfiles/master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

eval_gemfile File.expand_path('../../../Gemfile', __FILE__)

gem 'chef', '~> 13.7.16'
gem 'chef', '~> 13.8.0'
2 changes: 1 addition & 1 deletion test/gemfiles/chef-13.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

eval_gemfile File.expand_path('../../../Gemfile', __FILE__)

gem 'chef', '~> 13.7'
gem 'chef', '~> 13.8'

0 comments on commit 82f50d5

Please sign in to comment.