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-dependencies group with 9 updates #1534

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the bundler-dependencies group with 9 updates:

Package From To
pg 1.5.8 1.5.9
rails 7.1.4.1 7.1.5
sorbet 0.5.11600 0.5.11631
sorbet-runtime 0.5.11600 0.5.11631
activejob 7.1.4.1 7.1.5
activerecord 7.1.4.1 7.1.5
railties 7.1.4.1 7.1.5
selenium-webdriver 4.25.0 4.26.0
webrick 1.8.2 1.9.0

Updates pg from 1.5.8 to 1.5.9

Changelog

Sourced from pg's changelog.

v1.5.9 [2024-10-24] Lars Kanis [email protected]

  • Enable thread safety in static OpenSSL build for Windows. #595
  • Remove raising conect_timeout from 1 to 2 seconds. #590
  • Fix binary copy_data in Ractor context. #594
  • Exclude CI files and hidden files from built gem. #591 This is to simplify security inspection.
  • Update error classes to PostgreSQL-17.
  • Update Windows fat binary gem to OpenSSL-3.4.0 and PostgreSQL-17.0.
Commits
  • afe2f20 Bump VERSION to 1.5.9
  • 9f8a6c6 Add History entry for pg-1.5.9
  • 342bdbb Merge pull request #599 from larskanis/update-postgres
  • ca8e69c Remove skip on Windows since the issue is fixed
  • 70c02ea Work around missing dependency to errorcodes.h in PostgreSQL-17.0
  • 4a52437 CI: Update jobs to postgresql-1.7.0
  • d8c3753 Update to postgresql-17.0 and openssl-3.4.0 for Windows binary gems
  • 86367c6 Update error codes by rake update_error_codes
  • 94f1d7f Merge pull request #598 from larskanis/osl-threads
  • 716221a Enable thread safety in static OpenSSL build
  • Additional commits viewable in compare view

Updates rails from 7.1.4.1 to 7.1.5

Release notes

Sourced from rails's releases.

7.1.5

Active Support

  • No changes.

Active Model

  • Fix regression in alias_attribute to work with user defined methods.

    alias_attribute would wrongly assume the attribute accessor was generated by Active Model.

    class Person
      include ActiveModel::AttributeMethods
    define_attribute_methods :name
    attr_accessor :name
    alias_attribute :full_name, :name
    end
    person.full_name # => NoMethodError: undefined method `attribute' for an instance of Person

    Jean Boussier

Active Record

  • Fix marshalling of unsaved associated records in 7.1 format.

    The 7.1 format would only marshal associated records if the association was loaded. But associations that would only contain unsaved records would be skipped.

    Jean Boussier

  • Fix an issue where .left_outer_joins used with multiple associations that have the same child association but different parents does not join all parents.

    Previously, using .left_outer_joins with the same child association would only join one of the parents.

    Now it will correctly join both parents.

    Fixes #41498.

    Garrett Blehm

  • Ensure ActiveRecord::Encryption.config is always ready before access.

... (truncated)

Commits
  • 8984f4c Revert "Merge pull request #53484 from zzak/query_cache-config-disable"
  • 30f7974 Revert "Merge pull request #53494 from zzak/re-53492"
  • 625ec92 Preparing for 7.1.5 release
  • b1a7569 Add yarn.lock allowed dirty files
  • d78c6e4 Merge pull request #53494 from zzak/re-53492
  • e60b786 Merge pull request #53484 from zzak/query_cache-config-disable
  • 252723d Avoid redefining IpAddr#as_json if it already exist
  • 3ddbd08 Merge remote-tracking branch 'origin/7-1-sec' into 7-1-stable
  • e52d670 Preparing for 7.1.4.2 release
  • 294d082 Improvements to releaser
  • Additional commits viewable in compare view

Updates sorbet from 0.5.11600 to 0.5.11631

Release notes

Sourced from sorbet's releases.

sorbet 0.5.11630.20241030183851-5c92bede0

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11630', :group => :development
gem 'sorbet-runtime', '0.5.11630'

sorbet 0.5.11629.20241030140713-f63b06430

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11629', :group => :development
gem 'sorbet-runtime', '0.5.11629'

sorbet 0.5.11628.20241030140450-02211b88b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11628', :group => :development
gem 'sorbet-runtime', '0.5.11628'

sorbet 0.5.11627.20241030115654-17ef143fd

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11627', :group => :development
gem 'sorbet-runtime', '0.5.11627'

sorbet 0.5.11626.20241030115208-02d87551a

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11626', :group => :development
gem 'sorbet-runtime', '0.5.11626'

sorbet 0.5.11625.20241029161507-5b817f491

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11625', :group => :development
gem 'sorbet-runtime', '0.5.11625'

sorbet 0.5.11624.20241029154851-6dbe2af43

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11624', :group => :development
gem 'sorbet-runtime', '0.5.11624'

sorbet 0.5.11623.20241029153451-c7c9aeb59

... (truncated)

Commits

Updates sorbet-runtime from 0.5.11600 to 0.5.11631

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11630.20241030183851-5c92bede0

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11630', :group => :development
gem 'sorbet-runtime', '0.5.11630'

sorbet 0.5.11629.20241030140713-f63b06430

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11629', :group => :development
gem 'sorbet-runtime', '0.5.11629'

sorbet 0.5.11628.20241030140450-02211b88b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11628', :group => :development
gem 'sorbet-runtime', '0.5.11628'

sorbet 0.5.11627.20241030115654-17ef143fd

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11627', :group => :development
gem 'sorbet-runtime', '0.5.11627'

sorbet 0.5.11626.20241030115208-02d87551a

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11626', :group => :development
gem 'sorbet-runtime', '0.5.11626'

sorbet 0.5.11625.20241029161507-5b817f491

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11625', :group => :development
gem 'sorbet-runtime', '0.5.11625'

sorbet 0.5.11624.20241029154851-6dbe2af43

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11624', :group => :development
gem 'sorbet-runtime', '0.5.11624'

sorbet 0.5.11623.20241029153451-c7c9aeb59

... (truncated)

Commits

Updates activejob from 7.1.4.1 to 7.1.5

Release notes

Sourced from activejob's releases.

7.1.5

Active Support

  • No changes.

Active Model

  • Fix regression in alias_attribute to work with user defined methods.

    alias_attribute would wrongly assume the attribute accessor was generated by Active Model.

    class Person
      include ActiveModel::AttributeMethods
    define_attribute_methods :name
    attr_accessor :name
    alias_attribute :full_name, :name
    end
    person.full_name # => NoMethodError: undefined method `attribute' for an instance of Person

    Jean Boussier

Active Record

  • Fix marshalling of unsaved associated records in 7.1 format.

    The 7.1 format would only marshal associated records if the association was loaded. But associations that would only contain unsaved records would be skipped.

    Jean Boussier

  • Fix an issue where .left_outer_joins used with multiple associations that have the same child association but different parents does not join all parents.

    Previously, using .left_outer_joins with the same child association would only join one of the parents.

    Now it will correctly join both parents.

    Fixes #41498.

    Garrett Blehm

  • Ensure ActiveRecord::Encryption.config is always ready before access.

... (truncated)

Commits

Updates activerecord from 7.1.4.1 to 7.1.5

Release notes

Sourced from activerecord's releases.

7.1.5

Active Support

  • No changes.

Active Model

  • Fix regression in alias_attribute to work with user defined methods.

    alias_attribute would wrongly assume the attribute accessor was generated by Active Model.

    class Person
      include ActiveModel::AttributeMethods
    define_attribute_methods :name
    attr_accessor :name
    alias_attribute :full_name, :name
    end
    person.full_name # => NoMethodError: undefined method `attribute' for an instance of Person

    Jean Boussier

Active Record

  • Fix marshalling of unsaved associated records in 7.1 format.

    The 7.1 format would only marshal associated records if the association was loaded. But associations that would only contain unsaved records would be skipped.

    Jean Boussier

  • Fix an issue where .left_outer_joins used with multiple associations that have the same child association but different parents does not join all parents.

    Previously, using .left_outer_joins with the same child association would only join one of the parents.

    Now it will correctly join both parents.

    Fixes #41498.

    Garrett Blehm

  • Ensure ActiveRecord::Encryption.config is always ready before access.

... (truncated)

Commits
  • 8984f4c Revert "Merge pull request #53484 from zzak/query_cache-config-disable"
  • 30f7974 Revert "Merge pull request #53494 from zzak/re-53492"
  • 625ec92 Preparing for 7.1.5 release
  • d78c6e4 Merge pull request #53494 from zzak/re-53492
  • e60b786 Merge pull request #53484 from zzak/query_cache-config-disable
  • 3ddbd08 Merge remote-tracking branch 'origin/7-1-sec' into 7-1-stable
  • e52d670 Preparing for 7.1.4.2 release
  • 7021f21 [ci skip] Fix CHANGELOG lint errors
  • f6b283c Merge pull request #53360 from Shopify/ar-marshalling-7.1-unsaved-records
  • d3ceb6c Merge remote-tracking branch 'origin/7-1-sec' into 7-1-stable
  • Additional commits viewable in compare view

Updates railties from 7.1.4.1 to 7.1.5

Release notes

Sourced from railties's releases.

7.1.5

Active Support

  • No changes.

Active Model

  • Fix regression in alias_attribute to work with user defined methods.

    alias_attribute would wrongly assume the attribute accessor was generated by Active Model.

    class Person
      include ActiveModel::AttributeMethods
    define_attribute_methods :name
    attr_accessor :name
    alias_attribute :full_name, :name
    end
    person.full_name # => NoMethodError: undefined method `attribute' for an instance of Person

    Jean Boussier

Active Record

  • Fix marshalling of unsaved associated records in 7.1 format.

    The 7.1 format would only marshal associated records if the association was loaded. But associations that would only contain unsaved records would be skipped.

    Jean Boussier

  • Fix an issue where .left_outer_joins used with multiple associations that have the same child association but different parents does not join all parents.

    Previously, using .left_outer_joins with the same child association would only join one of the parents.

    Now it will correctly join both parents.

    Fixes #41498.

    Garrett Blehm

  • Ensure ActiveRecord::Encryption.config is always ready before access.

... (truncated)

Commits
  • 625ec92 Preparing for 7.1.5 release
  • 3ddbd08 Merge remote-tracking branch 'origin/7-1-sec' into 7-1-stable
  • e52d670 Preparing for 7.1.4.2 release
  • d3ceb6c Merge remote-tracking branch 'origin/7-1-sec' into 7-1-stable
  • b31fcef Backport some more Ruby 3.4 compatibily fixes
  • cce9ecb Merge pull request #53202 from byroot/ruby-3.4-hash-inspect
  • 471eb56 [7.1] Fix URI::DEFAULT_PARSER warnings
  • 429040a Merge pull request #51873 from yawboakye/railtie-use-class-from-gem
  • 358bde2 Make sure we are using the correct connection pool when dumping the schema (#...
  • 2870e8b Merge pull request #52669 from maximerety/fix-rspec-rails-issue-2779
  • Additional commits viewable in compare view

Updates selenium-webdriver from 4.25.0 to 4.26.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.26.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript     |     IEDriver

What's Changed

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.26.0 (2024-10-28)

  • Add CDP for Chrome 130 and remove 127
  • Add missing RBS methods (#14621)
  • Update Ruby BiDi script structs to match spec
  • Add RBS type support for BiDi related classes (#14611)
Commits

Updates webrick from 1.8.2 to 1.9.0

Release notes

Sourced from webrick's releases.

v1.9.0

What's Changed

New Contributors

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

Commits
  • 516db77 Merge pull request #153 from znz/prepare-new-release
  • cc365e9 Bump up v1.9.0
  • e598194 Enabled trusted publisher for rubygems.org
  • 818830b Merge pull request #151 from ruby/add-rbs
  • 12b4027 Add rbs validate to CI
  • 18968da Add sig/manifest.yaml
  • 92163dc Add rbs files to gemspec
  • 6bbf177 Add rbs files
  • 9350944 Merge pull request #149 from jeremyevans/readme-disclaimer
  • 70b026c Be clear in README that webrick should not be used in production
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the bundler-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [pg](https://github.com/ged/ruby-pg) | `1.5.8` | `1.5.9` |
| [rails](https://github.com/rails/rails) | `7.1.4.1` | `7.1.5` |
| [sorbet](https://github.com/sorbet/sorbet) | `0.5.11600` | `0.5.11631` |
| [sorbet-runtime](https://github.com/sorbet/sorbet) | `0.5.11600` | `0.5.11631` |
| [activejob](https://github.com/rails/rails) | `7.1.4.1` | `7.1.5` |
| [activerecord](https://github.com/rails/rails) | `7.1.4.1` | `7.1.5` |
| [railties](https://github.com/rails/rails) | `7.1.4.1` | `7.1.5` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.25.0` | `4.26.0` |
| [webrick](https://github.com/ruby/webrick) | `1.8.2` | `1.9.0` |


Updates `pg` from 1.5.8 to 1.5.9
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](ged/ruby-pg@v1.5.8...v1.5.9)

Updates `rails` from 7.1.4.1 to 7.1.5
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v7.1.4.1...v7.1.5)

Updates `sorbet` from 0.5.11600 to 0.5.11631
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `sorbet-runtime` from 0.5.11600 to 0.5.11631
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `activejob` from 7.1.4.1 to 7.1.5
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.2.2/activejob/CHANGELOG.md)
- [Commits](rails/rails@v7.1.4.1...v7.1.5)

Updates `activerecord` from 7.1.4.1 to 7.1.5
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.2.2/activerecord/CHANGELOG.md)
- [Commits](rails/rails@v7.1.4.1...v7.1.5)

Updates `railties` from 7.1.4.1 to 7.1.5
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.2.2/railties/CHANGELOG.md)
- [Commits](rails/rails@v7.1.4.1...v7.1.5)

Updates `selenium-webdriver` from 4.25.0 to 4.26.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](SeleniumHQ/selenium@selenium-4.25.0...selenium-4.26.0)

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

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-dependencies
- dependency-name: rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-dependencies
- dependency-name: sorbet
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler-dependencies
- dependency-name: sorbet-runtime
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler-dependencies
- dependency-name: activejob
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-dependencies
- dependency-name: activerecord
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-dependencies
- dependency-name: railties
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-dependencies
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler-dependencies
- dependency-name: webrick
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler-dependencies
...

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 Nov 1, 2024
@bensheldon bensheldon merged commit 0f06e42 into main Nov 10, 2024
25 checks passed
@bensheldon bensheldon deleted the dependabot/bundler/bundler-dependencies-dcef332d9d branch November 10, 2024 16:41
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
Development

Successfully merging this pull request may close these issues.

1 participant