Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Commit 06c48c8

Browse files
committed
Removed version restrictions
1 parent 7437716 commit 06c48c8

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
@@ -6,20 +6,20 @@ group :lint do
66
end
77

88
group :unit do
9-
gem 'berkshelf', '~> 4.3.0'
10-
gem 'chefspec', '~> 4.1.0'
9+
gem 'berkshelf'
10+
gem 'chefspec'
1111
end
1212

1313
group :kitchen_common do
14-
gem 'test-kitchen', '~> 1.2'
14+
gem 'test-kitchen'
1515
end
1616

1717
group :kitchen_docker do
1818
gem 'kitchen-docker', '~> 1.5.0'
1919
end
2020

2121
group :kitchen_vagrant do
22-
gem 'kitchen-vagrant', '~> 0.11'
22+
gem 'kitchen-vagrant'
2323
end
2424

2525
group :kitchen_cloud do

0 commit comments

Comments
 (0)