mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-23 03:33:02 +00:00
quotes
This commit is contained in:
parent
932f81025d
commit
f9e29c380d
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -8,7 +8,7 @@ if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new('1.9.3')
|
|||
gem 'net-ssh', '~> 2.9'
|
||||
end
|
||||
if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new('2.2.2')
|
||||
gem 'rack', "~>= 1.6.4"
|
||||
gem 'rack', '~>= 1.6.4'
|
||||
end
|
||||
|
||||
gem 'rake'
|
||||
|
|
Loading…
Reference in a new issue