Skip to content

Commit 539d908

Browse files
committed
Update website dependencies
1 parent 237e2ef commit 539d908

4 files changed

Lines changed: 19 additions & 15 deletions

File tree

.github/workflows/build_check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313
filter: tree:0
14+
- name: Install ImageMagick
15+
run: sudo apt-get install -y imagemagick
1416
- name: Setup Ruby
1517
uses: ruby/setup-ruby@v1
1618
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ System Volume Information/
88
node_modules/
99
currentsetting.htm
1010
_site/
11+
vendor

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.6)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.9)
5+
public_suffix (>= 2.0.2, < 8.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.2.3)
7+
concurrent-ruby (1.3.6)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
12-
ffi (1.16.3)
12+
ffi (1.17.3)
1313
forwardable-extended (2.6.0)
14-
http_parser.rb (0.8.0)
15-
i18n (1.14.4)
14+
http_parser.rb (0.8.1)
15+
i18n (1.14.8)
1616
concurrent-ruby (~> 1.0)
1717
jekyll (4.2.2)
1818
addressable (~> 2.4)
@@ -40,33 +40,33 @@ GEM
4040
jekyll (>= 3.7, < 5.0)
4141
jekyll-watch (2.2.1)
4242
listen (~> 3.0)
43-
kramdown (2.4.0)
44-
rexml
43+
kramdown (2.5.2)
44+
rexml (>= 3.4.4)
4545
kramdown-parser-gfm (1.1.0)
4646
kramdown (~> 2.0)
4747
liquid (4.0.4)
48-
listen (3.9.0)
48+
listen (3.10.0)
49+
logger
4950
rb-fsevent (~> 0.10, >= 0.10.3)
5051
rb-inotify (~> 0.9, >= 0.9.10)
52+
logger (1.7.0)
5153
mercenary (0.4.0)
5254
pathutil (0.16.2)
5355
forwardable-extended (~> 2.6)
54-
public_suffix (5.0.4)
56+
public_suffix (7.0.5)
5557
rb-fsevent (0.11.2)
56-
rb-inotify (0.10.1)
58+
rb-inotify (0.11.1)
5759
ffi (~> 1.0)
58-
rexml (3.2.8)
59-
strscan (>= 3.0.9)
60+
rexml (3.4.4)
6061
rmagick (4.3.0)
6162
rouge (3.30.0)
6263
safe_yaml (1.0.5)
6364
sassc (2.4.0)
6465
ffi (~> 1.9)
65-
strscan (3.1.0)
6666
terminal-table (2.0.0)
6767
unicode-display_width (~> 1.1, >= 1.1.1)
6868
unicode-display_width (1.8.0)
69-
webrick (1.8.1)
69+
webrick (1.9.2)
7070

7171
PLATFORMS
7272
ruby

public/_includes/cca_sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
### Upgrade Instructions
1717
{:.no_anchor}
18+
- [Upgrading from 7.x to 8.x](/wiki/cardinal-components-api/upgrade-instructions/CCA-8-changes)
1819
- [Upgrading from 5.x to 6.x](/wiki/cardinal-components-api/upgrade-instructions/CCA-6-changes)
1920
{:.toc-subgroup}
2021

0 commit comments

Comments
 (0)