From de0c7ab7ad759edc53201a9c4a62acce27783e90 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 22 Oct 2017 17:57:00 -0400 Subject: [PATCH] fixed broken build (updated redcarpet version). --- Gemfile | 2 +- Gemfile.lock | 85 ++++++++++++++++++++++++++-------------------------- 2 files changed, 44 insertions(+), 43 deletions(-) diff --git a/Gemfile b/Gemfile index 0cfc7d9..0006fa4 100644 --- a/Gemfile +++ b/Gemfile @@ -16,4 +16,4 @@ gem 'middleman-syntax', '~> 3.0.0' gem 'middleman-navtree' # Markdown parser: -gem 'redcarpet', '~> 3.3.4' +gem 'redcarpet', '~> 3.4.0' diff --git a/Gemfile.lock b/Gemfile.lock index bd892bf..512160e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,56 +1,56 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.0.0.1) + activesupport (5.0.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (~> 0.7) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.5.0) - public_suffix (~> 2.0, >= 2.0.2) - backports (3.6.8) + addressable (2.5.2) + public_suffix (>= 2.0.2, < 4.0) + backports (3.10.3) coffee-script (2.4.1) coffee-script-source execjs - coffee-script-source (1.11.1) + coffee-script-source (1.12.2) compass-import-once (1.0.5) sass (>= 3.2, < 3.5) - concurrent-ruby (1.0.2) + concurrent-ruby (1.0.5) contracts (0.13.0) - dotenv (2.1.1) + dotenv (2.2.1) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) erubis (2.7.0) - eventmachine (1.2.1) + eventmachine (1.2.5) execjs (2.7.0) fast_blank (1.0.0) - fastimage (2.0.1) - addressable (~> 2) - ffi (1.9.14) - haml (4.0.7) + fastimage (2.1.0) + ffi (1.9.18) + haml (5.0.4) + temple (>= 0.8.0) tilt hamster (3.0.0) concurrent-ruby (~> 1.0) - hashie (3.4.6) + hashie (3.5.6) http_parser.rb (0.6.0) i18n (0.7.0) - kramdown (1.13.1) + kramdown (1.15.0) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - memoist (0.15.0) - middleman (4.1.13) + memoist (0.16.0) + middleman (4.2.1) coffee-script (~> 2.2) compass-import-once (= 1.0.5) haml (>= 4.0.5) kramdown (~> 1.2) - middleman-cli (= 4.1.13) - middleman-core (= 4.1.13) + middleman-cli (= 4.2.1) + middleman-core (= 4.2.1) sass (>= 3.4.0, < 4.0) - middleman-cli (4.1.13) + middleman-cli (4.2.1) thor (>= 0.17.0, < 2.0) - middleman-core (4.1.13) + middleman-core (4.2.1) activesupport (>= 4.2, < 5.1) addressable (~> 2.3) backports (~> 3.6) @@ -86,35 +86,36 @@ GEM middleman-syntax (3.0.0) middleman-core (>= 3.2) rouge (~> 2.0) - minitest (5.9.1) - padrino-helpers (0.13.3.3) + minitest (5.10.3) + padrino-helpers (0.13.3.4) i18n (~> 0.6, >= 0.6.7) - padrino-support (= 0.13.3.3) + padrino-support (= 0.13.3.4) tilt (>= 1.4.1, < 3) - padrino-support (0.13.3.3) + padrino-support (0.13.3.4) activesupport (>= 3.1) - parallel (1.10.0) - public_suffix (2.0.4) - rack (2.0.1) + parallel (1.12.0) + public_suffix (3.0.0) + rack (2.0.3) rack-livereload (0.3.16) rack - rb-fsevent (0.9.8) - rb-inotify (0.9.7) - ffi (>= 0.5.0) - redcarpet (3.3.4) - rouge (2.0.7) - sass (3.4.22) - servolux (0.12.0) - sprockets (3.7.0) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + redcarpet (3.4.0) + rouge (2.2.1) + sass (3.4.25) + servolux (0.13.0) + sprockets (3.7.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) - thor (0.19.4) - thread_safe (0.3.5) - tilt (2.0.5) + temple (0.8.0) + thor (0.20.0) + thread_safe (0.3.6) + tilt (2.0.8) titleize (1.4.1) - tzinfo (1.2.2) + tzinfo (1.2.3) thread_safe (~> 0.1) - uglifier (3.0.3) + uglifier (3.2.0) execjs (>= 0.3.0, < 3) PLATFORMS @@ -126,9 +127,9 @@ DEPENDENCIES middleman-navtree middleman-sprockets (~> 4.0.0) middleman-syntax (~> 3.0.0) - redcarpet (~> 3.3.4) + redcarpet (~> 3.4.0) tzinfo-data wdm (~> 0.1.1) BUNDLED WITH - 1.13.6 + 1.15.4 -- GitLab