Skip to content

Commit 8421725

Browse files
committed
Make .note work like .alert; Fixes #2138
1 parent 9695874 commit 8421725

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Gemfile.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/iiif/iiifc-theme.git
3-
revision: 4304e46439867dfb35720b38c502f827008a534d
3+
revision: 339dcb15d628ab3d09af24508b701a335301694a
44
branch: main
55
specs:
66
iiifc-theme (0.1.0)
@@ -18,7 +18,7 @@ GEM
1818
addressable (2.8.0)
1919
public_suffix (>= 2.0.2, < 5.0)
2020
colorator (1.1.0)
21-
concurrent-ruby (1.1.9)
21+
concurrent-ruby (1.1.10)
2222
diff-lcs (1.5.0)
2323
em-websocket (0.5.3)
2424
eventmachine (>= 0.12.9)
@@ -28,11 +28,11 @@ GEM
2828
eventmachine (1.2.7)
2929
ffi (1.15.5)
3030
forwardable-extended (2.6.0)
31-
html-proofer (3.19.3)
31+
html-proofer (3.19.4)
3232
addressable (~> 2.3)
3333
mercenary (~> 0.3)
34-
nokogiri (~> 1.12)
35-
parallel (~> 1.3)
34+
nokogiri (~> 1.13)
35+
parallel (~> 1.10)
3636
rainbow (~> 3.0)
3737
typhoeus (~> 1.3)
3838
yell (~> 2.0)
@@ -69,7 +69,7 @@ GEM
6969
jekyll (>= 3.8, < 5.0)
7070
jekyll-watch (2.2.1)
7171
listen (~> 3.0)
72-
kramdown (2.3.1)
72+
kramdown (2.4.0)
7373
rexml
7474
kramdown-parser-gfm (1.1.0)
7575
kramdown (~> 2.0)
@@ -79,13 +79,13 @@ GEM
7979
rb-inotify (~> 0.9, >= 0.9.10)
8080
mercenary (0.4.0)
8181
mini_portile2 (2.8.0)
82-
nokogiri (1.13.3)
82+
nokogiri (1.13.6)
8383
mini_portile2 (~> 2.8.0)
8484
racc (~> 1.4)
85-
parallel (1.21.0)
85+
parallel (1.22.1)
8686
pathutil (0.16.2)
8787
forwardable-extended (~> 2.6)
88-
public_suffix (4.0.6)
88+
public_suffix (4.0.7)
8989
racc (1.6.0)
9090
rainbow (3.1.1)
9191
rake (13.0.6)
@@ -94,7 +94,7 @@ GEM
9494
ffi (~> 1.0)
9595
redcarpet (3.5.1)
9696
rexml (3.2.5)
97-
rouge (3.28.0)
97+
rouge (3.29.0)
9898
rspec (3.11.0)
9999
rspec-core (~> 3.11.0)
100100
rspec-expectations (~> 3.11.0)
@@ -104,7 +104,7 @@ GEM
104104
rspec-expectations (3.11.0)
105105
diff-lcs (>= 1.2.0, < 2.0)
106106
rspec-support (~> 3.11.0)
107-
rspec-mocks (3.11.0)
107+
rspec-mocks (3.11.1)
108108
diff-lcs (>= 1.2.0, < 2.0)
109109
rspec-support (~> 3.11.0)
110110
rspec-support (3.11.0)

0 commit comments

Comments
 (0)