Peg jekyll at 3.8.6 until sass-converter bug is fixed

This commit is contained in:
2020-03-18 16:24:17 -04:00
parent 41e9dbf700
commit 7b8821df1f
2 changed files with 16 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'jekyll', group: :jekyll_plugins gem 'jekyll', '~>3.8.6', group: :jekyll_plugins
gem 'jekyll-paginate', group: :jekyll_plugins gem 'jekyll-paginate', group: :jekyll_plugins

View File

@@ -12,31 +12,27 @@ GEM
ffi (1.12.2) ffi (1.12.2)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
http_parser.rb (0.6.0) http_parser.rb (0.6.0)
i18n (1.8.2) i18n (0.9.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jekyll (4.0.0) jekyll (3.8.6)
addressable (~> 2.4) addressable (~> 2.4)
colorator (~> 1.0) colorator (~> 1.0)
em-websocket (~> 0.5) em-websocket (~> 0.5)
i18n (>= 0.9.5, < 2) i18n (~> 0.7)
jekyll-sass-converter (~> 2.0) jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0) jekyll-watch (~> 2.0)
kramdown (~> 2.1) kramdown (~> 1.14)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0) liquid (~> 4.0)
mercenary (~> 0.3.3) mercenary (~> 0.3.3)
pathutil (~> 0.9) pathutil (~> 0.9)
rouge (~> 3.0) rouge (>= 1.7, < 4)
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
terminal-table (~> 1.8)
jekyll-paginate (1.1.0) jekyll-paginate (1.1.0)
jekyll-sass-converter (2.1.0) jekyll-sass-converter (1.5.2)
sassc (> 2.0.1, < 3.0) sass (~> 3.4)
jekyll-watch (2.2.1) jekyll-watch (2.2.1)
listen (~> 3.0) listen (~> 3.0)
kramdown (2.1.0) kramdown (1.17.0)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3) liquid (4.0.3)
listen (3.2.1) listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
@@ -50,17 +46,17 @@ GEM
ffi (~> 1.0) ffi (~> 1.0)
rouge (3.17.0) rouge (3.17.0)
safe_yaml (1.0.5) safe_yaml (1.0.5)
sassc (2.2.1) sass (3.7.4)
ffi (~> 1.9) sass-listen (~> 4.0.0)
terminal-table (1.8.0) sass-listen (4.0.0)
unicode-display_width (~> 1.1, >= 1.1.1) rb-fsevent (~> 0.9, >= 0.9.4)
unicode-display_width (1.7.0) rb-inotify (~> 0.9, >= 0.9.7)
PLATFORMS PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
jekyll jekyll (~> 3.8.6)
jekyll-paginate jekyll-paginate
BUNDLED WITH BUNDLED WITH