Skip to content
This repository was archived by the owner on Jan 10, 2020. It is now read-only.

Commit 9161d4d

Browse files
committed
Merge pull request #27 from PagerDuty/chef_12
Test under Chef 12, deprecate Ruby 1.9.3
2 parents e50950a + f21d374 commit 9161d4d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.kitchen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ platforms:
1616
centos-5.11
1717
).each do |platform_version| %>
1818
<% %w(
19+
12.1
1920
11.16.4
2021
11.0.0
2122
).each do |chef_version| %>

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ branches:
33
- master
44
language: ruby
55
rvm:
6-
- 1.9.3
76
- 2.1.5
87
- 2.2.0
98
bundler_args: --binstubs --retry=5 --path=.bundle --without integration

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gem 'rake'
44

55
group :development do
66
gem 'chefspec'
7-
gem 'chef', '< 12.0.0'
7+
gem 'chef'
88
gem 'foodcritic'
99
gem 'fuubar'
1010
gem 'pry'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Platform
2525
* Tested on Ubuntu 10.04, 12.04, 14.04
2626
* Tested on CentOS 5.11, 6.6, 7.0
2727
* Will need extra work to run in Windows, Solaris.
28-
* Tested under Chef 11.0.0 and 11.16.4 in Ruby 1.9 and 2.1.3.
28+
* Tested under Chef 11.0.0, 11.16.4, and 12.1 under Ruby 2.1.5 and 2.2.0.
2929

3030
Attributes
3131
==========

0 commit comments

Comments
 (0)