From 8421725f22d42a6424ea24389d2dd1c90f1063c5 Mon Sep 17 00:00:00 2001 From: Josh Hadro Date: Fri, 10 Jun 2022 14:40:35 -0400 Subject: [PATCH] Make .note work like .alert; Fixes #2138 --- Gemfile.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ccc6a948f..81f418d59 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/iiif/iiifc-theme.git - revision: 4304e46439867dfb35720b38c502f827008a534d + revision: 339dcb15d628ab3d09af24508b701a335301694a branch: main specs: iiifc-theme (0.1.0) @@ -18,7 +18,7 @@ GEM addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) colorator (1.1.0) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) diff-lcs (1.5.0) em-websocket (0.5.3) eventmachine (>= 0.12.9) @@ -28,11 +28,11 @@ GEM eventmachine (1.2.7) ffi (1.15.5) forwardable-extended (2.6.0) - html-proofer (3.19.3) + html-proofer (3.19.4) addressable (~> 2.3) mercenary (~> 0.3) - nokogiri (~> 1.12) - parallel (~> 1.3) + nokogiri (~> 1.13) + parallel (~> 1.10) rainbow (~> 3.0) typhoeus (~> 1.3) yell (~> 2.0) @@ -69,7 +69,7 @@ GEM jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - kramdown (2.3.1) + kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) @@ -79,13 +79,13 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) mini_portile2 (2.8.0) - nokogiri (1.13.3) + nokogiri (1.13.6) mini_portile2 (~> 2.8.0) racc (~> 1.4) - parallel (1.21.0) + parallel (1.22.1) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (4.0.6) + public_suffix (4.0.7) racc (1.6.0) rainbow (3.1.1) rake (13.0.6) @@ -94,7 +94,7 @@ GEM ffi (~> 1.0) redcarpet (3.5.1) rexml (3.2.5) - rouge (3.28.0) + rouge (3.29.0) rspec (3.11.0) rspec-core (~> 3.11.0) rspec-expectations (~> 3.11.0) @@ -104,7 +104,7 @@ GEM rspec-expectations (3.11.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.11.0) - rspec-mocks (3.11.0) + rspec-mocks (3.11.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.11.0) rspec-support (3.11.0)