Skip to content

Commit 8d2a551

Browse files
Bump jekyll and rouge
Bumps [jekyll](https://github.com/jekyll/jekyll) and [rouge](https://github.com/rouge-ruby/rouge). These dependencies needed to be updated together. Updates `jekyll` from 3.9.1 to 4.2.0 - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](jekyll/jekyll@v3.9.1...v4.2.0) Updates `rouge` from 2.2.1 to 3.26.0 - [Release notes](https://github.com/rouge-ruby/rouge/releases) - [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md) - [Commits](rouge-ruby/rouge@v2.2.1...v3.26.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent baf6f7a commit 8d2a551

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ source "https://rubygems.org"
33
gem 'bourbon', '~> 4.2.1'
44
gem 'jekyll-babel', '~>1.1.0'
55
gem 'jekyll-paginate', '~>1.1.0'
6-
gem 'jekyll', '~>3.9.0'
6+
gem 'jekyll', '~>4.2.0'
77
gem 'json', '~> 2.3'
88
gem 'neat', '~> 1.7.1'
99
gem 'nokogiri', '~> 1.11.0'
10-
gem 'rouge', '~> 2.2.1'
10+
gem 'rouge', '~> 3.26.0'
1111
gem 'therubyracer', '~>0.12.3'
1212
gem "jekyll-github-metadata", "~> 2.13"
1313
gem "kramdown", "~> 2.3.1"

Gemfile.lock

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,31 @@ GEM
3030
ffi (1.15.0)
3131
forwardable-extended (2.6.0)
3232
http_parser.rb (0.6.0)
33-
i18n (0.9.5)
33+
i18n (1.8.10)
3434
concurrent-ruby (~> 1.0)
35-
jekyll (3.9.1)
35+
jekyll (4.2.0)
3636
addressable (~> 2.4)
3737
colorator (~> 1.0)
3838
em-websocket (~> 0.5)
39-
i18n (~> 0.7)
40-
jekyll-sass-converter (~> 1.0)
39+
i18n (~> 1.0)
40+
jekyll-sass-converter (~> 2.0)
4141
jekyll-watch (~> 2.0)
42-
kramdown (>= 1.17, < 3)
42+
kramdown (~> 2.3)
43+
kramdown-parser-gfm (~> 1.0)
4344
liquid (~> 4.0)
44-
mercenary (~> 0.3.3)
45+
mercenary (~> 0.4.0)
4546
pathutil (~> 0.9)
46-
rouge (>= 1.7, < 4)
47+
rouge (~> 3.0)
4748
safe_yaml (~> 1.0)
49+
terminal-table (~> 2.0)
4850
jekyll-babel (1.1.0)
4951
babel-transpiler
5052
jekyll-github-metadata (2.13.0)
5153
jekyll (>= 3.4, < 5.0)
5254
octokit (~> 4.0, != 4.4.0)
5355
jekyll-paginate (1.1.0)
54-
jekyll-sass-converter (1.5.2)
55-
sass (~> 3.4)
56+
jekyll-sass-converter (2.1.0)
57+
sassc (> 2.0.1, < 3.0)
5658
jekyll-watch (2.2.1)
5759
listen (~> 3.0)
5860
json (2.5.1)
@@ -65,7 +67,7 @@ GEM
6567
listen (3.5.1)
6668
rb-fsevent (~> 0.10, >= 0.10.3)
6769
rb-inotify (~> 0.9, >= 0.9.10)
68-
mercenary (0.3.6)
70+
mercenary (0.4.0)
6971
method_source (1.0.0)
7072
mini_portile2 (2.5.0)
7173
multipart-post (2.1.1)
@@ -90,29 +92,34 @@ GEM
9092
ffi (~> 1.0)
9193
ref (2.0.0)
9294
rexml (3.2.5)
93-
rouge (2.2.1)
95+
rouge (3.26.0)
9496
ruby2_keywords (0.0.4)
9597
safe_yaml (1.0.5)
9698
sass (3.7.4)
9799
sass-listen (~> 4.0.0)
98100
sass-listen (4.0.0)
99101
rb-fsevent (~> 0.9, >= 0.9.4)
100102
rb-inotify (~> 0.9, >= 0.9.7)
103+
sassc (2.4.0)
104+
ffi (~> 1.9)
101105
sawyer (0.8.2)
102106
addressable (>= 2.3.5)
103107
faraday (> 0.8, < 2.0)
104108
terminal-notifier (2.0.0)
109+
terminal-table (2.0.0)
110+
unicode-display_width (~> 1.1, >= 1.1.1)
105111
therubyracer (0.12.3)
106112
libv8 (~> 3.16.14.15)
107113
ref
108114
thor (0.20.3)
115+
unicode-display_width (1.7.0)
109116

110117
PLATFORMS
111118
ruby
112119

113120
DEPENDENCIES
114121
bourbon (~> 4.2.1)
115-
jekyll (~> 3.9.0)
122+
jekyll (~> 4.2.0)
116123
jekyll-babel (~> 1.1.0)
117124
jekyll-github-metadata (~> 2.13)
118125
jekyll-paginate (~> 1.1.0)
@@ -122,7 +129,7 @@ DEPENDENCIES
122129
neat (~> 1.7.1)
123130
nokogiri (~> 1.11.0)
124131
pry
125-
rouge (~> 2.2.1)
132+
rouge (~> 3.26.0)
126133
terminal-notifier (~> 2.0.0)
127134
therubyracer (~> 0.12.3)
128135

0 commit comments

Comments
 (0)