File tree 3 files changed +23
-2
lines changed
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ script:
10
10
- ./bin/rake travis
11
11
matrix :
12
12
include :
13
- - rvm : 2.1.9
13
+ - rvm : 2.3.1
14
14
gemfile : test/gemfiles/chef-12.gemfile
15
15
- rvm : 2.1.4
16
16
gemfile : test/gemfiles/chef-12.1.gemfile
@@ -38,5 +38,7 @@ matrix:
38
38
gemfile : test/gemfiles/chef-12.12.gemfile
39
39
- rvm : 2.1.9
40
40
gemfile : test/gemfiles/chef-12.13.gemfile
41
+ - rvm : 2.3.1
42
+ gemfile : test/gemfiles/chef-12.14.gemfile
41
43
- rvm : 2.3.1
42
44
gemfile : test/gemfiles/master.gemfile
Original file line number Diff line number Diff line change
1
+ #
2
+ # Copyright 2016, Noah Kantrowitz
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ #
16
+
17
+ eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18
+
19
+ gem 'chef', '~> 12.14.60'
Original file line number Diff line number Diff line change 16
16
17
17
eval_gemfile File.expand_path('../../../Gemfile', __FILE__)
18
18
19
- gem 'chef', '~> 12.13 '
19
+ gem 'chef', '~> 12.14 '
You can’t perform that action at this time.
0 commit comments