From e89a081706de5edaa29b4c04b6079a9ab59d172f Mon Sep 17 00:00:00 2001 From: Evan Read Date: Mon, 2 Sep 2019 07:45:47 +0000 Subject: Roll gem versions forward - Also removes mdl from project. - Pins rouge to 3.7.0. --- Gemfile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 51b5cda6..62600891 100644 --- a/Gemfile +++ b/Gemfile @@ -1,14 +1,13 @@ source 'https://rubygems.org' -# Use the development branch of Nanoc to test -# https://github.com/nanoc/nanoc/issues/1445#issuecomment-525607877 -gem 'nanoc', github: 'nanoc/nanoc', ref: '94422c7' -#gem 'nanoc', '~> 4.10' -# +gem 'nanoc', '~> 4.10' gem 'adsf', '~> 1.4' gem 'adsf-live', '~> 1.4' gem 'sassc', '~> 2.0' -gem 'rouge', '~> 3.2' +# Later versions of Rouge cause nanoc to hang when +# processing some JSON fenced code blocks. +# Unpin when fixed (current latest version is 3.9.0). +gem 'rouge', '3.7.0' gem 'rake', '~> 12.3' group :nanoc do @@ -29,5 +28,4 @@ group :test, :development do gem 'highline', '~> 2.0' gem 'rspec', '~> 3.5' gem 'pry-byebug', '~> 3.7', require: false - gem 'mdl', '~> 0.5.0' end -- cgit v1.2.3