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 across 1 directory with 18 updates #1495

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the bundler-dependencies group with 13 updates in the / directory:

Package From To
nokogiri 1.16.6 1.16.7
pg 1.5.6 1.5.8
rack 2.2.9 3.1.7
rails 7.1.3.4 7.1.4
bootsnap 1.18.3 1.18.4
dotenv-rails 3.1.2 3.1.4
net-imap 0.4.14 0.4.16
benchmark-ips 2.13.0 2.14.0
sorbet 0.5.11485 0.5.11589
rspec-rails 6.1.3 7.0.1
selenium-webdriver 4.22.0 4.25.0
webrick 1.8.1 1.8.2
yard 0.9.36 0.9.37

Updates nokogiri from 1.16.6 to 1.16.7

Release notes

Sourced from nokogiri's releases.

v1.16.7 / 2024-07-27

Dependencies

  • [CRuby] Vendored libxml2 is updated to v2.12.9, which the upstream release notes state is a security release to address CVE-2024-40896. Nokogiri's maintainers believe this vulnerability does not affect users of Nokogiri, but we advise upgrading at your earliest convenience anyway.

sha256 checksums:

78778d35f165b59513be31c0fe232c63a82cf97626ffba695b5f822e5da1d74b  nokogiri-1.16.7-aarch64-linux.gem
c84cdb9e3aa44c35bbb981b20175838c4b2066c26c5cb118f31f177168a42fc3  nokogiri-1.16.7-arm-linux.gem
276dcea1b988a5b22b5acc1ba901d24b8e908c40b71dccd5d54a2ae279480dad  nokogiri-1.16.7-arm64-darwin.gem
044c45ca46abc2b6135a85ab39a546ff2f0434d43142bc59b83e5b1068876a42  nokogiri-1.16.7-java.gem
01ed785392f9cbdfd45e0e5ef6ad6d2c80a6128672589448f18952168bd68e56  nokogiri-1.16.7-x64-mingw-ucrt.gem
d8fd5c675743b85354c9098117bfa9e703c7cacab8c33e5190104ea8218ad1ec  nokogiri-1.16.7-x64-mingw32.gem
dddbf1c1ef99ce9fab98302b14f8bacb703e6f16e89b99f05ecee8a1fca23664  nokogiri-1.16.7-x86-linux.gem
b6517d995b024739cbb81251a26866d40e1ccb151936b5bb0977e7487f4e617c  nokogiri-1.16.7-x86-mingw32.gem
630732b80fc572690eab50c73a1f18988f3ac401ed0b67ca9956ba2b1e2c3faa  nokogiri-1.16.7-x86_64-darwin.gem
9e1e428641d5942af877c60b418c71163560e9feb4a5c4015f3230a8b86a40f6  nokogiri-1.16.7-x86_64-linux.gem
f819cbfdfb0a7b19c9c52c6f2ca63df0e58a6125f4f139707b586b9511d7fe95  nokogiri-1.16.7.gem
Changelog

Sourced from nokogiri's changelog.

v1.16.7 / 2024-07-27

Dependencies

  • [CRuby] Vendored libxml2 is updated to v2.12.9, which the upstream release notes state is a security release to address CVE-2024-40896. Nokogiri's maintainers believe this vulnerability does not affect users of Nokogiri, but we advise upgrading at your earliest convenience anyway.
Commits

Updates pg from 1.5.6 to 1.5.8

Changelog

Sourced from pg's changelog.

v1.5.8 [2024-09-06] Lars Kanis [email protected]

  • Fix host list duplication every time conn.reset is used. #586
  • Add default decoder for anonymous record types to BasicTypeRegistry #579
  • Update Windows fat binary gem to OpenSSL-3.3.2 and PostgreSQL-16.4.

v1.5.7 [2024-07-28] Lars Kanis [email protected]

  • Remove deprecated use of fptr->fd.#562 Direct access is disallowed since ruby-3.4.
  • Make pgconn_connect_poll close the socket prior to calling PQconnectPoll. #564 This could result in an exception while connecting when used multi threaded.
  • Fix several typos and improve spelling in documentation and code. #566
  • Add missing PG::RollbackTransaction as an option to exit conn.transaction. #560 Usage like in rails: https://api.rubyonrails.org/classes/ActiveRecord/Rollback.html
  • Don't print a warning when bigdecimal is required on ruby-3.4+ #574
  • Update Windows fat binary gem to OpenSSL-3.3.1 and PostgreSQL-16.3.
Commits
  • cb35e3f Update to Postgresql-16.4 and OpenSSL-3.3.2 for Windows binary gems
  • 7af75a4 Bump VERSION to 1.5.8 and add changelog entry
  • d4c6c61 Merge pull request #589 from larskanis/fix-host-dup-on-reset
  • bf7d57f Save connection options for conn.reset
  • a2a3e6d CI: github actions @​v4 need distinct artifact names
  • dd060bc Merge pull request #587 from larskanis/github-v4
  • 7515aac CI: Use latest github actions
  • 070b72b Remove unused variable in spec
  • 65c5031 Improve code documentation
  • 60f74ff Fix typo
  • Additional commits viewable in compare view

Updates rack from 2.2.9 to 3.1.7

Release notes

Sourced from rack's releases.

v3.0.9.1

What's Changed

Full Changelog: rack/rack@v3.0.9...v3.0.9.1

v3.0.9

What's Changed

  • Fix content-length calcuation in Rack:Response#write #2150

Full Changelog: rack/rack@v3.0.8...v3.0.9

v3.0.8

What's Changed

New Contributors

Full Changelog: rack/rack@v3.0.7...v3.0.8

v3.0.7

What's Changed

Full Changelog: rack/rack@v3.0.6.1...v3.0.7

v3.0.6.1

No release notes provided.

v3.0.4.1

Full Changelog: rack/rack@v3.0.4...v3.0.4.1

v3.0.4

Full Changelog: rack/rack@v3.0.3...v3.0.4

v3.0.3

What's Changed

Full Changelog: rack/rack@v3.0.2...v3.0.3

v3.0.2

Full Changelog: rack/rack@v3.0.1...v3.0.2

Changelog

Sourced from rack's changelog.

[3.1.7] - 2024-07-11

Fixed

[3.1.6] - 2024-07-03

Fixed

  • Fix several edge cases in Rack::Request#parse_http_accept_header's implementation. (#2226, [@​ioquatix])

[3.1.5] - 2024-07-02

Security

[3.1.4] - 2024-06-22

Fixed

  • Fix Rack::Lint matching some paths incorrectly as authority form. (#2220, [@​ioquatix])

[3.1.3] - 2024-06-12

Fixed

[3.1.2] - 2024-06-11

  • Rack::Response will take in to consideration chunked encoding responses (#2204, [@​tenderlove])

[3.1.1] - 2024-06-11

  • Oops! I shouldn't have shipped that

[3.1.0] - 2024-06-11

⚠️ This release includes several breaking changes. Refer to the Removed section below for the list of deprecated methods that have been removed in this release.

Rack v3.1 is primarily a maintenance release that removes features deprecated in Rack v3.0. Alongside these removals, there are several improvements to the Rack SPEC, mainly focused on enhancing input and output handling. These changes aim to make Rack more efficient and align better with the requirements of server implementations and relevant HTTP specifications.

SPEC Changes

... (truncated)

Commits
  • 4bb2f72 Bump patch version.
  • 1c1e413 Ignore external tests directory.
  • b4a1036 Prepare for 3.1.7 release.
  • d0da91b Add more external tests.
  • f6f1510 Improve Rack::Response content-length header generation. (#2219)
  • fb339e0 Fix encoding setting for non-binary IO-like objects in MockRequest#env_for
  • e21872d Do not remove escaped opening/closing quotes for content-disposition filenames
  • 5c3d79f Synchronize changelog with HEAD.
  • bca33b4 Allow empty PATH_INFO. (#2214) (#2234)
  • 98aa947 Bump patch version.
  • Additional commits viewable in compare view

Updates rails from 7.1.3.4 to 7.1.4

Release notes

Sourced from rails's releases.

7.1.4

Active Support

  • Improve compatibility for ActiveSupport::BroadcastLogger.

    Máximo Mussini

  • Pass options along to write_entry in handle_expired_entry method.

    Graham Cooper

  • Fix Active Support configurations deprecations.

    fatkodima

  • Fix teardown callbacks.

    Tristan Starck

  • BacktraceCleaner silence core internal methods by default.

    Jean Boussier

  • Fix delegate_missing_to allow_nil: true when called with implict self

    class Person
      delegate_missing_to :address, allow_nil: true
    def address
    nil
    end
    def berliner?
    city == "Berlin"
    end
    end
    Person.new.city # => nil
    Person.new.berliner? # undefined local variable or method `city' for an instance of Person (NameError)

    Jean Boussier

  • Work around a Ruby bug that can cause a VM crash.

    This would happen if using TaggerLogger with a Proc formatter on which you called object_id.

... (truncated)

Commits
  • 6f57590 Preparing for 7.1.4 release
  • 63fe89d Sync changelog
  • 8d62955 Merge pull request #52585 from Shopify/fix-docs-linting
  • 6036b65 Merge pull request #52138 from skipkayhil/hm-rack-input-is-optional
  • 578eb9a Move the rewind code closer to the reason why we need to rewind
  • fef23ff Merge pull request #52281 from jagthedrummer/jeremy/action-text-content-trix-fix
  • 128b5b0 Merge pull request #52631 from zenspider/zenspider/minitest-cleanup
  • 62abd09 Merge pull request #52619 from fatkodima/eager-load-nil-associations
  • dbc560d Merge pull request #52609 from rails/rm-minitest
  • 6a14308 Merge pull request #52591 from fatkodima/fix-create_table-with-auto_increment
  • Additional commits viewable in compare view

Updates bootsnap from 1.18.3 to 1.18.4

Changelog

Sourced from bootsnap's changelog.

1.18.4

  • Allow using bootsnap without bundler. See #488.
  • Fix startup failure if the cache directory points to a broken symlink.
Commits
  • cae219a Release 1.18.4
  • 407bdef Merge pull request #489 from Shopify/fix-load-error
  • 7afa951 Fix bootsnap setup in environments without bundler
  • c5513d9 Merge pull request #487 from Uaitt/update-gh-action-versions
  • 65691ca Update GitHub actions versions
  • 156b8c9 Merge pull request #485 from Uaitt/changelog-typo
  • e76fe38 Merge pull request #486 from Uaitt/correct-rubocop-offenses
  • 9ec8d70 Correct Rubocop offenses
  • 47ad134 Correct a typo present in the CHANGELOG
  • f627992 Add --version flag
  • Additional commits viewable in compare view

Updates dotenv-rails from 3.1.2 to 3.1.4

Release notes

Sourced from dotenv-rails's releases.

3.1.4

What's Changed

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.3...v3.1.4

3.1.3

What's Changed

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.2...v3.1.3

Changelog

Sourced from dotenv-rails's changelog.

3.1.4

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.3...v3.1.4

3.1.3

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.2...v3.1.3

Commits

Updates net-imap from 0.4.14 to 0.4.16

Release notes

Sourced from net-imap's releases.

v0.4.16

What's Changed

Fixed

Full Changelog: ruby/net-imap@v0.4.15...v0.4.16

v0.4.15

What's Changed

Fixed

New Contributors

Full Changelog: ruby/net-imap@v0.4.14...v0.4.15

Commits
  • d8b68bc 🔖 Bump version to 0.4.16
  • 0707ccb 🐛 Fix #header_fld_name to handle quoted strings correctly
  • eea091e 🔖 Bump version to 0.4.15
  • 34f4bc3 🐛 Fix #send_data to send DateTime as time
  • See full diff in compare view

Updates benchmark-ips from 2.13.0 to 2.14.0

Release notes

Sourced from benchmark-ips's releases.

2.14 "Akagi"

image

What's Changed

New Contributors

Full Changelog: evanphx/benchmark-ips@v2.13.0...v2.14.0

Changelog

Sourced from benchmark-ips's changelog.

2.14.0 / 2024-09-08

  • Feature
    • Adds Benchmark::IPS.quick_compare.
    • Adds absolute duration of each iteration to compare output.
Commits
  • d5e0884 2.14
  • da1ae89 2.14, 2.13 release notes
  • f66045d Provide Benchmark.quick_compare to quickly compare methods on an object (#134)
  • a2c863d Remove unused variable in tests
  • bfdf58d Improve code template in README.md (#140)
  • 6c0a6bf Merge pull request #139 from kianmeng/fix-typos
  • 1fa6c8f Fix typos
  • 39db0ed Speed up the tests slightly. Fixes #114
  • 550493f Merge pull request #129 from evanphx/dependabot/github_actions/actions/checko...
  • 00c1428 Improve report to show duration/i, e.g: 12.34 ns/i. (#132)
  • Additional commits viewable in compare view

Updates sorbet from 0.5.11485 to 0.5.11589

Release notes

Sourced from sorbet's releases.

sorbet 0.5.11588.20240927130236-d34e8702a

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11587.20240927114923-9d644a23b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11586.20240927110737-925400afd

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11585.20240926173205-b42e90bfd

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11584.20240926170451-7eb2d87f5

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11583.20240926110750-16f043e37

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11582.20240925143522-1f527e62d

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11581.20240923144642-38be57d89

... (truncated)

Commits

Updates sorbet-runtime from 0.5.11485 to 0.5.11589

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11588.20240927130236-d34e8702a

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11587.20240927114923-9d644a23b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11586.20240927110737-925400afd

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11585.20240926173205-b42e90bfd

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11584.20240926170451-7eb2d87f5

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11583.20240926110750-16f043e37

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11582.20240925143522-1f527e62d

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11581.20240923144642-38be57d89

... (truncated)

Commits

Updates activejob from 7.1.3.4 to 7.1.4

Release notes

Sourced from activejob's releases.

7.1.4

Active Support

  • Improve compatibility for ActiveSupport::BroadcastLogger.

    Máximo Mussini

  • Pass options along to write_entry in handle_expired_entry method.

    Graham Cooper

  • Fix Active Support configurations deprecations.

    fatkodima

  • Fix teardown callbacks.

    Tristan Starck

  • BacktraceCleaner silence core internal methods by default.

    Jean Boussier

  • Fix delegate_missing_to allow_nil: true when called with implict self

    class Person
      delegate_missing_to :address, allow_nil: true
    def address
    nil
    end
    def berliner?
    city == "Berlin"
    end
    end
    Person.new.city # => nil
    Person.new.berliner? # undefined local variable or method `city' for an instance of Person (NameError)

    Jean Boussier

  • Work around a Ruby bug that can cause a VM crash.

    This would happen if using TaggerLogger with a Proc formatter on which you called object_id.

... (truncated)

Commits
  • 6f57590 Preparing for 7.1.4 release
  • 63fe89d Sync changelog
  • eedbe69 Merge branch '7-1-sec' into 7-1-stable
  • 0dc6be2 Merge branch 'rm-trix-7-1' into 7-1-stable
  • bb28ca8 Merge pull request #51510 from fatkodima/remove-ostruct
  • ed84c0d Merge branch '7-1-sec' into 7-1-stable
  • 8e2101f Merge branch '7-1-sec' into 7-1-stable
  • 0707d73 Register autoload for ActiveJob::Arguments
  • 63763f2 Merge pull request #50789 from p8/docs/relative-includes (#50863)
  • See full diff in compare view

Updates activerecord from 7.1.3.4 to 7.1.4

Release notes

Sourced from activerecord's releases.

7.1.4

Active Support

  • Improve compatibility for ActiveSupport::BroadcastLogger.

    Máximo Mussini

  • Pass options along to write_entry in handle_expired_entry method.

    Graham Cooper

  • Fix Active Support configurations deprecations.

    fatkodima

  • Fix teardown callbacks.

    Tristan Starck

  • BacktraceCleaner silence core internal methods by default.

    Jean Boussier

  • Fix delegate_missing_to allow_nil: true when called with implict self

    class Person
      delegate_missing_to :address, allow_nil: true
    def address
    nil
    end
    def berliner?
    city == "Berlin"
    end
    end
    Person.new.city # => nil
    Person.new.berliner? # undefined local variable or method `city' for an instance of Person (NameError)

    Jean Boussier

  • Work around a Ruby bug that can cause a VM crash.

    This would happen if using TaggerLogger with a Proc formatter on which you called object_id.

... (truncated)

Commits
  • 6f57590 Preparing for 7.1.4 release
  • 63fe89d Sync changelog
  • 62abd09 Merge pull request #52619 from fatkodima/eager-load-nil-associations
  • 6a14308 Merge pull request #52591 from fatkodima/fix-create_table-with-auto_increment
  • 9dc6001 Merge pull request #52363 from eugeneius/autosave_has_one_loaded
  • c53ec4b Fix migration ordering for bin/rails db:prepare across databases
  • e419653 Document index_errors option for has_many
  • 77dfa65 Merge pull request #52300 from pjambet/pj/backport-51348-to-7-1
  • 03b9d8c Backport: Define missing attribute methods from method_missing
  • 25bc0ea Extract check for VALUES/row_alias syntax
  • Additional commits viewable in compare view

Updates railties from 7.1.3.4 to 7.1.4

Release notes

Sourced from railties's releases.

7.1.4

Active Support

  • Improve compatibility for ActiveSupport::BroadcastLogger.

    Máximo Mussini

  • Pass options along to write_entry in handle_expired_entry method.

    Graham Cooper

  • Fix Active Support configurations deprecations.

    fatkodima

  • Fix teardown callbacks.

    Tristan Starck

  • BacktraceCleaner silence core internal methods by default.

    Jean Boussier

  • Fix delegate_missing_to allow_nil: true when called with implict self

    class Person
      delegate_missing_to :address, allow_nil: true
    def address
    nil
    end
    def berliner?
    city == "Berlin"
    end
    end
    Person.new.city # => nil
    Person.new.berliner? # undefined local variable or method `city' for an instance of Person (NameError)

    Jean Boussier

  • Work around a Ruby bug that can cause a VM crash.

    This would happen if using TaggerLogger with a Proc formatter on which you called object_id.

... (truncated)

Commits
  • 6f57590 Preparing for 7.1.4 release
  • 63fe89d Sync changelog
  • c53ec4b Fix migration ordering for bin/rails db:prepare across databases
  • 91102fa Update puma.rb.tt
  • e1af58f fix puma.rb.tt
  • 7bd61c5 Merge pull request #52100 from jdlubrano/fix-activerecord-configs-shadowing
  • f6f9166 Fix running migrations on other databases when database_tasks: false on pri...
  • eedbe69 Merge branch '7-1-sec' into 7-1-stable
  • bb720db Lower case the link header
  • 49c7f65 Require action_view/helpers instead of rails-html-sanitizer
  • Additional commits viewable in compare view

Updates thor from 1.3.1 to 1.3.2

Release notes

Sourced from thor's releases.

1.3.2

What's Changed

New Contributors

Full Changelog: rails/thor@v1.3.1...v1.3.2

Commits
  • 33b9682 Fix release script
  • de55517 Prepare for 1.3.2
  • d342a4f Add release workflow
  • f2e243d Merge pull request #878 from takmar/fix/find-class-and-command-name
  • 3821657 Fix find_class_and_command_by_namespace to correctly identify hyphenated and ...
  • 871d132 Add command_exists? method to Thor and Thor::Group classes
  • 8f897d5 Merge pull request #880 from duffuniverse/fix-typos-in-readme
  • 42fb1db Add a missed comma to readme
  • 34f6dbe Fix a few typos in README
  • See full diff in compare view

Updates rspec-rails from 6.1.3 to 7.0.1

Changelog

Sourced from rspec-rails's changelog.

7.0.1 / 2024-09-03

Full Changelog

Bug Fixes:

  • Remove mutation of Rails constant in favour of public api. (Petrik de Heus, #2789)
  • Cleanup Rails scaffold for unsupported versions. (Matt Jankowski, #2790)
  • Remove deprecated scaffold that was unintentionally included in 7.0.0 (Jon Rowe, #2791)

7.0.0 / 2024-09-02

Full Changelog

Enhancements:

  • Change default driver for system specs on Rails 7.2 to match its default. (Steve Polito, #2746)
  • Verify ActiveJob arguments by comparing to the method signature. (Oli Peate, #2745)
  • Add suggestion to rails_helper.rb to skip when not in test mode. (Glauco Custódio, #2751)
  • Add at_priority qualifier to have_enqueued_job set of matchers. (mbajur, #2759)
  • Add spec directories to rails stats on Rails main / 8.0.0. (Petrik de Heus, #2781)

6.1.5 / 2024-09-02

Full Changelog

Bug Fixes:

  • Restore old order of requiring support files. (Franz Liedke, #2785)
  • Prevent running rake spec:statsetup on Rails main / 8.0.0. (Petrik de Heus, #2781)

6.1.4 / 2024-08-15

Full Changelog

Bug Fixes:

  • Prevent have_http_status matcher raising an error when encountering a raw Rack::MockResponse. (Christophe Bliard, #2771)
  • Move Rails version conditional from index scaffold generated file to template. (Matt Jankowski, #2777)
Commits

Updates selenium-webdriver from 4.22.0 to 4.25.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.25.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript     |     IEDriver

What's Changed

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.25.0 (2024-09-19)

  • Add CDP for Chrome 129 and remove 126
  • Fix add_cause method not being able to process an array of hashes (#14433)
  • replace fedcm links with new ones (#14478)
  • Allow driver path to be set using ENV variables (#14287)

4.24.0 (2024-08-23)

  • Deprecate WebStorage JS methods (#14276)
  • BUGFIX: Add stamp to nightly build (#14320)
  • Add timeout and tests for curb, also added the gem curb that was not part of selenium (#14285)
  • Add CDP for Chrome 128 and remove 125

4.23.0 (2024-07-18)

  • Add FedCM support to the ruby selenium client (#13796)
  • Add URLs constant to update error messages (#14174)
  • Update selenium manager types (#14189)
  • Add backtrace locations and cause to errors (#14170)
  • Add CDP for Chrome 127 and remove 124
Commits
  • 26db22e [build] Prepare for release of Selenium 4.25.0 (#14516)
  • 7602371 [rb] Allow driver path to be set using ENV variables (#14287)
  • b2ef56a replace ...

    Description has been truncated

Bumps the bundler-dependencies group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.16.6` | `1.16.7` |
| [pg](https://github.com/ged/ruby-pg) | `1.5.6` | `1.5.8` |
| [rack](https://github.com/rack/rack) | `2.2.9` | `3.1.7` |
| [rails](https://github.com/rails/rails) | `7.1.3.4` | `7.1.4` |
| [bootsnap](https://github.com/Shopify/bootsnap) | `1.18.3` | `1.18.4` |
| [dotenv-rails](https://github.com/bkeepers/dotenv) | `3.1.2` | `3.1.4` |
| [net-imap](https://github.com/ruby/net-imap) | `0.4.14` | `0.4.16` |
| [benchmark-ips](https://github.com/evanphx/benchmark-ips) | `2.13.0` | `2.14.0` |
| [sorbet](https://github.com/sorbet/sorbet) | `0.5.11485` | `0.5.11589` |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `6.1.3` | `7.0.1` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.22.0` | `4.25.0` |
| [webrick](https://github.com/ruby/webrick) | `1.8.1` | `1.8.2` |
| [yard](https://github.com/lsegal/yard) | `0.9.36` | `0.9.37` |



Updates `nokogiri` from 1.16.6 to 1.16.7
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.6...v1.16.7)

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

Updates `rack` from 2.2.9 to 3.1.7
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v2.2.9...v3.1.7)

Updates `rails` from 7.1.3.4 to 7.1.4
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v7.1.3.4...v7.1.4)

Updates `bootsnap` from 1.18.3 to 1.18.4
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md)
- [Commits](Shopify/bootsnap@v1.18.3...v1.18.4)

Updates `dotenv-rails` from 3.1.2 to 3.1.4
- [Release notes](https://github.com/bkeepers/dotenv/releases)
- [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md)
- [Commits](bkeepers/dotenv@v3.1.2...v3.1.4)

Updates `net-imap` from 0.4.14 to 0.4.16
- [Release notes](https://github.com/ruby/net-imap/releases)
- [Commits](ruby/net-imap@v0.4.14...v0.4.16)

Updates `benchmark-ips` from 2.13.0 to 2.14.0
- [Release notes](https://github.com/evanphx/benchmark-ips/releases)
- [Changelog](https://github.com/evanphx/benchmark-ips/blob/master/History.md)
- [Commits](evanphx/benchmark-ips@v2.13.0...v2.14.0)

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

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

Updates `activejob` from 7.1.3.4 to 7.1.4
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.2.1/activejob/CHANGELOG.md)
- [Commits](rails/rails@v7.1.3.4...v7.1.4)

Updates `activerecord` from 7.1.3.4 to 7.1.4
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.2.1/activerecord/CHANGELOG.md)
- [Commits](rails/rails@v7.1.3.4...v7.1.4)

Updates `railties` from 7.1.3.4 to 7.1.4
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.2.1/railties/CHANGELOG.md)
- [Commits](rails/rails@v7.1.3.4...v7.1.4)

Updates `thor` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/rails/thor/releases)
- [Commits](rails/thor@v1.3.1...v1.3.2)

Updates `rspec-rails` from 6.1.3 to 7.0.1
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v6.1.3...v7.0.1)

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

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

Updates `yard` from 0.9.36 to 0.9.37
- [Release notes](https://github.com/lsegal/yard/releases)
- [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md)
- [Commits](lsegal/yard@v0.9.36...v0.9.37)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-dependencies
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-dependencies
- dependency-name: rack
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: bundler-dependencies
- dependency-name: rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-dependencies
- dependency-name: bootsnap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-dependencies
- dependency-name: dotenv-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-dependencies
- dependency-name: net-imap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-dependencies
- dependency-name: benchmark-ips
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: thor
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-dependencies
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-major
  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-patch
  dependency-group: bundler-dependencies
- dependency-name: yard
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Oct 1, 2024
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
Status: Inbox
Development

Successfully merging this pull request may close these issues.

0 participants