-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v2.1.1 Read Changelog * v2.1.1 Read Changelog updated changelog * Need vendor directory exclude in rubocop because circleci bundles to vendor
- Loading branch information
1 parent
461b3d3
commit bf3aa47
Showing
8 changed files
with
60 additions
and
674 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,7 @@ | ||
source 'https://rubygems.org' | ||
ruby '~> 2.6.5' | ||
|
||
gem 'aws-sdk-core', '3.68.1' | ||
gem 'berkshelf', '7.0.8' | ||
gem 'bundler', '1.17.2' | ||
gem 'chef', '15.4.45' | ||
gem 'chef-dk', '4.5.0' | ||
gem 'rake' | ||
|
||
group :style do | ||
gem 'foodcritic', '16.1.1' | ||
gem 'rubocop', '0.72.0' | ||
end | ||
|
||
group :unit do | ||
gem 'chefspec', '7.4.0' | ||
gem 'rspec_junit_formatter', '0.4.1' | ||
end | ||
|
||
group :integration do | ||
gem 'inspec', '4.18.0' | ||
gem 'kitchen-docker', '2.9.0' | ||
gem 'test-kitchen', '2.3.3' | ||
source 'https://rubygems.org/' do | ||
gem 'bundler', '1.17.2' | ||
gem 'rake' | ||
gem 'rubocop', '0.75.1' | ||
end |
Oops, something went wrong.