Skip to content

Commit

Permalink
chore(deps): bump the ruby group with 4 updates
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 9142514 commit 6dd65c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

gem 'jekyll', '~> 4.3.3'
gem 'jekyll', '~> 4.3.4'
gem 'just-the-docs'

gem 'html2rss', git: 'https://github.com/html2rss/html2rss.git'
Expand Down
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
faraday (2.11.0)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
json
logger
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
Expand All @@ -58,7 +59,7 @@ GEM
http_parser.rb (0.8.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
jekyll (4.3.3)
jekyll (4.3.4)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand Down Expand Up @@ -135,7 +136,7 @@ GEM
reverse_markdown (2.1.1)
nokogiri
rexml (3.3.7)
rouge (4.3.0)
rouge (4.4.0)
rss (0.3.1)
rexml
rubocop (1.66.1)
Expand All @@ -155,9 +156,9 @@ GEM
sanitize (6.1.3)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
sass-embedded (1.78.0-arm64-darwin)
sass-embedded (1.79.3-arm64-darwin)
google-protobuf (~> 4.27)
sass-embedded (1.78.0-x86_64-linux-gnu)
sass-embedded (1.79.3-x86_64-linux-gnu)
google-protobuf (~> 4.27)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand All @@ -176,7 +177,7 @@ PLATFORMS
DEPENDENCIES
html2rss!
html2rss-configs!
jekyll (~> 4.3.3)
jekyll (~> 4.3.4)
jekyll-feed (~> 0.17)
jekyll-loading-lazy
jekyll-sitemap
Expand Down

0 comments on commit 6dd65c3

Please sign in to comment.