Bump the bundler group across 1 directory with 5 updates#7
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the bundler group across 1 directory with 5 updates#7dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the bundler group with 2 updates in the / directory: [activesupport](https://github.com/rails/rails) and [excon](https://github.com/excon/excon). Updates `activesupport` from 4.2.11.1 to 7.2.3.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@v4.2.11.1...v7.2.3.1) Updates `addressable` from 2.7.0 to 2.9.0 - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](sporkmonger/addressable@addressable-2.7.0...addressable-2.9.0) Updates `cocoapods-downloader` from 1.3.0 to 2.1 - [Release notes](https://github.com/CocoaPods/cocoapods-downloader/releases) - [Changelog](https://github.com/CocoaPods/cocoapods-downloader/blob/master/CHANGELOG.md) - [Commits](CocoaPods/cocoapods-downloader@1.3.0...2.1) Updates `concurrent-ruby` from 1.1.5 to 1.3.7 - [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.1.5...v1.3.7) Updates `excon` from 0.71.1 to 1.5.0 - [Changelog](https://github.com/excon/excon/blob/master/changelog.txt) - [Commits](excon/excon@v0.71.1...v1.5.0) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: indirect dependency-group: bundler - dependency-name: addressable dependency-version: 2.9.0 dependency-type: indirect dependency-group: bundler - dependency-name: cocoapods-downloader dependency-version: '2.1' dependency-type: indirect dependency-group: bundler - dependency-name: concurrent-ruby dependency-version: 1.3.7 dependency-type: indirect dependency-group: bundler - dependency-name: excon dependency-version: 1.5.0 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Jul 11, 2026
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 2 updates in the / directory: activesupport and excon.
Updates
activesupportfrom 4.2.11.1 to 7.2.3.1Release notes
Sourced from activesupport's releases.
... (truncated)
Commits
ba76fcaPreparing for 7.2.3.1 release8a379f4Update changelogb54a4b3Improve performance of NumberToDelimitedConverterc1ad0e8FixSafeBuffer#%to preserve unsafe statusebd6be1NumberConverter: reject scientific notation4a155f1Lock some dependenciesbb2bdefPreparing for 7.2.3 releasefe41a9fMerge pull request #55840 from zzak/asup-xml-mini-bigdecimal-float-precision12040a3Merge pull request #55808 from olivier-thatch/fix-enum-sole58630e1Merge pull request #55794 from rails/fix-55513Updates
addressablefrom 2.7.0 to 2.9.0Changelog
Sourced from addressable's changelog.
... (truncated)
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
cocoapods-downloaderfrom 1.3.0 to 2.1Release notes
Sourced from cocoapods-downloader's releases.
... (truncated)
Changelog
Sourced from cocoapods-downloader's changelog.
... (truncated)
Commits
946c550Release 2.1b5983f2Merge pull request #142 from CocoaPods/amorde/macos-system-ruby-supporta1859beRevert minimum required Ruby version to 2.6 to support macOS system Ruby3492e7bMerge pull request #140 from CocoaPods/2-0-stable9072f2d[CHANGELOG] Add empty Master section2d3691dRelease 2.0d9844caMerge pull request #139 from CocoaPods/amorde/specs-macose84cb5eExplicitly enable file protocol in submodule test7366166Update specs to run on macOS 12e9ab295Merge pull request #137 from CocoaPods/amorde/bump-minimum-rubyUpdates
concurrent-rubyfrom 1.1.5 to 1.3.7Release notes
Sourced from concurrent-ruby's releases.
... (truncated)
Changelog
Sourced from concurrent-ruby's changelog.
... (truncated)
Commits
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 CIdf8706dAdd SECURITY.md (#1104)7a1b789Bump actions/upload-pages-artifact from 4 to 59b2dbf7Bump actions/deploy-pages from 4 to 5Updates
exconfrom 0.71.1 to 1.5.0Changelog
Sourced from excon's changelog.
... (truncated)
Commits
f59b27ev1.5.0ea89a35expand redirect header redaction (#901)74e1754Raise Excon::Error::InvalidParameter when host is nil instead of crashing wit...4e784d5update bundled certs011b3aev1.4.2aff99fcupdate bundled certscd02b90v1.4.19812664Require cgi/escape instead of cgi (#898)0004103v1.4.0b8debfeAdd SOCKS5 proxy support (#895)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.