File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
7
7
### Changes
8
8
- Updated development dependency to bundler ~ > 2.1
9
9
- Updated development dependency to rake ~ > 13.0
10
+ - Updated development dependency to test-kitchen ~ > 1.25.0
10
11
- Updated runtime dependency to 'pg' '1.2.1' from 1.1
11
12
- Updated runtime dependency 'dentaku' '3.3.4' from 2.04
12
13
Original file line number Diff line number Diff line change @@ -53,6 +53,6 @@ Gem::Specification.new do |s|
53
53
s . add_development_dependency 'rspec' , '~> 3.1'
54
54
s . add_development_dependency 'rubocop' , '~> 0.79.0'
55
55
s . add_development_dependency 'serverspec' , '~> 2.41.5'
56
- s . add_development_dependency 'test-kitchen' , '~> 1.16 .0'
56
+ s . add_development_dependency 'test-kitchen' , '~> 1.25 .0'
57
57
s . add_development_dependency 'yard' , '~> 0.9.11'
58
58
end
You can’t perform that action at this time.
0 commit comments