mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Gemfile.lock: Update (new version of HTMLProofer)
This commit is contained in:
parent
5e166f5da5
commit
4926434a48
1 changed files with 28 additions and 9 deletions
37
Gemfile.lock
37
Gemfile.lock
|
@ -2,17 +2,24 @@ GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
RedCloth (4.2.9)
|
RedCloth (4.2.9)
|
||||||
addressable (2.4.0)
|
activesupport (4.2.8)
|
||||||
|
i18n (~> 0.7)
|
||||||
|
minitest (~> 5.1)
|
||||||
|
thread_safe (~> 0.3, >= 0.3.4)
|
||||||
|
tzinfo (~> 1.1)
|
||||||
|
addressable (2.5.1)
|
||||||
|
public_suffix (~> 2.0, >= 2.0.2)
|
||||||
colorator (0.1)
|
colorator (0.1)
|
||||||
colored (1.2)
|
colored (1.2)
|
||||||
commonjs (0.2.7)
|
commonjs (0.2.7)
|
||||||
ethon (0.8.0)
|
ethon (0.10.1)
|
||||||
ffi (>= 1.3.0)
|
ffi (>= 1.3.0)
|
||||||
execjs (2.6.0)
|
execjs (2.6.0)
|
||||||
ffi (1.9.10)
|
ffi (1.9.10)
|
||||||
ffi-icu (0.1.10)
|
ffi-icu (0.1.10)
|
||||||
ffi (~> 1.0, >= 1.0.9)
|
ffi (~> 1.0, >= 1.0.9)
|
||||||
html-proofer (2.1.0)
|
html-proofer (3.6.0)
|
||||||
|
activesupport (>= 4.2, < 6.0)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
colored (~> 1.2)
|
colored (~> 1.2)
|
||||||
mercenary (~> 0.3.2)
|
mercenary (~> 0.3.2)
|
||||||
|
@ -20,6 +27,7 @@ GEM
|
||||||
parallel (~> 1.3)
|
parallel (~> 1.3)
|
||||||
typhoeus (~> 0.7)
|
typhoeus (~> 0.7)
|
||||||
yell (~> 2.0)
|
yell (~> 2.0)
|
||||||
|
i18n (0.8.1)
|
||||||
jekyll (3.0.1)
|
jekyll (3.0.1)
|
||||||
colorator (~> 0.1)
|
colorator (~> 0.1)
|
||||||
jekyll-sass-converter (~> 1.0)
|
jekyll-sass-converter (~> 1.0)
|
||||||
|
@ -47,11 +55,13 @@ GEM
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
mercenary (0.3.5)
|
mercenary (0.3.5)
|
||||||
mini_portile2 (2.0.0)
|
mini_portile2 (2.1.0)
|
||||||
|
minitest (5.10.1)
|
||||||
multi_json (1.11.2)
|
multi_json (1.11.2)
|
||||||
nokogiri (1.6.7.1)
|
nokogiri (1.6.8.1)
|
||||||
mini_portile2 (~> 2.0.0.rc2)
|
mini_portile2 (~> 2.1.0)
|
||||||
parallel (1.6.1)
|
parallel (1.11.2)
|
||||||
|
public_suffix (2.0.5)
|
||||||
rake (10.4.2)
|
rake (10.4.2)
|
||||||
rb-fsevent (0.9.7)
|
rb-fsevent (0.9.7)
|
||||||
rb-inotify (0.9.5)
|
rb-inotify (0.9.5)
|
||||||
|
@ -63,9 +73,12 @@ GEM
|
||||||
therubyracer (0.12.2)
|
therubyracer (0.12.2)
|
||||||
libv8 (~> 3.16.14.0)
|
libv8 (~> 3.16.14.0)
|
||||||
ref
|
ref
|
||||||
|
thread_safe (0.3.6)
|
||||||
typhoeus (0.8.0)
|
typhoeus (0.8.0)
|
||||||
ethon (>= 0.8.0)
|
ethon (>= 0.8.0)
|
||||||
yell (2.0.5)
|
tzinfo (1.2.3)
|
||||||
|
thread_safe (~> 0.1)
|
||||||
|
yell (2.0.7)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
@ -73,10 +86,16 @@ PLATFORMS
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
RedCloth
|
RedCloth
|
||||||
ffi-icu
|
ffi-icu
|
||||||
html-proofer (= 2.1.0)
|
html-proofer (= 3.6.0)
|
||||||
jekyll (~> 3.0)
|
jekyll (~> 3.0)
|
||||||
jshintrb (~> 0.3.0)
|
jshintrb (~> 0.3.0)
|
||||||
json
|
json
|
||||||
kramdown
|
kramdown
|
||||||
less (= 2.4.0)
|
less (= 2.4.0)
|
||||||
therubyracer
|
therubyracer
|
||||||
|
|
||||||
|
RUBY VERSION
|
||||||
|
ruby 2.0.0p648
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
1.13.7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue