bundle(deps): bump the ruby-deps group across 1 directory with 6 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(about 1 year ago)
(about 1 year ago)
(about 1 year ago)
ruby dependencies
Bumps the ruby-deps group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| connection_pool | 2.5.0 |
2.5.3 |
| csv | 3.3.3 |
3.3.4 |
| faraday | 2.12.2 |
2.13.1 |
| ffi | 1.17.1 |
1.17.2 |
| nokogiri | 1.18.7 |
1.18.8 |
Updates connection_pool from 2.5.0 to 2.5.3
Changelog
Sourced from connection_pool's changelog.
2.5.3
- Fix TruffleRuby/JRuby crash #201
2.5.2
- Rollback inadvertant change to
auto_reload_after_forkdefault. #2002.5.1
Commits
1e5c0eefix: jrubycd1099cfix jruby4cfe19dSkip ractor test on rubies without ractor26922bdfix: Rollback default change, fixes #2006a76a6a25174fb9b8Ractor fixes, freeze and dont reference constants if we dont need to4338f58Update ci.yml (#199)a132282doc, bumpf555177formattingb2587eamore explicit reset- Additional commits viewable in compare view
Updates csv from 3.3.3 to 3.3.4
Release notes
Sourced from csv's releases.
csv 3.3.4 - 2025-04-13
Improvements
csv-filter: Removed an experimental command line tool.
Changelog
Sourced from csv's changelog.
3.3.4 - 2025-04-13
Improvements
csv-filter: Removed an experimental command line tool.
Commits
Updates faraday from 2.12.2 to 2.13.1
Release notes
Sourced from faraday's releases.
v2.13.1
What's Changed
- Logger middleware default options by
@yenshirakin lostisland/faraday#1618- Fix Style/RedundantParentheses in options/env.rb by
@iMacTiain lostisland/faraday#1620New Contributors
@yenshirakmade their first contribution in lostisland/faraday#1618Full Changelog: https://github.com/lostisland/faraday/compare/v2.13.0...v2.13.1
v2.13.0
What's Changed
- feat(ssl options): support SNI hostname by
@bf4in lostisland/faraday#1615New Contributors
@bf4made their first contribution in lostisland/faraday#1615Full Changelog: https://github.com/lostisland/faraday/compare/v2.12.3...v2.13.0
v2.12.3
What's Changed
- Remove ruby2_keywords by
@tisbain lostisland/faraday#1616- Fix thread safety issue by avoiding mutation of proxy options hash by
@QWYNGin lostisland/faraday#1617New Contributors
@QWYNGmade their first contribution in lostisland/faraday#1617Full Changelog: https://github.com/lostisland/faraday/compare/v2.12.2...v2.12.3
Commits
4018769Version bump to 2.13.1b5a02d7Fix Style/RedundantParentheses in options/env.rb (#1620)b63eb91Logger middleware default options (#1618)77204ccVersion bump to 2.13.0919dc8ffeat(ssl options): support SNI hostname (#1615)064a54bVersion bump to 2.12.3cd1c44aFix thread safety issue by avoiding mutation of proxy options hash (#1617)1551c32removes ruby2_keywords usage- See full diff in compare view
Updates ffi from 1.17.1 to 1.17.2
Commits
f514862Update release date in CHANGELOG.md58cde66Merge branch 'master' of github.com:ffi/ffibfa70bfMerge pull request #1147 from ffi/rcd-1.9f49d9a4Add CHANGELOG item for 1.17.209a9c4cBump VERSION to 1.17.2a4e8b7cUpdate to rake-compiler-dock-1.91734910Merge pull request #1146 from ffi/fix-ractor9938d3bbenchmark gem is bundled gem since ruby-3.585792d3Fix making FFI::Function shareable for Ractor734fc2eMerge pull request #1145 from stanhu/sh-update-libffi-3.4.8- Additional commits viewable in compare view
Updates json from 2.10.2 to 2.11.3
Release notes
Sourced from json's releases.
v2.11.1
What's Changed
- Add back
JSON.restore,JSON.unparse,JSON.fast_unparseandJSON.pretty_unparse. These were deprecated 16 years ago, but never emited warnings, only undocumented, so are still used by a few gems.Full Changelog: https://github.com/ruby/json/compare/v2.11.0...v2.11.1
v2.11.0
What's Changed
- Optimize Integer generation to be ~1.8x faster.
- Optimize Float generation to be ~10x faster.
- Fix
JSON.loadproc argument to substitute the parsed object with the return value. This better matchMarshal.loadbehavior.- Deprecate
JSON.fast_generate(it's not any faster, so pointless).- Deprecate
JSON.load_default_options.- Deprecate
JSON.unsafe_load_default_options.- Deprecate
JSON.dump_default_options.- Deprecate
Kernel#j- Deprecate
Kernel#jj- Remove outdated
JSON.iconv.- Remove
Class#json_creatable?monkey patch.- Remove deprecated
JSON.restoremethod.- Remove deprecated
JSON.unparsemethod.- Remove deprecated
JSON.fast_unparsemethod.- Remove deprecated
JSON.pretty_unparsemethod.- Remove deprecated
JSON::UnparserErrorconstant.- Remove outdated
JSON::MissingUnicodeSupportconstant.Full Changelog: https://github.com/ruby/json/compare/v2.10.2...v2.11.0
Changelog
Sourced from json's changelog.
2025-04-25 (2.11.3)
- Fix a regression in
JSON.pretty_generatethat could cause indentation to be off once some#to_jsonhas been called.2025-04-24 (2.11.2)
- Add back
JSON::PRETTY_STATE_PROTOTYPE. This constant was private API but is used by popular gems likemulti_json. It now emits a deprecation warning.2025-04-24 (2.11.1)
- Add back
JSON.restore,JSON.unparse,JSON.fast_unparseandJSON.pretty_unparse. These were deprecated 16 years ago, but never emited warnings, only undocumented, so are still used by a few gems.2025-04-24 (2.11.0)
- Optimize Integer generation to be ~1.8x faster.
- Optimize Float generation to be ~10x faster.
- Fix
JSON.loadproc argument to substitute the parsed object with the return value. This better matchMarshal.loadbehavior.- Deprecate
JSON.fast_generate(it's not any faster, so pointless).- Deprecate
JSON.load_default_options.- Deprecate
JSON.unsafe_load_default_options.- Deprecate
JSON.dump_default_options.- Deprecate
Kernel#j- Deprecate
Kernel#jj- Remove outdated
JSON.iconv.- Remove
Class#json_creatable?monkey patch.- Remove deprecated
JSON.restoremethod.- Remove deprecated
JSON.unparsemethod.- Remove deprecated
JSON.fast_unparsemethod.- Remove deprecated
JSON.pretty_unparsemethod.- Remove deprecated
JSON::UnparserErrorconstant.- Remove outdated
JSON::MissingUnicodeSupportconstant.
Commits
3e025f7Release 2.11.3d316f93Merge pull request #791 from byroot/fix-pretty-generate2ffa4eaStop caching the generator state pointerc985e8cRelease 2.11.2c8ae2c5Merge pull request #789 from byroot/deprecated-pretty-prototype123121bBring back JSON::PRETTY_STATE_PROTOTYPE with a deprecation84443e8Release 2.11.1fa3b55cMerge pull request #787 from byroot/deprecate-aliases0dee9bdBring back the numerous deprecated aliasa6949f8Release 2.11.0- Additional commits viewable in compare view
Updates nokogiri from 1.18.7 to 1.18.8
Release notes
Sourced from nokogiri's releases.
v1.18.8 / 2025-04-21
Security
- [CRuby] Vendored libxml2 is updated to v2.13.8 to address CVE-2025-32414 and CVE-2025-32415. See GHSA-5w6v-399v-w3cc for more information.
36badd2eb281fca6214a5188e24a34399b15d89730639a068d12931e2adc210e nokogiri-1.18.8-aarch64-linux-gnu.gem 664e0f9a77a7122a66d6c03abba7641ca610769a4728db55ee1706a0838b78a2 nokogiri-1.18.8-aarch64-linux-musl.gem 483b5b9fb33653f6f05cbe00d09ea315f268f0e707cfc809aa39b62993008212 nokogiri-1.18.8-arm64-darwin.gem 17de01ca3adf9f8e187883ed73c672344d3dbb3c260f88ffa1008e8dc255a28e nokogiri-1.18.8-arm-linux-gnu.gem 6e6d7e71fc39572bd613a82d528cf54392c3de1ba5ce974f05c832b8187a040b nokogiri-1.18.8-arm-linux-musl.gem 8c7464875d9ca7f71080c24c0db7bcaa3940e8be3c6fc4bcebccf8b9a0016365 nokogiri-1.18.8.gem 41002596960ff854198a20aaeb34cff0d445406d5ad85ba7ca9c3fd0c8f03de0 nokogiri-1.18.8-java.gem 11ab0f76772c5f2d718fb253fca5b74c6ef7628b72bbf8deba6ab1ffc93344cf nokogiri-1.18.8-x64-mingw-ucrt.gem 024cdfe7d9ae3466bba6c06f348fb2a8395d9426b66a3c82f1961b907945cc0c nokogiri-1.18.8-x86_64-darwin.gem 4a747875db873d18a2985ee2c320a6070c4a414ad629da625fbc58d1a20e5ecc nokogiri-1.18.8-x86_64-linux-gnu.gem ddd735fba49475a395b9ea793bb6474e3a3125b89960339604d08a5397de1165 nokogiri-1.18.8-x86_64-linux-musl.gem
Changelog
Sourced from nokogiri's changelog.
v1.18.8 / 2025-04-21
Security
- [CRuby] Vendored libxml2 is updated to v2.13.8 to address CVE-2025-32414 and CVE-2025-32415. See GHSA-5w6v-399v-w3cc for more information.
Commits
9187f4aversion bump to v1.18.81deea04dep: libxml2 to v2.13.8 (branchv1.18.x) (#3509)6457fe6dep: libxml2 to v2.13.8- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
1
+23
-23
Package Dependencies
Technical Details
| ID: | 1003517 |
| UUID: | 2486654258 |
| Node ID: | PR_kwDOKRt5ls6UN1Uy |
| Host: | GitHub |
| Repository: | BlackPythonDevs/blackpythondevs.github.io |
| Mergeable: | Yes |
| Merge State: | Unstable |