Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the bundler-deps group with 25 updates #29

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps the bundler-deps group with 25 updates:

Package From To
jekyll 4.3.3 4.3.4
i18n 1.14.5 1.14.6
html-proofer 5.0.8 5.0.9
webrick 1.8.1 1.8.2
jekyll-sass-converter 2.1.0 3.0.0
Ascii85 1.1.0 1.1.1
addressable 2.8.6 2.8.7
async 2.8.0 2.17.0
concurrent-ruby 1.2.3 1.3.4
console 1.23.3 1.27.0
ffi 1.16.3 1.17.0
fiber-local 1.0.0 1.1.0
io-event 1.4.0 1.7.2
listen 3.8.0 3.9.0
method_source 1.0.0 1.1.0
nokogiri 1.16.5 1.16.7
public_suffix 5.0.4 6.0.1
racc 1.7.3 1.8.1
rb-inotify 0.10.1 0.11.1
rexml 3.2.8 3.3.8
rouge 4.2.0 4.4.0
ttfunk 1.7.0 1.8.0
tzinfo-data 1.2024.1 1.2024.2
unicode-display_width 2.5.0 2.6.0
zeitwerk 2.6.12 2.7.1

Updates jekyll from 4.3.3 to 4.3.4

Release notes

Sourced from jekyll's releases.

v4.3.4

Bug Fixes

  • Backport #9662 for v4.3.x: Relax version constraint on wdm in new Gemfile (#9683)
  • Backport #9680 for v4.3.x: Render theme-gem root only in development (#9684)

Development Fixes

  • Sync workflows with counterparts on master (#9681)
Changelog

Sourced from jekyll's changelog.

4.3.4 / 2024-09-16

Bug Fixes

  • Backport #9662 for v4.3.x: Relax version constraint on wdm in new Gemfile (#9683)
  • Backport #9680 for v4.3.x: Render theme-gem root only in development (#9684)

Development Fixes

  • Sync workflows with counterparts on master (#9681)
Commits

Updates i18n from 1.14.5 to 1.14.6

Release notes

Sourced from i18n's releases.

v1.14.6

What's Changed

Ruby < 3.2 support will be dropped April 2025. Upgrade now to continue using i18n after that date.

New Contributors

Full Changelog: ruby-i18n/i18n@v1.14.5...v1.14.6

Commits
  • 3b65f65 Bump to 1.14.6
  • 6d0c2ce Add post install message for Ruby < 3.2 users
  • 1fbc930 Merge pull request #696 from KinWang-2013/fix/exists-method-nil-key
  • 18799df Merge pull request #697 from zachmargolis/margolis-optimize-plurals
  • aacb76a Merge pull request #699 from alexpls/master
  • d718ed4 Merge pull request #701 from stevegeek/fix_load_rb_with_pathname
  • ee22f10 Fix loading of .rb locale files when load_path is not a string, eg it is a Pa...
  • 229d57e Fixes strings being interpolated multiple times
  • eacc34f Merge pull request #698 from davetron5000/rdoc-fixes
  • 55dc807 fix issues with RDoc generation
  • Additional commits viewable in compare view

Updates html-proofer from 5.0.8 to 5.0.9

Release notes

Sourced from html-proofer's releases.

v5.0.9

What's Changed

New Contributors

Full Changelog: gjtorikian/html-proofer@v5.0.8...v5.0.9

Changelog

Sourced from html-proofer's changelog.

[v5.0.9] - 07-05-2024

What's Changed

Full Changelog: gjtorikian/html-proofer@v5.0.8...v5.0.9

Commits

Updates webrick from 1.8.1 to 1.8.2

Release notes

Sourced from webrick's releases.

v1.8.2

What's Changed

New Contributors

Full Changelog: ruby/webrick@v1.8.1...v1.8.2

Commits
  • 0fb9de6 Bump up v1.8.2
  • b9a4c81 Removed trailing spaces
  • f5faca9 Prevent request smuggling
  • 0c600e1 Fix reference to URI::REGEXP::PATTERN::HOST
  • 15a9391 Return 400 response for chunked requests with unexpected data after chunk
  • 2b38d56 Treat missing CRLF separator after headers as an EOFError
  • e4efb4a Remove unnecessary gsub calls in test_httprequest.rb
  • 426e214 Only strip space and horizontal tab in headers
  • e72cb69 Prefer squigly heredocs. (#143)
  • ee60354 Require CRLF line endings in request line and headers
  • Additional commits viewable in compare view

Updates jekyll-sass-converter from 2.1.0 to 3.0.0

Release notes

Sourced from jekyll-sass-converter's releases.

v3.0.0

Major Enhancements

  • Drop support for sassc (#140)
  • Add quiet_deps and verbose option (#143)
  • Remove extra newline in css output (#144)

v2.2.0

Minor Enhancements

  • Support sass-embedded as alternative implementation (#124)

Bug Fixes

  • Source map sources should to be relative to site.source (#119)
  • Sourcemaps should not be rendered by Liquid (#123)

Development Fixes

  • Migrate from AppVeyor CI to GH Actions (#125)
  • Refactor specs to reduce repetition (#126)
  • Reduce overall class size (#132)
  • Use new sass-embedded api (#131)
  • Add workflow to release gem via GH Actions (#134)

Documentation

  • Update CI status badge (#127)
  • Update sass-embedded info in README.md (#133)
Changelog

Sourced from jekyll-sass-converter's changelog.

3.0.0 / 2022-12-21

Major Enhancements

  • Drop support for sassc (#140)
  • Add quiet_deps and verbose option (#143)
  • Remove extra newline in css output (#144)

2.2.0 / 2022-02-28

Minor Enhancements

  • Support sass-embedded as alternative implementation (#124)

Bug Fixes

  • Source map sources should to be relative to site.source (#119)
  • Sourcemaps should not be rendered by Liquid (#123)

Development Fixes

  • Migrate from AppVeyor CI to GH Actions (#125)
  • Refactor specs to reduce repetition (#126)
  • Reduce overall class size (#132)
  • Use new sass-embedded api (#131)
  • Add workflow to release gem via GH Actions (#134)

Documentation

  • Update CI status badge (#127)
  • Update sass-embedded info in README.md (#133)
Commits

Updates Ascii85 from 1.1.0 to 1.1.1

Changelog

Sourced from Ascii85's changelog.

[1.1.1] - 2024-05-09

Fixed

  • Make bin/ascii85 Ruby 3.2-compatible (thanks @​tylerwillingham)
  • Slightly improved error handling of bin/ascii85
Commits
  • 77cf58f History.txt: Set release date
  • fbd65ba Update History.txt
  • e0a1953 README: Link to archive.org version of the PLRM
  • 0a4601b bin/ascii85: Fix version display
  • c98433c bin/ascii85: Bail with exit status 1 when command-line parsing fails
  • 687bf9c Gemspec: Don't build GitHub workflow into the Gem release
  • 87bb6b9 README: Make Wikipedia link use HTTPS
  • 384e093 README: Fix link to Adobe's PostScript spec
  • 86d4602 History.txt: Add thanks to the contributors
  • 67a1f4c README: Remove Contributors section
  • Additional commits viewable in compare view

Updates addressable from 2.8.6 to 2.8.7

Changelog

Sourced from addressable's changelog.

Addressable 2.8.7

  • Allow public_suffix 6 (#535)

#535: sporkmonger/addressable#535

Commits

Updates async from 2.8.0 to 2.17.0

Release notes

Sourced from async's releases.

v2.14.2

Full Changelog: socketry/async@v2.14.1...v2.14.2

v2.12.0

What's Changed

Full Changelog: socketry/async@v2.11.0...v2.12.0

v2.11.0

What's Changed

Full Changelog: socketry/async@v2.10.2...v2.11.0

v2.10.2

What's Changed

New Contributors

Full Changelog: socketry/async@v2.10.1...v2.10.2

v2.10.1

What's Changed

Full Changelog: socketry/async@v2.10.0...v2.10.1

v2.10.0

What's Changed

Full Changelog: socketry/async@v2.9.0...v2.10.0

v2.9.0

What's Changed

  • Introduce Scheduler#load and Async::Idler for load shedding and saturation. (socketry/async#309)

Full Changelog: socketry/async@v2.8.2...v2.9.0

v2.8.2

What's Changed

... (truncated)

Changelog

Sourced from async's changelog.

v2.17.0

  • Introduce Async::Queue#push and Async::Queue#pop for compatibility with ::Queue.

v2.16.0

Better Handling of Async and Sync in Nested Fibers

Interleaving bare fibers within Async and Sync blocks should not cause problems, but it presents a number of issues in the current implementation. Tracking the parent-child relationship between tasks, when they are interleaved with bare fibers, is difficult. The current implementation assumes that if there is no parent task, then it should create a new reactor. This is not always the case, as the parent task might not be visible due to nested Fibers. As a result, Async will create a new reactor, trying to stop the existing one, causing major internal consistency issues.

I encountered this issue when trying to use Async within a streaming response in Rails. The protocol-rack uses a normal fiber to wrap streaming responses, and if you try to use Async within it, it will create a new reactor, causing the server to lock up.

Ideally, Async and Sync helpers should work when any Fiber.scheduler is defined. Right now, it's unrealistic to expect Async::Task to work in any scheduler, but at the very least, the following should work:

reactor = Async::Reactor.new # internally calls Fiber.set_scheduler
This should run in the above reactor, rather than creating a new one.
Async do
puts "Hello World"
end

In order to do this, bare Async and Sync blocks should use Fiber.scheduler as a parent if possible.

See socketry/async#340 for more details.

Commits
  • 988ccec Bump minor version.
  • 7f105aa Add Queue#push and Queue#pop for compatibility with ::Queue.
  • 6ecace9 Modernize gem.
  • 10fa816 Bump patch version.
  • c13ad8a Add timeout to timeout error message.
  • fc3fe3b Bump minor version.
  • d410bc0 Update readme.md.
  • 9d77c1f Update titles.
  • b5494cc Better handling of bare Async and Sync blocks when a scheduler is defined...
  • fc6b5d7 Add releases.md.
  • Additional commits viewable in compare view

Updates concurrent-ruby from 1.2.3 to 1.3.4

Release notes

Sourced from concurrent-ruby's releases.

v1.3.4

What's Changed

New Contributors

Full Changelog: ruby-concurrency/concurrent-ruby@v1.3.3...v1.3.4

v1.3.3

What's Changed

Full Changelog: ruby-concurrency/concurrent-ruby@v1.3.2...v1.3.3

v1.3.2

What's Changed

New Contributors

Full Changelog: ruby-concurrency/concurrent-ruby@v1.3.1...v1.3.2

v1.3.1

This release is essentially v1.3.0, but with a properly packaged gem. There was an issue publishing v1.3.0 and that gem needed to be yanked to avoid breaking downstream projects. The v1.3.0 changelog is reproduced below.

What's Changed

New Contributors

Full Changelog: ruby-concurrency/concurrent-ruby@v1.2.3...v1.3.1

v1.3.0

There was a packaging issue that resulted in a broken v1.3.0 gem having been pushed to RubyGems. The code corresponding to this tag is fine to use, but there is no corresponding v1.3.0 gem as we had to yank it. Please use v1.3.1 instead, which is nothing more than v1.3.0 packaged correctly.

What's Changed

... (truncated)

Changelog

Sourced from concurrent-ruby's changelog.

Release v1.3.4 (10 August 2024)

  • (#1060) Fix bug with return value of Concurrent.available_processor_count when cpu.cfs_quota_us is -1.
  • (#1058) Add Concurrent.cpu_shares that is cgroups aware.

Release v1.3.3 (9 June 2024)

  • (#1053) Improve the speed of Concurrent.physical_processor_count on Windows.

Release v1.3.2, edge v0.7.1 (7 June 2024)

concurrent-ruby:

  • (#1051) Remove dependency on win32ole.

concurrent-ruby-edge:

  • (#1052) Fix dependency on concurrent-ruby to allow the latest release.

Release v1.3.1 (29 May 2024)

  • Release 1.3.0 was broken when pushed to RubyGems. 1.3.1 is a packaging fix.

Release v1.3.0 (28 May 2024)

  • (#1042) Align Java Executor Service behavior for shuttingdown?, shutdown?
  • (#1038) Add Concurrent.available_processor_count that is cgroups aware.
Commits
  • 044020f Avoid requiring files of the gem in Rakefile to avoid redefined method warnings
  • 09bfcd0 Avoid require in Gemfile & Rakefile to avoid redefined constant warnings
  • f131214 Avoid require in *.gemspec files to avoid redefined constant warnings
  • 13badd0 Update docs-source/signpost.md
  • 8fefd59 1.3.4
  • e671fec Check early that $CONCURRENT_JRUBY_HOME is set
  • 98d0f16 Fix the return value of Concurrent.available_processor_count when `cpu.cfs_...
  • cbee215 Fix the doc of Concurrent.available_processor_count
  • 6f7c91a Add Concurrent.cpu_shares that is cgroups aware.
  • cadc8de Update comment for JRuby variant of processor_count to reality
  • Additional commits viewable in compare view

Updates console from 1.23.3 to 1.27.0

Updates ffi from 1.16.3 to 1.17.0

Changelog

Sourced from ffi's changelog.

1.17.0 / 2024-06-02

Fixed:

  • Add FFI::AbstractMemory#read_array_of_string . It was defined but not exposed to Ruby nor tested. #1070

1.17.0.rc2 / 2024-04-22

Fixed:

  • Add missing write barriers to StructLayout#initialize causing a segfault with GC.stress. #1079

1.17.0.rc1 / 2024-04-08

Fixed:

  • Fix type definitions on aarch64-linux. #1067, #1066
  • Use RB_TEST for Pointer.autorelease= . #1065 So that false and nil are treated as falsey and anything else as truthy.
  • Replace Fixnum by Integer. #1064 Fixnum is no longer present in the ruby language.
  • Update FFI::NativeType doc. #1061
  • Store FFI::Type::Mapped of FFI::StrPtrConverter in global instead of custom type map
  • Various documentation fixes. #1042
  • Update FFI::Pointer#== to return false if a pointer is compared to a non-pointer object, which is the expected behavior. #1083
  • Avoid warning about undefined wariable @ffi_functions #1085
  • Fix a very unlikely GC bug when using a callback block. # 1089

Added:

  • Provide binary gems for many platforms. #990
  • Add Windows fat binary gem for Ruby-3.3
  • Add RBS type definitions for many user facing parts of the FFI API. #1042
  • Improve fallback search path logic. #1088 Respect LD_LIBRARY_PATH and DYLD_LIBRARY_PATH on Macos.
  • Update libffi to current git master branch.

Removed:

  • Remove enum CHAR_ARRAY which is no longer used. #1063
Commits
  • ecfb225 Update date in CHANGELOG
  • 8a3da1e Bump VERSION to 1.17.0
  • b7a5741 Merge pull request #1102 from larskanis/bigdecimal
  • 05e5bf9 Install bigdecimal unconditional
  • 4172d17 Update CHANGELOG for ffi-1.17.0
  • 2a54bbc Merge branch 'master' of github.com:ffi/ffi
  • 17cd509 Merge pull request #1101 from larskanis/ci-ractor
  • 8955e25 CI: Exclude Ractor tests on Windows-Ruby-3.3
  • 78f8bbd CI: Add ruby dev package to install bigdecimal.gem on alpine with ruby-3.3
  • 3b3056b Use a longer timeout for external rubies
  • Additional commits viewable in compare view

Updates fiber-local from 1.0.0 to 1.1.0

Commits
  • e2299f7 Bump minor version.
  • 49eda78 Add test for nested threads.
  • ac223df Expose fiber_local_attribute_name and add test.
  • 7bee19f Use Fiber storage for inheritance/dynamic scope. (#3)
  • See full diff in compare view

Updates io-event from 1.4.0 to 1.7.2

Release notes

Sourced from io-event's releases.

v1.7.1

What's Changed

Full Changelog: socketry/io-event@v1.7.0...v1.7.1

v1.6.5

What's Changed

Full Changelog: socketry/io-event@v1.6.4...v1.6.5

v1.4.3

What's Changed

Full Changelog: socketry/io-event@v1.4.2...v1.4.3

Commits
  • eb1c57b Bump patch version.
  • 64d304f Remove allocation test - too slow.
  • a9bb6b9 Use enum for constants.
  • 3ee7c63 Add waiting fiber write barrier for all selector implementations. (#122)
  • cec15b1 Add write barrier for waiting fiber.
  • d735f9f Reduce number of iterations in allocation test.
  • 48fa5b3 Test selector allocation/deallocation.
  • 0f1d830 More robust array deallocation.
  • 6697370 Better error handling in array allocation.
  • 92a7db1 Add debug workflow with sanitizers enabled. (#115)
  • Additional commits viewable in compare view

Updates listen from 3.8.0 to 3.9.0

Release notes

Sourced from listen's releases.

v3.9.0

Commits
  • 7b7a2f5 issue #572: switch Kernel.warn and warn to adapter_warn
  • 4d682d3 issue #572: add support for LISTEN_GEM_ADAPTER_WARN_BEHAVIOR=warn|log|silent
  • 2a34596 issue #572: bump version to v3.9
  • eea2891 issue #572: add Listen.adapter_warn_behavior =
  • 0f600f3 drop ruby 2.6 and add ruby 3.3 to the test matrix

Bumps the bundler-deps group with 25 updates:

| Package | From | To |
| --- | --- | --- |
| [jekyll](https://github.com/jekyll/jekyll) | `4.3.3` | `4.3.4` |
| [i18n](https://github.com/ruby-i18n/i18n) | `1.14.5` | `1.14.6` |
| [html-proofer](https://github.com/gjtorikian/html-proofer) | `5.0.8` | `5.0.9` |
| [webrick](https://github.com/ruby/webrick) | `1.8.1` | `1.8.2` |
| [jekyll-sass-converter](https://github.com/jekyll/jekyll-sass-converter) | `2.1.0` | `3.0.0` |
| [Ascii85](https://github.com/datawraith/ascii85gem) | `1.1.0` | `1.1.1` |
| [addressable](https://github.com/sporkmonger/addressable) | `2.8.6` | `2.8.7` |
| [async](https://github.com/socketry/async) | `2.8.0` | `2.17.0` |
| [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) | `1.2.3` | `1.3.4` |
| [console](https://socketry.github.io/console/) | `1.23.3` | `1.27.0` |
| [ffi](https://github.com/ffi/ffi) | `1.16.3` | `1.17.0` |
| [fiber-local](https://github.com/socketry/fiber-local) | `1.0.0` | `1.1.0` |
| [io-event](https://github.com/socketry/io-event) | `1.4.0` | `1.7.2` |
| [listen](https://github.com/guard/listen) | `3.8.0` | `3.9.0` |
| [method_source](https://github.com/banister/method_source) | `1.0.0` | `1.1.0` |
| [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.16.5` | `1.16.7` |
| [public_suffix](https://github.com/weppos/publicsuffix-ruby) | `5.0.4` | `6.0.1` |
| [racc](https://github.com/ruby/racc) | `1.7.3` | `1.8.1` |
| [rb-inotify](https://github.com/guard/rb-inotify) | `0.10.1` | `0.11.1` |
| [rexml](https://github.com/ruby/rexml) | `3.2.8` | `3.3.8` |
| [rouge](https://github.com/rouge-ruby/rouge) | `4.2.0` | `4.4.0` |
| [ttfunk](https://github.com/prawnpdf/ttfunk) | `1.7.0` | `1.8.0` |
| [tzinfo-data](https://github.com/tzinfo/tzinfo-data) | `1.2024.1` | `1.2024.2` |
| [unicode-display_width](https://github.com/janlelis/unicode-display_width) | `2.5.0` | `2.6.0` |
| [zeitwerk](https://github.com/fxn/zeitwerk) | `2.6.12` | `2.7.1` |


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 `i18n` from 1.14.5 to 1.14.6
- [Release notes](https://github.com/ruby-i18n/i18n/releases)
- [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md)
- [Commits](ruby-i18n/i18n@v1.14.5...v1.14.6)

Updates `html-proofer` from 5.0.8 to 5.0.9
- [Release notes](https://github.com/gjtorikian/html-proofer/releases)
- [Changelog](https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md)
- [Commits](gjtorikian/html-proofer@v5.0.8...v5.0.9)

Updates `webrick` from 1.8.1 to 1.8.2
- [Release notes](https://github.com/ruby/webrick/releases)
- [Commits](ruby/webrick@v1.8.1...v1.8.2)

Updates `jekyll-sass-converter` from 2.1.0 to 3.0.0
- [Release notes](https://github.com/jekyll/jekyll-sass-converter/releases)
- [Changelog](https://github.com/jekyll/jekyll-sass-converter/blob/master/History.markdown)
- [Commits](jekyll/jekyll-sass-converter@v2.1.0...v3.0.0)

Updates `Ascii85` from 1.1.0 to 1.1.1
- [Changelog](https://github.com/DataWraith/ascii85gem/blob/master/CHANGELOG.md)
- [Commits](DataWraith/ascii85gem@v1.1.0...v1.1.1)

Updates `addressable` from 2.8.6 to 2.8.7
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](sporkmonger/addressable@addressable-2.8.6...addressable-2.8.7)

Updates `async` from 2.8.0 to 2.17.0
- [Release notes](https://github.com/socketry/async/releases)
- [Changelog](https://github.com/socketry/async/blob/main/releases.md)
- [Commits](socketry/async@v2.8.0...v2.17.0)

Updates `concurrent-ruby` from 1.2.3 to 1.3.4
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases)
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md)
- [Commits](ruby-concurrency/concurrent-ruby@v1.2.3...v1.3.4)

Updates `console` from 1.23.3 to 1.27.0

Updates `ffi` from 1.16.3 to 1.17.0
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md)
- [Commits](ffi/ffi@v1.16.3...v1.17.0)

Updates `fiber-local` from 1.0.0 to 1.1.0
- [Changelog](https://github.com/socketry/fiber-local/blob/main/release.cert)
- [Commits](socketry/fiber-local@v1.0.0...v1.1.0)

Updates `io-event` from 1.4.0 to 1.7.2
- [Release notes](https://github.com/socketry/io-event/releases)
- [Changelog](https://github.com/socketry/io-event/blob/main/release.cert)
- [Commits](socketry/io-event@v1.4.0...v1.7.2)

Updates `listen` from 3.8.0 to 3.9.0
- [Release notes](https://github.com/guard/listen/releases)
- [Commits](guard/listen@v3.8.0...v3.9.0)

Updates `method_source` from 1.0.0 to 1.1.0
- [Changelog](https://github.com/banister/method_source/blob/master/CHANGELOG.md)
- [Commits](banister/method_source@v1.0.0...v1.1.0)

Updates `nokogiri` from 1.16.5 to 1.16.7
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.5...v1.16.7)

Updates `public_suffix` from 5.0.4 to 6.0.1
- [Changelog](https://github.com/weppos/publicsuffix-ruby/blob/main/CHANGELOG.md)
- [Commits](weppos/publicsuffix-ruby@v5.0.4...v6.0.1)

Updates `racc` from 1.7.3 to 1.8.1
- [Release notes](https://github.com/ruby/racc/releases)
- [Changelog](https://github.com/ruby/racc/blob/master/ChangeLog)
- [Commits](ruby/racc@v1.7.3...v1.8.1)

Updates `rb-inotify` from 0.10.1 to 0.11.1
- [Commits](guard/rb-inotify@v0.10.1...v0.11.1)

Updates `rexml` from 3.2.8 to 3.3.8
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.2.8...v3.3.8)

Updates `rouge` from 4.2.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.2.0...v4.4.0)

Updates `ttfunk` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/prawnpdf/ttfunk/releases)
- [Changelog](https://github.com/prawnpdf/ttfunk/blob/master/CHANGELOG.md)
- [Commits](prawnpdf/ttfunk@1.7.0...1.8.0)

Updates `tzinfo-data` from 1.2024.1 to 1.2024.2
- [Release notes](https://github.com/tzinfo/tzinfo-data/releases)
- [Commits](tzinfo/tzinfo-data@v1.2024.1...v1.2024.2)

Updates `unicode-display_width` from 2.5.0 to 2.6.0
- [Changelog](https://github.com/janlelis/unicode-display_width/blob/main/CHANGELOG.md)
- [Commits](janlelis/unicode-display_width@v2.5.0...v2.6.0)

Updates `zeitwerk` from 2.6.12 to 2.7.1
- [Changelog](https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md)
- [Commits](fxn/zeitwerk@v2.6.12...v2.7.1)

---
updated-dependencies:
- dependency-name: jekyll
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-deps
- dependency-name: i18n
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-deps
- dependency-name: html-proofer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler-deps
- dependency-name: webrick
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-deps
- dependency-name: jekyll-sass-converter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: bundler-deps
- dependency-name: Ascii85
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-deps
- dependency-name: addressable
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-deps
- dependency-name: async
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-deps
- dependency-name: concurrent-ruby
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-deps
- dependency-name: console
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-deps
- dependency-name: ffi
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-deps
- dependency-name: fiber-local
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-deps
- dependency-name: io-event
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-deps
- dependency-name: listen
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-deps
- dependency-name: method_source
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-deps
- dependency-name: nokogiri
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-deps
- dependency-name: public_suffix
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: bundler-deps
- dependency-name: racc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-deps
- dependency-name: rb-inotify
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-deps
- dependency-name: rexml
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-deps
- dependency-name: rouge
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-deps
- dependency-name: ttfunk
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-deps
- dependency-name: tzinfo-data
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-deps
- dependency-name: unicode-display_width
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-deps
- dependency-name: zeitwerk
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 21, 2024
Copy link

netlify bot commented Oct 21, 2024

Deploy Preview for twc-site-nl ready!

Name Link
🔨 Latest commit c4c4390
🔍 Latest deploy log https://app.netlify.com/sites/twc-site-nl/deploys/6716914d886d7a0008c3bc81
😎 Deploy Preview https://deploy-preview-29--twc-site-nl.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 22, 2024

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this Oct 22, 2024
@dependabot dependabot bot deleted the dependabot/bundler/bundler-deps-cc652d7174 branch October 22, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants