fixing broken deps
This commit is contained in:
parent
1ecddd58fe
commit
2a9ef12763
6
Gemfile
6
Gemfile
|
@ -3,6 +3,6 @@ source 'https://rubygems.org'
|
|||
gem 'jekyll', '3.8.5'
|
||||
# gem 'thin'
|
||||
|
||||
# group :jekyll_plugins do
|
||||
# gem "jekyll-paginate-v2", "~> 1.7"
|
||||
# endbund
|
||||
group :jekyll_plugins do
|
||||
gem "jekyll-paginate-v2", "~> 1.7"
|
||||
end
|
|
@ -4,7 +4,7 @@ GEM
|
|||
addressable (2.6.0)
|
||||
public_suffix (>= 2.0.2, < 4.0)
|
||||
colorator (1.1.0)
|
||||
concurrent-ruby (1.1.4)
|
||||
concurrent-ruby (1.1.5)
|
||||
em-websocket (0.5.1)
|
||||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0.6.0)
|
||||
|
@ -27,12 +27,14 @@ GEM
|
|||
pathutil (~> 0.9)
|
||||
rouge (>= 1.7, < 4)
|
||||
safe_yaml (~> 1.0)
|
||||
jekyll-paginate-v2 (1.9.4)
|
||||
jekyll (~> 3.0)
|
||||
jekyll-sass-converter (1.5.2)
|
||||
sass (~> 3.4)
|
||||
jekyll-watch (2.1.2)
|
||||
listen (~> 3.0)
|
||||
kramdown (1.17.0)
|
||||
liquid (4.0.1)
|
||||
liquid (4.0.3)
|
||||
listen (3.1.5)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
|
@ -58,6 +60,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
jekyll (= 3.8.5)
|
||||
jekyll-paginate-v2 (~> 1.7)
|
||||
|
||||
BUNDLED WITH
|
||||
2.0.1
|
||||
|
|
Loading…
Reference in a new issue