Skip to content

Commit a608be3

Browse files
authored
Merge pull request #317 from SwedbankPay/dependabot/bundler/tests/full/jekyll-4.3.0
Bump jekyll from 4.2.2 to 4.3.0 in /tests/full
2 parents 2033005 + b293345 commit a608be3

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

tests/full/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44

55
gem 'html-proofer'
66
gem 'html-proofer-unrendered-markdown'
7-
gem 'jekyll', '~> 4.2', group: :jekyll_plugins
7+
gem 'jekyll', '~> 4.3', group: :jekyll_plugins
88
gem 'open3', '~> 0.1.1'
99
gem 'rake'
1010

tests/full/Gemfile.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,22 @@ GEM
4848
i18n (1.12.0)
4949
concurrent-ruby (~> 1.0)
5050
io-event (1.1.2)
51-
jekyll (4.2.2)
51+
jekyll (4.3.0)
5252
addressable (~> 2.4)
5353
colorator (~> 1.0)
5454
em-websocket (~> 0.5)
5555
i18n (~> 1.0)
56-
jekyll-sass-converter (~> 2.0)
56+
jekyll-sass-converter (>= 2.0, < 4.0)
5757
jekyll-watch (~> 2.0)
58-
kramdown (~> 2.3)
58+
kramdown (~> 2.3, >= 2.3.1)
5959
kramdown-parser-gfm (~> 1.0)
6060
liquid (~> 4.0)
61-
mercenary (~> 0.4.0)
61+
mercenary (>= 0.3.6, < 0.5)
6262
pathutil (~> 0.9)
63-
rouge (~> 3.0)
63+
rouge (>= 3.0, < 5.0)
6464
safe_yaml (~> 1.0)
65-
terminal-table (~> 2.0)
65+
terminal-table (>= 1.8, < 4.0)
66+
webrick (~> 1.7)
6667
jekyll-contentblocks (1.2.0)
6768
jekyll
6869
jekyll-material-icon-tag (1.1.1)
@@ -106,7 +107,7 @@ GEM
106107
rb-inotify (0.10.1)
107108
ffi (~> 1.0)
108109
rexml (3.2.5)
109-
rouge (3.30.0)
110+
rouge (4.0.0)
110111
ruby2_keywords (0.0.5)
111112
safe_yaml (1.0.5)
112113
sass (3.7.4)
@@ -126,14 +127,15 @@ GEM
126127
kramdown-plantuml (~> 1, >= 1.3.2)
127128
nokogiri (~> 1, >= 1.11)
128129
sass (~> 3, >= 3.7)
129-
terminal-table (2.0.0)
130-
unicode-display_width (~> 1.1, >= 1.1.1)
130+
terminal-table (3.0.2)
131+
unicode-display_width (>= 1.1.1, < 3)
131132
timers (4.3.5)
132133
typhoeus (1.4.0)
133134
ethon (>= 0.9.0)
134135
tzinfo (2.0.5)
135136
concurrent-ruby (~> 1.0)
136-
unicode-display_width (1.8.0)
137+
unicode-display_width (2.3.0)
138+
webrick (1.7.0)
137139
yell (2.2.2)
138140
zeitwerk (2.6.1)
139141

@@ -143,7 +145,7 @@ PLATFORMS
143145
DEPENDENCIES
144146
html-proofer
145147
html-proofer-unrendered-markdown
146-
jekyll (~> 4.2)
148+
jekyll (~> 4.3)
147149
jekyll-material-icon-tag (~> 1.1)
148150
jemoji (~> 0.12.0)
149151
kramdown-plantuml (>= 1.1.12)

0 commit comments

Comments
 (0)