mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Remove rubocop from example Gemfiles (#2341)
The pinned version of Rubocop in some of the TK examples' Gemfiles was a very old version with known vulnerabilities. Since these are just examples and have no Rake tasks that rely on them, I removed rubocop outright from the example Gemfiles. Signed-off-by: Adam Leff <adam@leff.co>
This commit is contained in:
parent
a268669220
commit
d77551baf1
3 changed files with 0 additions and 3 deletions
|
@ -7,7 +7,6 @@ group :test do
|
|||
gem 'bundler', '~> 1.5'
|
||||
gem 'minitest', '~> 5.5'
|
||||
gem 'rake', '~> 10'
|
||||
gem 'rubocop', '~> 0.33.0'
|
||||
gem 'simplecov', '~> 0.10'
|
||||
end
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@ group :test do
|
|||
gem 'bundler', '~> 1.5'
|
||||
gem 'minitest', '~> 5.5'
|
||||
gem 'rake', '~> 10'
|
||||
gem 'rubocop', '~> 0.33.0'
|
||||
gem 'simplecov', '~> 0.10'
|
||||
end
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@ group :test do
|
|||
gem 'bundler', '~> 1.5'
|
||||
gem 'minitest', '~> 5.5'
|
||||
gem 'rake', '~> 10'
|
||||
gem 'rubocop', '~> 0.33.0'
|
||||
gem 'simplecov', '~> 0.10'
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue