Skip to content

Commit 8c23136

Browse files
chore(deps): bump the ruby group with 4 updates (#840)
Bumps the ruby group with 4 updates: [jekyll](https://github.com/jekyll/jekyll), [faraday](https://github.com/lostisland/faraday), [rouge](https://github.com/rouge-ruby/rouge) and [sass-embedded](https://github.com/sass-contrib/sass-embedded-host-ruby). Updates `jekyll` from 4.3.3 to 4.3.4 - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](jekyll/jekyll@v4.3.3...v4.3.4) Updates `faraday` from 2.11.0 to 2.12.0 - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday@v2.11.0...v2.12.0) Updates `rouge` from 4.3.0 to 4.4.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@v4.3.0...v4.4.0) Updates `sass-embedded` from 1.78.0 to 1.79.3 - [Commits](sass-contrib/sass-embedded-host-ruby@v1.78.0...v1.79.3) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby - dependency-name: faraday dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: rouge dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: sass-embedded dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9142514 commit 8c23136

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'jekyll', '~> 4.3.3'
5+
gem 'jekyll', '~> 4.3.4'
66
gem 'just-the-docs'
77

88
gem 'html2rss', git: 'https://github.com/html2rss/html2rss.git'

Gemfile.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ GEM
3939
eventmachine (>= 0.12.9)
4040
http_parser.rb (~> 0)
4141
eventmachine (1.2.7)
42-
faraday (2.11.0)
42+
faraday (2.12.0)
4343
faraday-net_http (>= 2.0, < 3.4)
44+
json
4445
logger
4546
faraday-follow_redirects (0.3.0)
4647
faraday (>= 1, < 3)
@@ -58,7 +59,7 @@ GEM
5859
http_parser.rb (0.8.0)
5960
i18n (1.14.6)
6061
concurrent-ruby (~> 1.0)
61-
jekyll (4.3.3)
62+
jekyll (4.3.4)
6263
addressable (~> 2.4)
6364
colorator (~> 1.0)
6465
em-websocket (~> 0.5)
@@ -135,7 +136,7 @@ GEM
135136
reverse_markdown (2.1.1)
136137
nokogiri
137138
rexml (3.3.7)
138-
rouge (4.3.0)
139+
rouge (4.4.0)
139140
rss (0.3.1)
140141
rexml
141142
rubocop (1.66.1)
@@ -155,9 +156,9 @@ GEM
155156
sanitize (6.1.3)
156157
crass (~> 1.0.2)
157158
nokogiri (>= 1.12.0)
158-
sass-embedded (1.78.0-arm64-darwin)
159+
sass-embedded (1.79.3-arm64-darwin)
159160
google-protobuf (~> 4.27)
160-
sass-embedded (1.78.0-x86_64-linux-gnu)
161+
sass-embedded (1.79.3-x86_64-linux-gnu)
161162
google-protobuf (~> 4.27)
162163
terminal-table (3.0.2)
163164
unicode-display_width (>= 1.1.1, < 3)
@@ -176,7 +177,7 @@ PLATFORMS
176177
DEPENDENCIES
177178
html2rss!
178179
html2rss-configs!
179-
jekyll (~> 4.3.3)
180+
jekyll (~> 4.3.4)
180181
jekyll-feed (~> 0.17)
181182
jekyll-loading-lazy
182183
jekyll-sitemap

0 commit comments

Comments
 (0)