Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
chef-sugar-ng
Commits
f19ef306
Commit
f19ef306
authored
Nov 14, 2019
by
Tim Smith
Browse files
Fix Ruby 2.3 tests
rubyzip no longer supports ancient Ruby Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
f2cbc3d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Gemfile
View file @
f19ef306
...
...
@@ -14,6 +14,11 @@ group :test do
else
gem
"
chefspec
"
end
if
Gem
::
Version
.
new
(
RUBY_VERSION
)
<
Gem
::
Version
.
new
(
"2.4"
)
gem
"
rubyzip
"
,
"< 2"
else
gem
"
rubyzip
"
end
gem
"
rake
"
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment