From 14edc0ad2a9b8655d390c71e9c6e03819a2bb7af Mon Sep 17 00:00:00 2001 From: Andrew White Date: Wed, 4 Jan 2017 11:25:28 +0000 Subject: Restrict w3c_validators to less than 1.3 This is because rdoc 3.10 has a dependency on json ~> 1.4 and w3c_validators 1.3.0 requires json ~> 2.0. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 73fdc6c42e..41a10f6f77 100644 --- a/Gemfile +++ b/Gemfile @@ -55,7 +55,7 @@ group :doc do # this is our own fork with the fix. gem 'sdoc', :git => 'https://github.com/fxn/sdoc.git' gem 'RedCloth', '~> 4.2' - gem 'w3c_validators' + gem 'w3c_validators', '< 1.3' end # AS -- cgit v1.2.3