Skip to content

Commit 96216da

Browse files
committed
DX-1846: Stop using theme
Remove references to `swedbank-pay-design-guide-jekyll-theme` to break the circular dependency between the two codebases.
1 parent cd96ec5 commit 96216da

File tree

3 files changed

+15
-43
lines changed

3 files changed

+15
-43
lines changed

tests/full/Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ gem 'rake'
1111
gem 'jekyll-material-icon-tag', '~> 1.1'
1212
gem 'jemoji', '~> 0.12.0'
1313
gem 'kramdown-plantuml', '>= 1.1.12'
14-
gem 'swedbank-pay-design-guide-jekyll-theme', '>= 1.12.4'

tests/full/Gemfile.lock

Lines changed: 15 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.3)
4+
activesupport (7.0.4)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 1.6, < 2)
77
minitest (>= 5.1)
88
tzinfo (~> 2.0)
9-
addressable (2.8.0)
10-
public_suffix (>= 2.0.2, < 5.0)
9+
addressable (2.8.1)
10+
public_suffix (>= 2.0.2, < 6.0)
1111
colorator (1.1.0)
1212
concurrent-ruby (1.1.10)
1313
em-websocket (0.5.3)
@@ -16,29 +16,26 @@ GEM
1616
ethon (0.15.0)
1717
ffi (>= 1.15.0)
1818
eventmachine (1.2.7)
19-
faraday (2.3.0)
20-
faraday-net_http (~> 2.0)
21-
ruby2_keywords (>= 0.0.4)
22-
faraday-net_http (2.0.3)
2319
ffi (1.15.5)
2420
forwardable-extended (2.6.0)
2521
gemoji (3.0.1)
2622
html-pipeline (2.14.2)
2723
activesupport (>= 2)
2824
nokogiri (>= 1.4)
29-
html-proofer (3.19.4)
25+
html-proofer (4.4.0)
3026
addressable (~> 2.3)
3127
mercenary (~> 0.3)
3228
nokogiri (~> 1.13)
3329
parallel (~> 1.10)
3430
rainbow (~> 3.0)
3531
typhoeus (~> 1.3)
3632
yell (~> 2.0)
37-
html-proofer-unrendered-markdown (0.1.3)
38-
html-proofer (~> 3.0, >= 3.15.1)
33+
zeitwerk (~> 2.5)
34+
html-proofer-unrendered-markdown (0.2.0)
35+
html-proofer (>= 4.0.0)
3936
htmlentities (4.3.4)
4037
http_parser.rb (0.8.0)
41-
i18n (1.10.0)
38+
i18n (1.12.0)
4239
concurrent-ruby (~> 1.0)
4340
jekyll (4.2.2)
4441
addressable (~> 2.4)
@@ -55,11 +52,7 @@ GEM
5552
rouge (~> 3.0)
5653
safe_yaml (~> 1.0)
5754
terminal-table (~> 2.0)
58-
jekyll-contentblocks (1.2.0)
59-
jekyll
6055
jekyll-material-icon-tag (1.1.1)
61-
jekyll-redirect-from (0.16.0)
62-
jekyll (>= 3.3, < 5.0)
6356
jekyll-sass-converter (2.2.0)
6457
sassc (> 2.0.1, < 3.0)
6558
jekyll-watch (2.2.1)
@@ -83,52 +76,35 @@ GEM
8376
rb-inotify (~> 0.9, >= 0.9.10)
8477
mercenary (0.4.0)
8578
mini_portile2 (2.8.0)
86-
minitest (5.16.1)
87-
nokogiri (1.13.6)
79+
minitest (5.16.3)
80+
nokogiri (1.13.8)
8881
mini_portile2 (~> 2.8.0)
8982
racc (~> 1.4)
9083
open3 (0.1.1)
9184
parallel (1.22.1)
9285
pathutil (0.16.2)
9386
forwardable-extended (~> 2.6)
94-
public_suffix (4.0.7)
87+
public_suffix (5.0.0)
9588
racc (1.6.0)
9689
rainbow (3.1.1)
9790
rake (13.0.6)
98-
rb-fsevent (0.11.1)
91+
rb-fsevent (0.11.2)
9992
rb-inotify (0.10.1)
10093
ffi (~> 1.0)
10194
rexml (3.2.5)
102-
rouge (3.29.0)
103-
ruby2_keywords (0.0.5)
95+
rouge (3.30.0)
10496
safe_yaml (1.0.5)
105-
sass (3.7.4)
106-
sass-listen (~> 4.0.0)
107-
sass-listen (4.0.0)
108-
rb-fsevent (~> 0.9, >= 0.9.4)
109-
rb-inotify (~> 0.9, >= 0.9.7)
11097
sassc (2.4.0)
11198
ffi (~> 1.9)
112-
swedbank-pay-design-guide-jekyll-theme (1.17.0)
113-
faraday (>= 1.0.1, < 3)
114-
html-proofer (~> 3, >= 3.19)
115-
jekyll (>= 3.7, < 5.0)
116-
jekyll-contentblocks (~> 1, >= 1.2)
117-
jekyll-material-icon-tag (~> 1, >= 1.1)
118-
jekyll-redirect-from (~> 0.16)
119-
jemoji (~> 0.12)
120-
kramdown-plantuml (~> 1, >= 1.3.2)
121-
nokogiri (~> 1.11)
122-
rake (~> 13.0)
123-
sass (~> 3, >= 3.7)
12499
terminal-table (2.0.0)
125100
unicode-display_width (~> 1.1, >= 1.1.1)
126101
typhoeus (1.4.0)
127102
ethon (>= 0.9.0)
128-
tzinfo (2.0.4)
103+
tzinfo (2.0.5)
129104
concurrent-ruby (~> 1.0)
130105
unicode-display_width (1.8.0)
131106
yell (2.2.2)
107+
zeitwerk (2.6.0)
132108

133109
PLATFORMS
134110
ruby
@@ -142,7 +118,6 @@ DEPENDENCIES
142118
kramdown-plantuml (>= 1.1.12)
143119
open3 (~> 0.1.1)
144120
rake
145-
swedbank-pay-design-guide-jekyll-theme (>= 1.12.4)
146121

147122
BUNDLED WITH
148123
2.2.26

tests/full/_config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
repository: SwedbankPay/jekyll-plantuml-docker
2-
theme: swedbank-pay-design-guide-jekyll-theme
32
exclude: ["Gemfile*"]
43
plugins:
54
- jemoji
65
- jekyll-material-icon-tag
76
- kramdown-plantuml
8-
- swedbank-pay-design-guide-jekyll-theme
97
defaults:
108
- values:
119
layout: default

0 commit comments

Comments
 (0)