raphinesse commented on a change in pull request #1038: build: major update to jekyll 3.8 URL: https://github.com/apache/cordova-docs/pull/1038#discussion_r368635382
########## File path: Gemfile ########## @@ -1,4 +1,4 @@ source 'https://rubygems.org' -gem 'jekyll', '= 2.5.3' +gem 'jekyll', '~> 3.8' Review comment: To allow non-major updates that are not expected to introduce breaking changes. This is in line with our JavaScript dependency management where we use npm's default, i.e. `^` version ranges. If there are good reasons to prefer version pinning that are specific to RubyGems, we can revert to using a pinned version of course. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
