From 66b399c6d36b4958cb757c427531c4ddf5aeb8fc Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Mon, 27 Dec 2021 23:27:01 +0530 Subject: [PATCH] Lock `rdoc` to `v6.3.x` to avoid `psych-4.x` Psych 4.x appears to mess with our Cucumber-based tests with: ``` Tried to load unspecified class: Date (Psych::DisallowedClass) ``` --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0a101845..5bcbf987 100644 --- a/Gemfile +++ b/Gemfile @@ -74,7 +74,7 @@ group :jekyll_optional_dependencies do gem "jekyll-redirect-from" gem "kramdown-syntax-coderay" gem "mime-types", "~> 3.0" - gem "rdoc", "~> 6.0" + gem "rdoc", "~> 6.3.0" gem "tomlrb" platforms :ruby, :mswin, :mingw, :x64_mingw do