caicancai commented on code in PR #4162:
URL: https://github.com/apache/calcite/pull/4162#discussion_r1928614608
##########
site/_sass/_style.scss:
##########
@@ -996,3 +998,4 @@ code.output {
#resources {
background-color: #000;
}
+
Review Comment:
Extra blank lines
##########
site/Gemfile:
##########
@@ -15,10 +15,14 @@
#
source 'https://rubygems.org'
gem 'jekyll', '~>4'
-gem "webrick", "~> 1.7"
-gem "nokogiri", "~> 1.14"
+gem "webrick", "~> 1.9.1"
+gem "nokogiri", "~> 1.18.2"
+gem "csv", "~> 3.3.2"
+gem "base64", "~> 0.2.0"
+
group :jekyll_plugins do
gem 'jekyll-redirect-from'
end
# End Gemfile
+
Review Comment:
Extra blank lines
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]