mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Active support version fix for ruby versions less then 2.7
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
This commit is contained in:
parent
d05140adbf
commit
f2bbf622b8
1 changed files with 4 additions and 0 deletions
4
Gemfile
4
Gemfile
|
@ -66,3 +66,7 @@ if Gem.ruby_version >= Gem::Version.new("2.7.0")
|
|||
gem "git"
|
||||
end
|
||||
end
|
||||
|
||||
if Gem.ruby_version < Gem::Version.new("2.7.0")
|
||||
gem "activesupport", "6.1.4.4"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue