nchammas commented on code in PR #44628:
URL: https://github.com/apache/spark/pull/44628#discussion_r1445151689


##########
docs/Gemfile:
##########
@@ -17,8 +17,12 @@
 
 source "https://rubygems.org";
 
+# Keep these specifications as flexible as possible and leave it to Bundler
+# to pin versions in the lock file.
+# To update the lock file, run `bundle update`.
+# Version constraint reference: 
https://guides.rubygems.org/patterns/#declaring-dependencies
 gem "ffi", "1.15.5"
-gem "jekyll", "4.3.2"
+gem "jekyll", "~> 4.3"

Review Comment:
   I would like to migrate all of the dependency specifications here to use the 
[pessimistic operator][1], but I leave that to a future PR.
   
   [1]: https://thoughtbot.com/blog/rubys-pessimistic-operator



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to