mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-25 21:11:32 +08:00
Revert to a version of Jekyll that works
This commit is contained in:
parent
f414a97241
commit
11f664e762
2
Gemfile
2
Gemfile
@ -1,6 +1,6 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'jekyll', '~> 3.7'
|
gem 'jekyll', '3.7.4'
|
||||||
gem 'safe_yaml', '~> 1.0.4'
|
gem 'safe_yaml', '~> 1.0.4'
|
||||||
gem 'sass', '~> 3.5'
|
gem 'sass', '~> 3.5'
|
||||||
gem 'libv8', '~> 3.16.14.19'
|
gem 'libv8', '~> 3.16.14.19'
|
||||||
|
@ -18,7 +18,7 @@ GEM
|
|||||||
http_parser.rb (0.6.0)
|
http_parser.rb (0.6.0)
|
||||||
i18n (0.9.5)
|
i18n (0.9.5)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
jekyll (3.8.4)
|
jekyll (3.7.4)
|
||||||
addressable (~> 2.4)
|
addressable (~> 2.4)
|
||||||
colorator (~> 1.0)
|
colorator (~> 1.0)
|
||||||
em-websocket (~> 0.5)
|
em-websocket (~> 0.5)
|
||||||
@ -69,7 +69,7 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
fontcustom
|
fontcustom
|
||||||
jekyll (~> 3.7)
|
jekyll (= 3.7.4)
|
||||||
libv8 (~> 3.16.14.19)
|
libv8 (~> 3.16.14.19)
|
||||||
safe_yaml (~> 1.0.4)
|
safe_yaml (~> 1.0.4)
|
||||||
sass (~> 3.5)
|
sass (~> 3.5)
|
||||||
|
Loading…
Reference in New Issue
Block a user