Skip to content

Commit a9e5fb0

Browse files
committed
Bump deps in the Gemfile
1 parent f7d3dde commit a9e5fb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
group :lint do
44
gem 'foodcritic', '~> 4.0'
5-
gem 'rubocop', '~> 0.29.0'
5+
gem 'rubocop', '~> 0.31'
66
gem 'rainbow', '< 2.0'
77
gem 'rake'
88
end
@@ -13,11 +13,11 @@ group :unit do
1313
end
1414

1515
group :kitchen_common do
16-
gem 'test-kitchen', '~> 1.3.1'
16+
gem 'test-kitchen', '~> 1.4'
1717
end
1818

1919
group :kitchen_vagrant do
20-
gem 'kitchen-vagrant', '~> 0.15'
20+
gem 'kitchen-vagrant', '~> 0.18'
2121
end
2222

2323
group :kitchen_cloud do

0 commit comments

Comments
 (0)