CCM-9336: Bump the bundler group across 1 directory with 6 updates - #124
Open
dependabot[bot] wants to merge 2 commits into
Open
CCM-9336: Bump the bundler group across 1 directory with 6 updates#124dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
Bumps the bundler group with 4 updates in the /docs directory: [activesupport](https://github.com/rails/rails), [addressable](https://github.com/sporkmonger/addressable), [erb](https://github.com/ruby/erb) and [nokogiri](https://github.com/sparklemotion/nokogiri). Updates `activesupport` from 8.1.1 to 8.1.2.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.3/activesupport/CHANGELOG.md) - [Commits](rails/rails@v8.1.1...v8.1.2.1) Updates `addressable` from 2.8.8 to 2.9.0 - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](sporkmonger/addressable@addressable-2.8.8...addressable-2.9.0) Updates `concurrent-ruby` from 1.3.6 to 1.3.8 - [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.3.6...v1.3.8) Updates `erb` from 4.0.4 to 4.0.4.1 - [Release notes](https://github.com/ruby/erb/releases) - [Changelog](https://github.com/ruby/erb/blob/master/NEWS.md) - [Commits](ruby/erb@v4.0.4...v4.0.4.1) Updates `json` from 2.18.0 to 2.21.1 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.18.0...v2.21.1) Updates `nokogiri` from 1.18.10 to 1.19.4 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.10...v1.19.4) --- updated-dependencies: - dependency-name: activesupport dependency-version: 8.1.2.1 dependency-type: indirect dependency-group: bundler - dependency-name: addressable dependency-version: 2.9.0 dependency-type: indirect dependency-group: bundler - dependency-name: concurrent-ruby dependency-version: 1.3.8 dependency-type: indirect dependency-group: bundler - dependency-name: erb dependency-version: 4.0.4.1 dependency-type: indirect dependency-group: bundler - dependency-name: json dependency-version: 2.21.1 dependency-type: indirect dependency-group: bundler - dependency-name: nokogiri dependency-version: 1.19.4 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps the bundler group with 4 updates in the /docs directory: activesupport, addressable, erb and nokogiri.
Updates
activesupportfrom 8.1.1 to 8.1.2.1Release notes
Sourced from activesupport's releases.
... (truncated)
Changelog
Sourced from activesupport's changelog.
... (truncated)
Commits
1db4b89Preparing for 8.1.2.1 release1c7d1cfUpdate changelogec1a0e2Improve performance of NumberToDelimitedConverter50d732aFixSafeBuffer#%to preserve unsafe status19dbab5NumberConverter: reject scientific notationd7c8ae6Preparing for 8.1.2 release3ea2701CHANGELOG sync0f8014a[8-1-stable] Minitest 6 support991ccf3Merge pull request #56393 from rails/add-exclude-keys-to-live-controllerc86465fMerge pull request #56353 from rails/rmf-delegation-basic-objectUpdates
addressablefrom 2.8.8 to 2.9.0Changelog
Sourced from addressable's changelog.
Commits
0c3e858Revving version and changelog91915c1Fixing additional vulnerable pathsa091e39Add many more adversarial test cases to ensure we don't have any ReDoS regres...463a819Regenerate gemspec on newer rubygems0afcb0bImprove from O(n^2) to O(n)c87f768Fix a ReDoS vulnerability in URI template matching0d7e9b2Fix links for 2.8.9 in CHANGELOG (#573)e209120Update version, gemspec, and CHANGELOG for 2.8.9 (#572)3875874Reduce gem size by excluding test files (#569)3e57cc6CI: back towindows-2022for MRI jobUpdates
concurrent-rubyfrom 1.3.6 to 1.3.8Release notes
Sourced from concurrent-ruby's releases.
Changelog
Sourced from concurrent-ruby's changelog.
Commits
0b88d5fRelease 1.3.80f83a98Allow to use Concurrent::Map#compute_if_absent in a Ractor (#1109)cc5a32fProgramatically set thebacktrace_locationon exception:4c8fc28Release 1.3.7d91ca94Fix AtomicReference#update livelock when stored value is Float::NAN on JRuby ...7e4d711FixReentrantReadWriteLockread hold overflow into write-lock bit6e37e06FixAtomicReference#updatelivelock when stored value isFloat::NAN2825cfaCleanup spec3fd4932FixReadWriteLockwrong-thread write release and stray read release1974b47Add Ruby 4.0 in CIUpdates
erbfrom 4.0.4 to 4.0.4.1Changelog
Sourced from erb's changelog.
Commits
6a2e4a7Version 4.0.4.1c3b721fProhibit def_method on marshal-loaded ERB instancesUpdates
jsonfrom 2.18.0 to 2.21.1Release notes
Sourced from json's releases.
... (truncated)
Changelog
Sourced from json's changelog.
... (truncated)
Commits
fd61defRelease 2.21.1db70b14Rely on Ruby's HAVE_BUILTIN___BUILTIN_CLZLL9be0e8eRelease 2.21.0d1299d4Avoid re-decoding an incomplete number on every ResumableParser chunkcc010c4Fix ResumableParser losing tokens before a feed-boundary suspension0864e83Add JSON::ResumableParser#partial_value? and #empty?9dbfeb8Fix ResumableParser treating unterminated line comments as completeea008e8Add asort_keysoption to the generator.94c1af2Fix ResumableParser#partial_value SEGV on incomplete nested containersfaa5572Fix a few inconsistencies in readmeUpdates
nokogirifrom 1.18.10 to 1.19.4Release notes
Sourced from nokogiri's releases.
... (truncated)
Changelog
Sourced from nokogiri's changelog.
Commits
8cfb9daversion bump to v1.19.4a856d1efix: JRuby NONET bypass in XML::Schema (v1.19.x) (#3639)6a0aa1efix(CRuby): use-after-free in Document#encoding= when setter raises (v1.19.x)...f658a54fix: JRuby NONET bypass in XML::Schema39d26fefix(CRuby): use-after-free in Document#encoding= when setter raises04a09ddfix(CRuby): out-of-bounds read in NodeSet#[] with large negative index (v1.19...7799fbdfix: avoid NPE on uninitialized XML::Node structs (v1.19.x) (#3645)ef19e13fix(CRuby): avoid UAF in XML::Attr#value= (v1.19.x) (#3644)5524fa9fix:Document#root=rejects non-element nodes (v1.19.x) (#3643)9891ad1fix(CRuby): use-after-free in XPathContext document lifetime (v1.19.x) (#3641)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 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.