diff --git a/.travis.yml b/.travis.yml index 33c1fcd..1df62bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,5 +59,15 @@ matrix: gemfile: test/gemfiles/chef-13.6.gemfile - rvm: 2.4.3 gemfile: test/gemfiles/chef-13.8.gemfile + - rvm: 2.4.3 + gemfile: test/gemfiles/chef-13.9.gemfile + - rvm: 2.4.3 + gemfile: test/gemfiles/chef-13.10.gemfile - rvm: 2.5.1 gemfile: test/gemfiles/chef-14.0.gemfile + - rvm: 2.5.1 + gemfile: test/gemfiles/chef-14.1.gemfile + - rvm: 2.5.1 + gemfile: test/gemfiles/chef-14.2.gemfile + - rvm: 2.5.1 + gemfile: test/gemfiles/chef-14.3.gemfile diff --git a/test/gemfiles/chef-13.10.gemfile b/test/gemfiles/chef-13.10.gemfile new file mode 100644 index 0000000..256334a --- /dev/null +++ b/test/gemfiles/chef-13.10.gemfile @@ -0,0 +1,19 @@ +# +# Copyright 2018, Noah Kantrowitz +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +eval_gemfile File.expand_path('../../../Gemfile', __FILE__) + +gem 'chef', '~> 13.10.0' diff --git a/test/gemfiles/chef-13.9.gemfile b/test/gemfiles/chef-13.9.gemfile new file mode 100644 index 0000000..c06de0f --- /dev/null +++ b/test/gemfiles/chef-13.9.gemfile @@ -0,0 +1,19 @@ +# +# Copyright 2018, Noah Kantrowitz +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +eval_gemfile File.expand_path('../../../Gemfile', __FILE__) + +gem 'chef', '~> 13.9.4' diff --git a/test/gemfiles/chef-13.gemfile b/test/gemfiles/chef-13.gemfile index e052337..039b51b 100644 --- a/test/gemfiles/chef-13.gemfile +++ b/test/gemfiles/chef-13.gemfile @@ -16,4 +16,4 @@ eval_gemfile File.expand_path('../../../Gemfile', __FILE__) -gem 'chef', '~> 13.8' +gem 'chef', '~> 13.10' diff --git a/test/gemfiles/chef-14.1.gemfile b/test/gemfiles/chef-14.1.gemfile new file mode 100644 index 0000000..a347dd6 --- /dev/null +++ b/test/gemfiles/chef-14.1.gemfile @@ -0,0 +1,19 @@ +# +# Copyright 2018, Noah Kantrowitz +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +eval_gemfile File.expand_path('../../../Gemfile', __FILE__) + +gem 'chef', '~> 14.1.12' diff --git a/test/gemfiles/chef-14.2.gemfile b/test/gemfiles/chef-14.2.gemfile new file mode 100644 index 0000000..e0db219 --- /dev/null +++ b/test/gemfiles/chef-14.2.gemfile @@ -0,0 +1,19 @@ +# +# Copyright 2018, Noah Kantrowitz +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +eval_gemfile File.expand_path('../../../Gemfile', __FILE__) + +gem 'chef', '~> 14.2.0' diff --git a/test/gemfiles/chef-14.3.gemfile b/test/gemfiles/chef-14.3.gemfile new file mode 100644 index 0000000..b80e938 --- /dev/null +++ b/test/gemfiles/chef-14.3.gemfile @@ -0,0 +1,19 @@ +# +# Copyright 2018, Noah Kantrowitz +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +eval_gemfile File.expand_path('../../../Gemfile', __FILE__) + +gem 'chef', '~> 14.3.37' diff --git a/test/gemfiles/chef-14.gemfile b/test/gemfiles/chef-14.gemfile index e197a6f..0532b33 100644 --- a/test/gemfiles/chef-14.gemfile +++ b/test/gemfiles/chef-14.gemfile @@ -16,4 +16,4 @@ eval_gemfile File.expand_path('../../../Gemfile', __FILE__) -gem 'chef', '~> 14.0' +gem 'chef', '~> 14.3'