You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/01/20 16:28:11 UTC

[GitHub] [cordova-docs] raphinesse commented on a change in pull request #1038: build: major update to jekyll 3.8

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org