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
fe23d557
Unverified
Commit
fe23d557
authored
Nov 14, 2019
by
Tim Smith
Committed by
GitHub
Nov 14, 2019
Browse files
Merge pull request #19 from chef/fix_ruby_tests
Fix Ruby 2.3 tests
parents
f2cbc3d4
f19ef306
Changes
1
Hide whitespace changes
Inline
Side-by-side
Gemfile
View file @
fe23d557
...
...
@@ -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