mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-22 11:13:02 +00:00
update Gemfile
Signed-off-by: Patrick Münch <patrick.muench1111@gmail.com>
This commit is contained in:
parent
a93f22892c
commit
4585d2a35c
1 changed files with 9 additions and 9 deletions
18
Gemfile
18
Gemfile
|
@ -2,17 +2,17 @@
|
|||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new('1.9.3')
|
||||
gem 'net-ssh', '~> 2.9'
|
||||
end
|
||||
|
||||
gem 'rake'
|
||||
gem 'inspec', '~> 0.9'
|
||||
gem 'rubocop', '~> 0.23'
|
||||
gem 'highline', '~> 1.6.0'
|
||||
|
||||
# pin dependency for Ruby 1.9.3 since bundler is not
|
||||
# detecting that net-ssh 3 does not work with 1.9.3
|
||||
if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new('1.9.3')
|
||||
gem 'net-ssh', '~> 2.9'
|
||||
end
|
||||
|
||||
gem 'rake'
|
||||
gem 'inspec', '~> 0'
|
||||
gem 'rubocop', '~> 0.36.0'
|
||||
gem 'highline', '~> 1.6.0'
|
||||
|
||||
group :tools do
|
||||
gem 'github_changelog_generator', '~> 1.12.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue