kpumuk commented on code in PR #14: URL: https://github.com/apache/thrift-website/pull/14#discussion_r3089438374
########## Gemfile: ########## @@ -5,3 +5,8 @@ gem 'jekyll-redirect-from', '>= 0.16.0' gem "webrick", "~> 1.8" gem "google-protobuf", "3.25.5" + +# BigDecimal is required for liquid, but it does not declare a dependency on it +gem "bigdecimal" +# logger is required for jekyll, but it does not declare a dependency on it +gem "logger" Review Comment: Reverted. Will see if cleaning up the unrelated gems can be done in the future. -- 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]
