Update dependencies
This commit is contained in:
parent
e11ccf565f
commit
1b4710824f
1 changed files with 62 additions and 43 deletions
105
Gemfile.lock
105
Gemfile.lock
|
@ -1,11 +1,11 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
addressable (2.5.2)
|
||||
public_suffix (>= 2.0.2, < 4.0)
|
||||
adsf (1.4.1)
|
||||
addressable (2.7.0)
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
adsf (1.4.2)
|
||||
rack (>= 1.0.0, < 3.0.0)
|
||||
autoprefixer-rails (8.5.0)
|
||||
autoprefixer-rails (9.7.2)
|
||||
execjs
|
||||
builder (3.2.3)
|
||||
coderay (1.1.2)
|
||||
|
@ -14,18 +14,19 @@ GEM
|
|||
execjs
|
||||
coffee-script-source (1.12.2)
|
||||
colored (1.2)
|
||||
concurrent-ruby (1.0.5)
|
||||
cri (2.15.1)
|
||||
colored (~> 1.2)
|
||||
concurrent-ruby (1.1.5)
|
||||
cri (2.15.9)
|
||||
ddmemoize (1.0.0)
|
||||
ddmetrics (~> 1.0)
|
||||
ref (~> 2.0)
|
||||
ddmetrics (1.0.1)
|
||||
ddplugin (1.0.2)
|
||||
diff-lcs (1.3)
|
||||
equatable (0.6.1)
|
||||
execjs (2.7.0)
|
||||
ffi (1.9.25)
|
||||
ffi (1.11.3)
|
||||
formatador (0.2.5)
|
||||
guard (2.14.2)
|
||||
guard (2.16.1)
|
||||
formatador (>= 0.2.4)
|
||||
listen (>= 2.7, < 4.0)
|
||||
lumberjack (>= 1.0.12, < 2.0)
|
||||
|
@ -35,62 +36,74 @@ GEM
|
|||
shellany (~> 0.0)
|
||||
thor (>= 0.18.1)
|
||||
guard-compat (1.2.1)
|
||||
guard-nanoc (2.1.4)
|
||||
guard-nanoc (2.1.7)
|
||||
guard (~> 2.8)
|
||||
guard-compat (~> 1.0)
|
||||
nanoc (>= 4.3.8, < 5.0)
|
||||
nanoc (>= 4.11.13, < 5.0)
|
||||
hamster (3.0.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
highline (1.7.10)
|
||||
highline (2.0.3)
|
||||
htmlcompressor (0.4.0)
|
||||
icalendar (2.4.1)
|
||||
json (2.1.0)
|
||||
json_schema (0.19.1)
|
||||
kramdown (1.16.2)
|
||||
icalendar (2.6.0)
|
||||
ice_cube (~> 0.16)
|
||||
ice_cube (0.16.3)
|
||||
json (2.2.0)
|
||||
json_schema (0.20.8)
|
||||
kramdown (2.1.0)
|
||||
libv8 (3.16.14.19)
|
||||
listen (3.1.5)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
ruby_dep (~> 1.2)
|
||||
listen (3.2.0)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
lumberjack (1.0.13)
|
||||
method_source (0.9.0)
|
||||
mini_portile2 (2.3.0)
|
||||
nanoc (4.10.1)
|
||||
method_source (0.9.2)
|
||||
mini_portile2 (2.4.0)
|
||||
nanoc (4.11.14)
|
||||
addressable (~> 2.5)
|
||||
colored (~> 1.2)
|
||||
nanoc-cli (= 4.11.14)
|
||||
nanoc-core (= 4.11.14)
|
||||
parallel (~> 1.12)
|
||||
tty-command (~> 0.8)
|
||||
tty-which (~> 0.4)
|
||||
nanoc-cli (4.11.14)
|
||||
cri (~> 2.15)
|
||||
diff-lcs (~> 1.3)
|
||||
nanoc-core (= 4.11.14)
|
||||
zeitwerk (~> 2.1)
|
||||
nanoc-core (4.11.14)
|
||||
ddmemoize (~> 1.0)
|
||||
ddmetrics (~> 1.0)
|
||||
ddplugin (~> 1.0)
|
||||
hamster (~> 3.0)
|
||||
json_schema (~> 0.19)
|
||||
parallel (~> 1.12)
|
||||
ref (~> 2.0)
|
||||
slow_enumerator_tools (~> 1.0)
|
||||
tomlrb (~> 1.2)
|
||||
tty-platform (~> 0.2)
|
||||
zeitwerk (~> 2.1)
|
||||
nenv (0.3.0)
|
||||
nokogiri (1.8.2)
|
||||
mini_portile2 (~> 2.3.0)
|
||||
notiffany (0.1.1)
|
||||
nokogiri (1.10.5)
|
||||
mini_portile2 (~> 2.4.0)
|
||||
notiffany (0.1.3)
|
||||
nenv (~> 0.1)
|
||||
shellany (~> 0.0)
|
||||
pandoc-ruby (2.0.2)
|
||||
parallel (1.12.1)
|
||||
pry (0.11.3)
|
||||
parallel (1.19.1)
|
||||
pastel (0.7.3)
|
||||
equatable (~> 0.6)
|
||||
tty-color (~> 0.5)
|
||||
pry (0.12.2)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.9.0)
|
||||
public_suffix (3.0.3)
|
||||
rack (2.0.5)
|
||||
public_suffix (4.0.1)
|
||||
rack (2.0.7)
|
||||
rainpress (1.0.1)
|
||||
rake (12.3.1)
|
||||
rb-fsevent (0.10.3)
|
||||
rb-inotify (0.9.10)
|
||||
ffi (>= 0.5.0, < 2)
|
||||
rb-inotify (0.10.0)
|
||||
ffi (~> 1.0)
|
||||
ref (2.0.0)
|
||||
ruby_dep (1.5.0)
|
||||
rubypants (0.7.0)
|
||||
sassc (2.0.0)
|
||||
ffi (~> 1.9.6)
|
||||
rake
|
||||
sassc (2.2.1)
|
||||
ffi (~> 1.9)
|
||||
shellany (0.0.1)
|
||||
slow_enumerator_tools (1.1.0)
|
||||
terminal-notifier (2.0.0)
|
||||
|
@ -98,17 +111,23 @@ GEM
|
|||
therubyracer (0.12.3)
|
||||
libv8 (~> 3.16.14.15)
|
||||
ref
|
||||
thor (0.20.0)
|
||||
tomlrb (1.2.7)
|
||||
thor (0.20.3)
|
||||
tomlrb (1.2.9)
|
||||
tty-color (0.5.0)
|
||||
tty-command (0.9.0)
|
||||
pastel (~> 0.7.0)
|
||||
tty-platform (0.2.1)
|
||||
tty-which (0.4.1)
|
||||
typogruby (1.0.18)
|
||||
rubypants
|
||||
uglifier (4.1.10)
|
||||
uglifier (4.2.0)
|
||||
execjs (>= 0.3.0, < 3)
|
||||
w3c_validators (1.3.3)
|
||||
w3c_validators (1.3.4)
|
||||
json (>= 1.8)
|
||||
nokogiri (~> 1.6)
|
||||
words_counted (1.0.2)
|
||||
yui-compressor (0.12.0)
|
||||
zeitwerk (2.2.1)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
|
Loading…
Reference in a new issue