mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-23 03:33:02 +00:00
try Gemfile cleanup
This commit is contained in:
parent
327593903f
commit
e7b6c36edb
1 changed files with 2 additions and 5 deletions
7
Gemfile
7
Gemfile
|
@ -2,11 +2,8 @@
|
|||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'rack', '~> 1.6.4'
|
||||
gem 'rake'
|
||||
gem 'inspec', '~> 0'
|
||||
gem 'rubocop', '~> 0.36.0'
|
||||
gem 'highline', '~> 1.6.0'
|
||||
gem 'rack', '> 1.6.0'
|
||||
gem 'rubocop'
|
||||
|
||||
group :tools do
|
||||
gem 'github_changelog_generator', '~> 1.12.0'
|
||||
|
|
Loading…
Reference in a new issue