1.2.x: Bump the ruby-deps group across 4 directories with 13 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 5
(8 months ago)
(8 months ago)
dependencies ruby
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the ruby-deps group with 1 update in the / directory: rack.
Bumps the ruby-deps group with 4 updates in the /examples/camping directory: rack, rackup, rexml and rubyzip.
Bumps the ruby-deps group with 8 updates in the /examples/rails7 directory:
| Package | From | To |
|---|---|---|
| rack | 2.2.18 |
2.2.19 |
| bigdecimal | 3.2.3 |
3.3.0 |
| globalid | 1.2.1 |
1.3.0 |
| marcel | 1.0.4 |
1.1.0 |
| net-imap | 0.5.10 |
0.5.12 |
| nokogiri | 1.18.9 |
1.18.10 |
| pp | 0.6.2 |
0.6.3 |
| rdoc | 6.14.2 |
6.15.0 |
Bumps the ruby-deps group with 2 updates in the /examples/sinatra directory: rack and sinatra.
Updates rack from 2.2.18 to 2.2.19
Changelog
Sourced from rack's changelog.
[2.2.19] - 2025-10-07
Security
- CVE-2025-61772 Multipart parser buffers unbounded per-part headers, enabling DoS (memory exhaustion)
- CVE-2025-61771 Multipart parser buffers large non‑file fields entirely in memory, enabling DoS (memory exhaustion)
- CVE-2025-61770 Unbounded multipart preamble buffering enables DoS (memory exhaustion)
Commits
4c4ea29Bump patch version.c370dcdLimit amount of retained data when parsing multipart requestsd869fedFix denial of service vulnerbilties in multipart parsing- See full diff in compare view
Updates rack from 2.2.18 to 2.2.19
Changelog
Sourced from rack's changelog.
[2.2.19] - 2025-10-07
Security
- CVE-2025-61772 Multipart parser buffers unbounded per-part headers, enabling DoS (memory exhaustion)
- CVE-2025-61771 Multipart parser buffers large non‑file fields entirely in memory, enabling DoS (memory exhaustion)
- CVE-2025-61770 Unbounded multipart preamble buffering enables DoS (memory exhaustion)
Commits
4c4ea29Bump patch version.c370dcdLimit amount of retained data when parsing multipart requestsd869fedFix denial of service vulnerbilties in multipart parsing- See full diff in compare view
Updates rack from 2.2.18 to 2.2.19
Changelog
Sourced from rack's changelog.
[2.2.19] - 2025-10-07
Security
- CVE-2025-61772 Multipart parser buffers unbounded per-part headers, enabling DoS (memory exhaustion)
- CVE-2025-61771 Multipart parser buffers large non‑file fields entirely in memory, enabling DoS (memory exhaustion)
- CVE-2025-61770 Unbounded multipart preamble buffering enables DoS (memory exhaustion)
Commits
4c4ea29Bump patch version.c370dcdLimit amount of retained data when parsing multipart requestsd869fedFix denial of service vulnerbilties in multipart parsing- See full diff in compare view
Updates rack from 2.2.18 to 2.2.19
Changelog
Sourced from rack's changelog.
[2.2.19] - 2025-10-07
Security
- CVE-2025-61772 Multipart parser buffers unbounded per-part headers, enabling DoS (memory exhaustion)
- CVE-2025-61771 Multipart parser buffers large non‑file fields entirely in memory, enabling DoS (memory exhaustion)
- CVE-2025-61770 Unbounded multipart preamble buffering enables DoS (memory exhaustion)
Commits
4c4ea29Bump patch version.c370dcdLimit amount of retained data when parsing multipart requestsd869fedFix denial of service vulnerbilties in multipart parsing- See full diff in compare view
Updates rack from 2.2.18 to 2.2.19
Changelog
Sourced from rack's changelog.
[2.2.19] - 2025-10-07
Security
- CVE-2025-61772 Multipart parser buffers unbounded per-part headers, enabling DoS (memory exhaustion)
- CVE-2025-61771 Multipart parser buffers large non‑file fields entirely in memory, enabling DoS (memory exhaustion)
- CVE-2025-61770 Unbounded multipart preamble buffering enables DoS (memory exhaustion)
Commits
4c4ea29Bump patch version.c370dcdLimit amount of retained data when parsing multipart requestsd869fedFix denial of service vulnerbilties in multipart parsing- See full diff in compare view
Updates rack from 2.2.18 to 2.2.19
Changelog
Sourced from rack's changelog.
[2.2.19] - 2025-10-07
Security
- CVE-2025-61772 Multipart parser buffers unbounded per-part headers, enabling DoS (memory exhaustion)
- CVE-2025-61771 Multipart parser buffers large non‑file fields entirely in memory, enabling DoS (memory exhaustion)
- CVE-2025-61770 Unbounded multipart preamble buffering enables DoS (memory exhaustion)
Commits
4c4ea29Bump patch version.c370dcdLimit amount of retained data when parsing multipart requestsd869fedFix denial of service vulnerbilties in multipart parsing- See full diff in compare view
Updates rackup from 1.0.1 to 2.2.1
Changelog
Sourced from rackup's changelog.
v2.2.1
- Try to require
webrickandrackup/handler/webrickby default, for compatibility with code that expects them to be available.v2.2.0
- Remove old rack shims.
- Remove
webrickdependency.v2.1.0
- Correctly support streaming responses with
webrick.v2.0.0
- Initial release and migration of code from
rack.
Commits
e9814d3Bump patch version.aa0acacRequire the webrick handler when webrick is available (#27)ee4fe54Update RubyGems to fix Ruby 2.5 psych compatibility issue. (#28)8d32c96Backfillreleases.md.3301bdcAdd Ruby version guard tobake-releasesgem.7f6d2aaBump minor version.76a7320Move development dependencies togems.rb.1f3ece0Update copyrights.20d41c6Automate release notes.4e72d9dRemove unused rack classes (#10)- Additional commits viewable in compare view
Updates rack from 2.2.19 to 3.2.2
Changelog
Sourced from rack's changelog.
[2.2.19] - 2025-10-07
Security
- CVE-2025-61772 Multipart parser buffers unbounded per-part headers, enabling DoS (memory exhaustion)
- CVE-2025-61771 Multipart parser buffers large non‑file fields entirely in memory, enabling DoS (memory exhaustion)
- CVE-2025-61770 Unbounded multipart preamble buffering enables DoS (memory exhaustion)
Commits
4c4ea29Bump patch version.c370dcdLimit amount of retained data when parsing multipart requestsd869fedFix denial of service vulnerbilties in multipart parsing- See full diff in compare view
Updates rexml from 3.4.3 to 3.4.4
Release notes
Sourced from rexml's releases.
REXML 3.4.4 - 2025-09-10
Improvement
- Accept
REXML::Document.new("")for backward compatibilityThanks
NAITOH Jun
Joe Rafaniello
Changelog
Sourced from rexml's changelog.
3.4.4 - 2025-09-10 {#version-3-4-4}
Improvement
- Accept
REXML::Document.new("")for backward compatibilityThanks
NAITOH Jun
Joe Rafaniello
Commits
Updates rubyzip from 3.1.0 to 3.1.1
Release notes
Sourced from rubyzip's releases.
v3.1.1
Version 3.1.1
The 3.1.x line adds AES decryption.
⚠️ There are breaking changes in the 3.x series ⚠️
Please see the README and Updating to version 3.x in the wiki for help upgrading from version 2.4.x to version 3.x.
Changelog
Sourced from rubyzip's changelog.
3.1.1 (2025-09-26)
Tooling/internal:
- Improve the
DecryptedIoclass with various updates and optimizations.- Remove the
NullDecrypterclass.- Properly convert the test suite to use minitest.
- Move all test helper code into separate files.
- Updates to the Actions CI, including new OS versions.
- Update rubocop versions and fix resultant cop failures. #646
Commits
f87340dUpdate version number and Changelog for release.813d96dAdd a Rubocop badge to the README.61c25b0Reduce the number of YJIT test runs in CI.69dcb8eAllow Windows CI builds to fail.da44b2cUpdate OS versions in the Actions CI.fd78455Userequire_relativewhen pulling intest_helper.78848c5Only require test helpers where they are needed.e55f7c9Move all test helper code into separate files.5f1fcb2Remove unnecessary perms fromgentestfiles.rb.ceabd03Remove unnecessaryrequires fromtest_helper.rb.- Additional commits viewable in compare view
Updates rack from 2.2.18 to 3.2.2
Changelog
Sourced from rack's changelog.
[2.2.19] - 2025-10-07
Security
- CVE-2025-61772 Multipart parser buffers unbounded per-part headers, enabling DoS (memory exhaustion)
- CVE-2025-61771 Multipart parser buffers large non‑file fields entirely in memory, enabling DoS (memory exhaustion)
- CVE-2025-61770 Unbounded multipart preamble buffering enables DoS (memory exhaustion)
Commits
4c4ea29Bump patch version.c370dcdLimit amount of retained data when parsing multipart requestsd869fedFix denial of service vulnerbilties in multipart parsing- See full diff in compare view
Updates rackup from 1.0.1 to 2.2.1
Changelog
Sourced from rackup's changelog.
v2.2.1
- Try to require
webrickandrackup/handler/webrickby default, for compatibility with code that expects them to be available.v2.2.0
- Remove old rack shims.
- Remove
webrickdependency.v2.1.0
- Correctly support streaming responses with
webrick.v2.0.0
- Initial release and migration of code from
rack.
Commits
e9814d3Bump patch version.aa0acacRequire the webrick handler when webrick is available (#27)ee4fe54Update RubyGems to fix Ruby 2.5 psych compatibility issue. (#28)8d32c96Backfillreleases.md.3301bdcAdd Ruby version guard tobake-releasesgem.7f6d2aaBump minor version.76a7320Move development dependencies togems.rb.1f3ece0Update copyrights.20d41c6Automate release notes.4e72d9dRemove unused rack classes (#10)- Additional commits viewable in compare view
Updates rack from 2.2.18 to 3.2.2
Changelog
Sourced from rack's changelog.
[2.2.19] - 2025-10-07
Security
- CVE-2025-61772 Multipart parser buffers unbounded per-part headers, enabling DoS (memory exhaustion)
- CVE-2025-61771 Multipart parser buffers large non‑file fields entirely in memory, enabling DoS (memory exhaustion)
- CVE-2025-61770 Unbounded multipart preamble buffering enables DoS (memory exhaustion)
Commits
4c4ea29Bump patch version.c370dcdLimit amount of retained data when parsing multipart requestsd869fedFix denial of service vulnerbilties in multipart parsing- See full diff in compare view
Updates rack from 2.2.18 to 2.2.19
Changelog
Sourced from rack's changelog.
[2.2.19] - 2025-10-07
Security
- CVE-2025-61772 Multipart parser buffers unbounded per-part headers, enabling DoS (memory exhaustion)
- CVE-2025-61771 Multipart parser buffers large non‑file fields entirely in memory, enabling DoS (memory exhaustion)
- CVE-2025-61770 Unbounded multipart preamble buffering enables DoS (memory exhaustion)
Commits
4c4ea29Bump patch version.c370dcdLimit amount of retained data when parsing multipart requestsd869fedFix denial of service vulnerbilties in multipart parsing- See full diff in compare view
Updates rack from 2.2.18 to 2.2.19
Changelog
Sourced from rack's changelog.
[2.2.19] - 2025-10-07
Security
- CVE-2025-61772 Multipart parser buffers unbounded per-part headers, enabling DoS (memory exhaustion)
- CVE-2025-61771 Multipart parser buffers large non‑file fields entirely in memory, enabling DoS (memory exhaustion)
- CVE-2025-61770 Unbounded multipart preamble buffering enables DoS (memory exhaustion)
Commits
4c4ea29Bump patch version.c370dcdLimit amount of retained data when parsing multipart requestsd869fedFix denial of service vulnerbilties in multipart parsing- See full diff in compare view
Updates rack from 2.2.18 to 2.2.19
Changelog
Sourced from rack's changelog.
[2.2.19] - 2025-10-07
Security
- CVE-2025-61772 Multipart parser buffers unbounded per-part headers, enabling DoS (memory exhaustion)
- CVE-2025-61771 Multipart parser buffers large non‑file fields entirely in memory, enabling DoS (memory exhaustion)
- CVE-2025-61770 Unbounded multipart preamble buffering enables DoS (memory exhaustion)
Commits
4c4ea29Bump patch version.c370dcdLimit amount of retained data when parsing multipart requestsd869fedFix denial of service vulnerbilties in multipart parsing- See full diff in compare view
Updates bigdecimal from 3.2.3 to 3.3.0
Release notes
Sourced from bigdecimal's releases.
v3.3.0
What's Changed
- Allow calling Rational#to_d without arguments by
@fsatelerin ruby/bigdecimal#421- Fix test_no_memory_leak failure by
@tompngin ruby/bigdecimal#424- Change BigMath.sin and cos to always calculate in relative precision. by
@tompngin ruby/bigdecimal#422- Faster exp calculation by
@tompngin ruby/bigdecimal#399- Rename assert_relative_precision to assert_converge_in_precision by
@tompngin ruby/bigdecimal#425- Add support for tangent function by
@rhannequinin ruby/bigdecimal#231- Make bigdecimal.rb work in JRuby by
@tompngin ruby/bigdecimal#420- BigMath methods common interface: coerce x, validate prec, check nan error by
@tompngin ruby/bigdecimal#415- Round result of sqrt and BigMath methods by
@tompngin ruby/bigdecimal#427- Update example calculation result in BigMath document by
@tompngin ruby/bigdecimal#428- BigMath.log(0,n)==-Infinity just like Math.log(0) by
@tompngin ruby/bigdecimal#430- Fix divmod and modulo by infinity to match Float#divmod and Float#modulo by
@tompngin ruby/bigdecimal#429- Bump step-security/harden-runner from 2.13.0 to 2.13.1 by
@dependabot[bot] in ruby/bigdecimal#431- Make internal BigMath method a private method by
@tompngin ruby/bigdecimal#432- Improve performance of x**y when y is a huge value by
@tompngin ruby/bigdecimal#438- Fix precision of x.power(y, prec) when the result is nearly infinity by
@tompngin ruby/bigdecimal#439- Bump version to 3.3.0 by
@tompngin ruby/bigdecimal#437New Contributors
@fsatelermade their first contribution in ruby/bigdecimal#421Full Changelog: https://github.com/ruby/bigdecimal/compare/v3.2.3...v3.3.0
Changelog
Sourced from bigdecimal's changelog.
3.3.0
Commits
0aa97bbBump version to 3.3.0 (#437)f718178Fix precision of x.power(y, prec) when the result is nearly infinity (#439)a267ca7Improve performance of x**y when y is a huge value (#438)cb2458bAdd newline at EOF [ci skip]d93b542Make internal BigMath method a private method (#432)f107735Merge pull request #431 from ruby/dependabot/github_actions/step-security/har...6682fd8Bump step-security/harden-runner from 2.13.0 to 2.13.18ca3249Fix divmod and modulo by infinity to match Float#divmod and Float#modulo (#429)34e60a7BigMath.log(0,n)==-Infinity just like Math.log(0) (#430)07696bcUpdate example calculation result in BigMath document (#428)- Additional commits viewable in compare view
Updates globalid from 1.2.1 to 1.3.0
Release notes
Sourced from globalid's releases.
v1.3.0
What's Changed
- Set required ruby version to 2.7.0 and up by
@risenin rails/globalid#169- Keep using URI RFC2396 parser by
@voxikin rails/globalid#192- Make
DEFAULT_LOCATORConfigurable by@heka1024in rails/globalid#179New Contributors
@risenmade their first contribution in rails/globalid#169@biow0lfmade their first contribution in rails/globalid#167@duffuniversemade their first contribution in rails/globalid#180@berkosmade their first contribution in rails/globalid#170@eliamade their first contribution in rails/globalid#195@Earlopainmade their first contribution in rails/globalid#188@stevenharmanmade their first contribution in rails/globalid#173@voxikmade their first contribution in rails/globalid#192@m-nakamura145made their first contribution in rails/globalid#175@heka1024made their first contribution in rails/globalid#179@tylerwillinghammade their first contribution in rails/globalid#200Full Changelog: https://github.com/rails/globalid/compare/v1.2.1...v1.3.0
Commits
a101021Prepare for 1.3.040b6cd5Remove deprecation message26cdc63Fix test446a491Upgrade development dependenciesdb9b467Add release workflow497bf21Merge pull request #200 from tylerwillingham/twilling/locate-arity-warning-fixb4b3f49Resolve deprecation warning around #locate arity for custom locator test8666784Merge pull request #179 from heka1024/configurable-base-locator460279dMerge pull request #198 from Earlopain/uri-parser-memo42ead60Move uri parser to constant- Additional commits viewable in compare view
Updates marcel from 1.0.4 to 1.1.0
Release notes
Sourced from marcel's releases.
v1.1.0
What's Changed
- Identify Sony and Canon raw images as subtypes of image/tiff by
@afcapelin rails/marcel#89- Fix frozen string literal warning in magic detection by
@FrancescoKin rails/marcel#123- Update tika definitions to latest version by
@MarcelEekenin rails/marcel#114- Fix detection of AV1 in WebM as video/webm by
@alexandergitterin rails/marcel#104New Contributors
@afcapelmade their first contribution in rails/marcel#89@FrancescoKmade their first contribution in rails/marcel#123@MarcelEekenmade their first contribution in rails/marcel#114@Mth0158made their first contribution in rails/marcel#108@mark-young-atgmade their first contribution in rails/marcel#105@alexandergittermade their first contribution in rails/marcel#104@rafaelfrancamade their first contribution in rails/marcel#126Full Changelog: https://github.com/rails/marcel/compare/v1.0.4...v1.1.0
Commits
3d3c5dcPrepare for version 1.1.08730c0aAdd release workflowbf9056bMerge pull request #127 from rails/update-tikadb67956Merge pull request #126 from rails/ci85a6e2eUpdate tika tables4ea7fcdTest with Ruby 3.3 and 3.47e9dea7Add devcontainer configurationb7cda87Merge pull request #104 from alexandergitter/fix-av1-webma056565Merge pull request #105 from mark-young-atg/provide_changelog_link_on_rubygems2b1cc0fMerge pull request #108 from Mth0158/remove-duplicate-method- Additional commits viewable in compare view
Updates net-imap from 0.5.10 to 0.5.12
Release notes
Sourced from net-imap's releases.
v0.5.12
What's Changed
TruffleRuby is not (yet) "officially supported" but it seems to work (with a few small caveats). Several tests are still marked as pending, but the rest all pass. #528 protects us from merging PRs that break TruffleRuby and (in some cases) JRuby.
Fixed
- 🐛 Fix loading of
net/imapfor JRuby/TruffleRuby by@nevansin ruby/net-imap#530Miscellaneous
- ✅ Test overriding inherited ::Data methods by
@nevansin ruby/net-imap#531- ✅ Add TruffleRuby to CI by
@nevansin ruby/net-imap#528Full Changelog: https://github.com/ruby/net-imap/compare/v0.5.11...v0.5.12
v0.5.11
What's Changed
Added
- ✨ Add
ESearchResult#to_sequence_setby@nevansin ruby/net-imap#511- ✨ Add
ESearchResult#eachby@nevansin ruby/net-imap#513- ✨ Add
VanishedData#each, delegated to#uids.each_numberby@nevansin ruby/net-imap#522- support new
Ractor.shareable_procby@ko1in ruby/net-imap#525Fixed
- 🐛 Fix
SearchResult#==for LHS with no modseq by@nevansin ruby/net-imap#514Other Changes
- ✨ Allow
obj.to_sequence_set => nilin try_convert by@nevansin ruby/net-imap#512- ♻️ Allow
VanishedData#uidsto beSequenceSet.emptyby@nevansin ruby/net-imap#517- 🥅 Raise
ArgumentErrorfor#fetchwithpartialby@nevansin ruby/net-imap#521Documentation
- 📚 Fix rdoc call-seq for uid_expunge by
@nevansin ruby/net-imap#516- 📚 Add QRESYNC to
#enable(docs only) by@nevansin ruby/net-imap#518Miscellaneous
- ✅ Organize test files by
@nevansin ruby/net-imap#515- ✅ Fix flaky tests with
FakeServer#Connection#closemutex by@nevansin ruby/net-imap#520- Bump step-security/harden-runner from 2.13.0 to 2.13.1 by
@dependabot[bot] in ruby/net-imap#524New Contributors
@ko1made their first contribution in ruby/net-imap#525Full Changelog: https://github.com/ruby/net-imap/compare/v0.5.10...v0.5.11
Commits
bab9dfb🔖 Bump version to 0.5.124ec0f83🔀 Merge pull request #528 from ruby/add-truffleruby-to-ciad5eb96✅🚧 Run CI with TruffleRuby (experimental for now)50f83b8✅🚧 Mark 2 ConnectionState tests as pending for TruffleRuby6d42c16✅🚧 Mark 1 ::Data test as pending for TruffleRuby9b9a89c✅ Add TruffleRuby/JRuby pend/omit test helpersc7a6b43✅ Skip simplecov for non-CRuby enginescb4a646✅ Test overriding inherited ::Data methods8c282c0🐛 Fix loading of Net::IMAP::Config for JRubyb97b414🔖 Bump version to 0.5.11- Additional commits viewable in compare view
Updates nokogiri from 1.18.9 to 1.18.10
Release notes
Sourced from nokogiri's releases.
v1.18.10 / 2025-09-15
Dependencies
- [CRuby] Vendored libxml2 is updated to v2.13.9. Note that the security fixes published in v2.13.9 were already present in Nokogiri v1.18.9.
- [CRuby] [Windows and MacOS] Vendored libiconv is updated to v1.18
7fb87235d729c74a2be635376d82b1d459230cc17c50300f8e4fcaabc6195344 nokogiri-1.18.10-aarch64-linux-gnu.gem 7e74e58314297cc8a8f1b533f7212d1999dbe2639a9ee6d97b483ea2acc18944 nokogiri-1.18.10-aarch64-linux-musl.gem 51f4f25ab5d5ba1012d6b16aad96b840a10b067b93f35af6a55a2c104a7ee322 nokogiri-1.18.10-arm-linux-gnu.gem 1c6ea754e51cecc85c30ee8ab1e6aa4ce6b6e134d01717e9290e79374a9e00aa nokogiri-1.18.10-arm-linux-musl.gem c2b0de30770f50b92c9323fa34a4e1cf5a0af322afcacd239cd66ee1c1b22c85 nokogiri-1.18.10-arm64-darwin.gem cd431a09c45d84a2f870ba0b7e8f571199b3727d530f2b4888a73639f76510b5 nokogiri-1.18.10-java.gem 64f40d4a41af9f7f83a4e236ad0cf8cca621b97e31f727b1bebdae565a653104 nokogiri-1.18.10-x64-mingw-ucrt.gem 536e74bed6db2b5076769cab5e5f5af0cd1dccbbd75f1b3e1fa69d1f5c2d79e2 nokogiri-1.18.10-x86_64-darwin.gem ff5ba26ba2dbce5c04b9ea200777fd225061d7a3930548806f31db907e500f72 nokogiri-1.18.10-x86_64-linux-gnu.gem 0651fccf8c2ebbc2475c8b1dfd7ccac3a0a6d09f8a41b72db8c21808cb483385 nokogiri-1.18.10-x86_64-linux-musl.gem d5cc0731008aa3b3a87b361203ea3d19b2069628cb55e46ac7d84a0445e69cc1 nokogiri-1.18.10.gem
Commits
6803740version bump to v1.18.1093337dedep: bump vendored libxml2 to v2.13.9 (#3555)15dde17ci: work around repeated bundler deadlocks9906071dep: bump vendored libxml2 to v2.13.9adf72e3[v1.18.x] backport libiconv upgrade to v1.18 (#3550)92cab09dep: update vendored libiconv to 1.18f1c5ea8Use mirror site to download libiconvdcd2721ci: stop testing Ruby 3.1 windows source buildscf856e6ci: fix the aarch64 segfault by using a more modern qemu6d77443Fix errors building Ruby 3.1 on windows- Additional commits viewable in compare view
Updates pp from 0.6.2 to 0.6.3
Release notes
Sourced from pp's releases.
v0.6.3
What's Changed
- Bump rubygems/release-gem from 1.1.0 to 1.1.1 by
@dependabot[bot] in ruby/pp#34- Bump step-security/harden-runner from 2.10.2 to 2.10.3 by
@dependabot[bot] in ruby/pp#35- Bump step-security/harden-runner from 2.10.3 to 2.10.4 by
@dependabot[bot] in ruby/pp#36- Bump step-security/harden-runner from 2.10.4 to 2.11.0 by
@dependabot[bot] in ruby/pp#37- Ensure the thread local state is always set up. by
@ioquatixin ruby/pp#38- Avoid an array allocation per element in list passed to seplist by
@jeremyevansin ruby/pp#41- Fix CI with recent Ruby releases by
@hsbtin ruby/pp#45- Bump step-security/harden-runner from 2.11.0 to 2.12.1 by
@dependabot[bot] in ruby/pp#44- Bump step-security/harden-runner from 2.12.1 to 2.12.2 by
@dependabot[bot] in ruby/pp#46- Bump step-security/harden-runner from 2.12.2 to 2.13.0 by
@dependabot[bot] in ruby/pp#47- Bump actions/checkout from 4 to 5 by
@dependabot[bot] in ruby/pp#48- Bump step-security/harden-runner from 2.13.0 to 2.13.1 by
@dependabot[bot] in ruby/pp#50- Support new instance_variables_to_inspect method from Ruby core by
@Fryguyin ruby/pp#49- Add version.rake by
@nobuin ruby/pp#52- Fix ::Data warning on Ruby 2.7 by
@eregonin ruby/pp#53- Do not override the methods in set.rb by
@nobuin ruby/pp#55- Refine
Set#pretty_printcheck by@nobuin ruby/pp#56- Update pp for Set to use new inspect format by
@jeremyevansin ruby/pp#43- Trivial improvements by
@nobuin ruby/pp#59New Contributors
@ioquatixmade their first contribution in ruby/pp#38@jeremyevansmade their first contribution in ruby/pp#41@Fryguymade their first contribution in ruby/pp#49Full Changelog: https://github.com/ruby/pp/compare/v0.6.2...v0.6.3
Package Dependencies
Technical Details
| ID: | 9785267 |
| UUID: | 3491907227 |
| Node ID: | PR_kwDNQRvOrIRtTA |
| Host: | GitHub |
| Repository: | jruby/jruby-rack |