diff --git a/Gemfile.lock b/Gemfile.lock index 5d5c193..7639b60 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,10 +88,11 @@ GEM middleman-syntax (3.2.0) middleman-core (>= 3.2) rouge (~> 3.2) - mini_portile2 (2.4.0) + mini_portile2 (2.5.0) minitest (5.14.2) - nokogiri (1.10.10) - mini_portile2 (~> 2.4.0) + nokogiri (1.11.0) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) padrino-helpers (0.13.3.4) i18n (~> 0.6, >= 0.6.7) padrino-support (= 0.13.3.4) @@ -100,6 +101,7 @@ GEM activesupport (>= 3.1) parallel (1.20.0) public_suffix (4.0.6) + racc (1.5.2) rack (2.2.3) rack-livereload (0.3.17) rack @@ -112,7 +114,7 @@ GEM ffi (~> 1.9) servolux (0.13.0) temple (0.8.2) - thor (1.0.1) + thor (0.20.3) thread_safe (0.3.6) tilt (2.0.10) tzinfo (1.2.8) @@ -132,6 +134,7 @@ DEPENDENCIES middleman-livereload middleman-syntax nokogiri + thor (~> 0.20.3) tzinfo-data wdm (~> 0.1.0)