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

Commit 9dd92d8

Browse files
committed
Merge pull request #62 from bflad/gemfile_updates
Bump dependencies in Gemfile
2 parents 1c99ba7 + e62fa32 commit 9dd92d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ source 'https://rubygems.org'
33
gem 'rake'
44

55
group :test, :integration do
6-
gem 'berkshelf', '~> 2.0.14'
6+
gem 'berkshelf', '~> 3.0'
77
end
88

99
group :test do
1010
gem 'chefspec', '~> 4.0'
11-
gem 'foodcritic', '~> 3.0.3'
11+
gem 'foodcritic', '~> 4.0'
1212
gem 'rubocop', '~> 0.23'
1313
end
1414

1515
group :integration do
1616
gem 'busser-serverspec', '~> 0.2.6'
17-
gem 'kitchen-vagrant', '~> 0.14'
18-
gem 'test-kitchen', '~> 1.1'
17+
gem 'kitchen-vagrant', '~> 0.15'
18+
gem 'test-kitchen', '~> 1.3'
1919
end
2020

2121
# group :development do

0 commit comments

Comments
 (0)