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 development-dependencies group across 1 directory with 16 updates #139

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 Dec 12, 2024

Bumps the development-dependencies group with 15 updates in the / directory:

Package From To
faker 3.1.0 3.5.1
net-smtp 0.3.3 0.5.0
pry 0.14.2 0.15.0
rspec-rails 6.0.1 7.1.0
rubocop-rspec 2.18.1 3.3.0
rubocop-rails 2.17.4 2.27.0
debug 1.7.1 1.9.2
brakeman 5.4.0 6.2.2
web-console 4.2.0 4.2.1
listen 3.8.0 3.9.0
rack-mini-profiler 3.0.0 3.3.1
spring 4.1.1 4.2.1
capybara 3.38.0 3.40.0
selenium-webdriver 4.8.1 4.10.0
webdrivers 5.2.0 5.3.1

Updates faker from 3.1.0 to 3.5.1

Release notes

Sourced from faker's releases.

v3.5.1

Happy October! 🎃

This version drops support for Ruby < 3.0. We only support one EOL Ruby version at a time. Please upgrade to Ruby 3.0 to update to this and future versions of faker-ruby.

Besides that, this version removes deprecated generators, fixes some bugs, and adds a Security Policy.

Thanks to all contributors!

Breaking Changes

The following deprecated generators are being removed. Please use the new generators:

Deprecated New
Faker::TvShows::TheFreshPrinceOfBelAir.celebrity Faker::TvShows::TheFreshPrinceOfBelAir.actor
Faker::TvShows::Buffy.celebrity Faker::TvShows::Buffy.actor
Faker::TvShows::DrWho.villian Faker::TvShows::DrWho.villain
Faker::Games::HeroesOfTheStorm.class Faker::Games::HeroesOfTheStorm.class_name
Faker::JapaneseMedia::FmaBrotherhood Faker::JapaneseMedia::FullmetalAlchemistBrotherhood
Faker::Show Faker::Theater
Faker::Australia Faker::Locations::Australia
Faker::IDNumber Faker::IdNumber

Improvements & Bug fixes

Update local dependencies

New Contributors

... (truncated)

Changelog

Sourced from faker's changelog.

v3.5.1 (2024-10-18)

Happy October! 🎃

This version drops support for Ruby < 3.0. We only support one EOL Ruby version at a time. Please upgrade to Ruby 3.0 to update to this and future versions of faker-ruby.

Besides that, this version removes deprecated generators, fixes some bugs, and adds a Security Policy.

Thanks to all contributors!

Breaking Changes

The following deprecated generators are being removed. Please use the new generators:

Deprecated New
Faker::TvShows::TheFreshPrinceOfBelAir.celebrity Faker::TvShows::TheFreshPrinceOfBelAir.actor
Faker::TvShows::Buffy.celebrity Faker::TvShows::Buffy.actor
Faker::TvShows::DrWho.villian Faker::TvShows::DrWho.villain
Faker::Games::HeroesOfTheStorm.class Faker::Games::HeroesOfTheStorm.class_name
Faker::JapaneseMedia::FmaBrotherhood Faker::JapaneseMedia::FullmetalAlchemistBrotherhood
Faker::Show Faker::Theater
Faker::Australia Faker::Locations::Australia
Faker::IDNumber Faker::IdNumber

Improvements & Bug fixes

Update local dependencies

New Contributors

... (truncated)

Commits
  • 46130d9 Merge pull request #3017 from faker-ruby/bump-to-v-3.5.1
  • 656f96f Bump faker to 3.5.1
  • 0aa5963 Remove unused rake task
  • a9a7652 Merge pull request #3016 from faker-ruby/sb-add-security-policy
  • f39b41d Update SECURITY.md
  • ca7c336 Update SECURITY.md
  • 6a8ad8d Create SECURITY.md
  • 6795451 Merge pull request #3015 from JeremasPosta/fix/remove_example_with_leading_wh...
  • efb26b4 Merge branch 'main' into fix/remove_example_with_leading_whitespace
  • 65fca9f feat(music.band): reorder alphabetically
  • Additional commits viewable in compare view

Updates net-smtp from 0.3.3 to 0.5.0

Release notes

Sourced from net-smtp's releases.

v0.5.0

What's Changed

New Contributors

Full Changelog: ruby/net-smtp@v0.4.0.1...v0.5.0

v0.4.0.1

Full Changelog: ruby/net-smtp@v0.4.0...v0.4.0.1

v0.4.0

What's Changed

New Contributors

Full Changelog: ruby/net-smtp@v0.3.3...v0.4.0

v0.3.4

... (truncated)

Changelog

Sourced from net-smtp's changelog.

Version 0.5.0 (2024-03-27)

Improvements

Others

Version 0.4.0 (2023-09-20)

Improvements

  • add Net::SMTP::Authenticator class and auth_* methods are separated from the Net::SMTP class. ruby/net-smtp#53 This allows you to add a new authentication method to Net::SMTP. Create a class with an auth method that inherits Net::SMTP::Authenticator. The auth method has two arguments, user and secret. Send an instruction to the SMTP server by using the continue or finish method. For more information, see lib/net/smtp/auto _*.rb.
  • Add SMTPUTF8 support ruby/net-smtp#49

Fixes

Others

Commits
  • 5b60464 Merge pull request #82 from ruby/v0-5-0
  • e28c7d9 0.5.0
  • 193f427 Merge pull request #81 from casperisfine/enable-frozen-string-literal
  • 8777965 Make the test suite compatible with --enable-frozen-string-literal
  • 362bb58 Merge pull request #80 from mantas/xoauth2_authenticator
  • f33997e Add XOAUTH2 authenticator
  • e179f5b Merge pull request #79 from m-nakamura145/update-ci-matrix
  • d694335 Use reusing workflow for Ruby versions
  • 5eb6ec2 Merge pull request #78 from kateinoigakukun/katei/remove-non-ascii
  • 809a87d Merge pull request #76 from kateinoigakukun/katei/fix-version-extraction
  • Additional commits viewable in compare view

Updates pry from 0.14.2 to 0.15.0

Release notes

Sourced from pry's releases.

v0.15.0

From the CHANGELOG.md

v0.15.0

Features

  • Added support for Reline (#2298)
  • Added support for Ruby 3.3 (#2295)
  • Added Pry::Input::SimpleStdio for dumb terminals when Reline is in use (#2304)
  • Remove OpenStruct usage (#2307) (#2309)
  • Disable coloring of output when NO_COLOR is set. (#2323)
  • Add pry --no-multiline flag to keep single line prompt. (#2327)

Bug Fixes

  • Fix typos on docs and and comments (#2300) (#2301)
  • Fix 'calling clear method' on user code when defined in pry context. (#2291)
  • Fix arguments WatchExpression#add_expression (#2278)

Breaking changes

  • Remove support for deprecated Pry.config.prompt = [proc {}, proc {}] Use Pry::Prompt API instead (#2308)
  • Remove deprecated Pry.config.exception_whitelist. Use Pry.config.unrescued_exceptions instead. (#2326)
Changelog

Sourced from pry's changelog.

[v0.15.0][v0.15.0] (November 15, 2024)

Features

  • Added support for Reline (#2298)
  • Added support for Ruby 3.3 (#2295)
  • Added Pry::Input::SimpleStdio for dumb terminals when Reline is in use (#2304)
  • Remove OpenStruct usage (#2307) (#2309)
  • Disable coloring of output when NO_COLOR is set. (#2323)(pry/pry#2323))
  • Add pry --no-multiline flag to keep single line prompt. (#2327)

Bug Fixes

  • Fix typos on docs and and comments (#2300) (#2301)
  • Fix 'calling clear method' on user code when defined in pry context. (#2291)
  • Fix arguments WatchExpression#add_expression (#2278)

Breaking changes

  • Remove support for deprecated Pry.config.prompt = [proc {}, proc {}] Use Pry::Prompt API instead (#2308)
  • Remove deprecated Pry.config.exception_whitelist. Use Pry.config.unrescued_exceptions instead. (#2326)
Commits
  • 52d1489 Merge pull request #2330 from andrehjr/prep-for-v0.15.0
  • cd0eeec Prep for v0.15.0
  • 9ba4b32 Update CHANGELOG.md
  • a07eced Merge pull request #2327 from andrehjr/allow-pry-no-multiline-config
  • 0b01b5c Add --no-multiline options to disable multiline with Reline
  • c0639ae Merge pull request #2329 from andrehjr/fallback-to-method-source-for-older-prism
  • fe8e985 Fallback to Pry::Code.complete_expression? when prism is not available
  • 2615de7 Merge pull request #2326 from andrehjr/remove-deprecated-exception-whitelist
  • a92f8fa Update changelog
  • 4214909 Remove deprecated 'exception_whitelist' config.
  • Additional commits viewable in compare view

Updates rspec-rails from 6.0.1 to 7.1.0

Changelog

Sourced from rspec-rails's changelog.

7.1.0 / 2024-11-09

Full Changelog

Enhancements:

  • Improve implicit description for ActionCable matchers have_broadcasted_to / have_broadcast. (Simon Fish, #2795)
  • Comment out infer_spec_type_from_file_location! in newly generated rails_helper.rb files. (Jon Rowe, #2804)
  • Allow turning off active job / mailer argument validation. (Oli Peate, #2808)

7.0.2 / 2024-11-09

Full Changelog

Bug Fixes:

  • Fix issue with have_enqueued_mail when jobs were incorrectly matched due to refactoring in #2780. (David Runger, #2793)

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)

... (truncated)

Commits

Updates rubocop-rspec from 2.18.1 to 3.3.0

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v3.3.0

  • Deprecate top_level_group? method from TopLevelGroup mixin as all of its callers were intentionally removed from Rubocop/RSpec. (@​corsonknowles)
  • Fix false positive for RSpec/EmptyMetadata for splat kwargs. (@​pirj)

RuboCop RSpec v3.2.0

  • Fix RSpec/VoidExpect to only operate inside an example block. (@​corsonknowles)
  • Change RSpec/ContextWording cop to always report an offense when both Prefixes and AllowedPatterns are empty. (@​ydah)
  • Add support for and and or compound matchers to RSpec/ChangeByZero cop. (@​ydah)

RuboCop RSpec v3.1.0

  • Add RSpec/StringAsInstanceDoubleConstant to check for and correct strings used as instance_doubles. (@​corsonknowles)
  • Fix false-positive for RSpec/UnspecifiedException when a method is literally named raise_exception. (@​aarestad)
  • Fix false-positive for RSpec/UnspecifiedException when not_to raise_error is used within a block. (@​aarestad, @​G-Rath)

RuboCop RSpec v3.0.5

  • Fix false-negative and error for RSpec/MetadataStyle when non-literal args are used in metadata in EnforceStyle: hash. (@​cbliard)
  • Improve offense message for RSpec/IndexedLet. (@​earlopain)

RuboCop RSpec v3.0.4

  • Fix false-negative for UnspecifiedException when matcher is chained. (@​r7kamura)

RuboCop RSpec v3.0.3

  • Add support for Unicode RIGHT SINGLE QUOTATION MARK in RSpec/ExampleWording. (@​jdufresne)
  • Suppress deprecation warning for RSpec/MultipleExpectations, RSpec/MultipleMemoizedHelpers, and RSpec/NestedGroups cops. (@​koic)

RuboCop RSpec v3.0.2

  • Fix wrong autocorrect for RSpec/ScatteredSetup when hook contains heredoc. (@​earlopain)
  • Fix false negative for RSpec/PredicateMatcher when expectation contains custom failure message. (@​earlopain)
  • Facilitate the 3.0 upgrade flow with proper extracted cop messages. (@​jeppester)

... (truncated)

Changelog

Sourced from rubocop-rspec's changelog.

3.3.0 (2024-12-12)

  • Deprecate top_level_group? method from TopLevelGroup mixin as all of its callers were intentionally removed from Rubocop/RSpec. ([@​corsonknowles])
  • Fix false positive for RSpec/EmptyMetadata for splat kwargs. ([@​pirj])

3.2.0 (2024-10-26)

  • Fix RSpec/VoidExpect to only operate inside an example block. ([@​corsonknowles])
  • Change RSpec/ContextWording cop to always report an offense when both Prefixes and AllowedPatterns are empty. ([@​ydah])
  • Add support for and and or compound matchers to RSpec/ChangeByZero cop. ([@​ydah])

3.1.0 (2024-10-01)

  • Add RSpec/StringAsInstanceDoubleConstant to check for and correct strings used as instance_doubles. ([@​corsonknowles])
  • Fix false-positive for RSpec/UnspecifiedException when a method is literally named raise_exception. ([@​aarestad])
  • Fix false-positive for RSpec/UnspecifiedException when not_to raise_error is used within a block. ([@​aarestad], [@​G-Rath])

3.0.5 (2024-09-07)

  • Fix false-negative and error for RSpec/MetadataStyle when non-literal args are used in metadata in EnforceStyle: hash. ([@​cbliard])
  • Improve offense message for RSpec/IndexedLet. ([@​earlopain])

3.0.4 (2024-08-05)

  • Fix false-negative for UnspecifiedException when matcher is chained. ([@​r7kamura])

3.0.3 (2024-07-12)

  • Add support for Unicode RIGHT SINGLE QUOTATION MARK in RSpec/ExampleWording. ([@​jdufresne])
  • Suppress deprecation warning for RSpec/MultipleExpectations, RSpec/MultipleMemoizedHelpers, and RSpec/NestedGroups cops. ([@​koic])

3.0.2 (2024-07-02)

  • Fix wrong autocorrect for RSpec/ScatteredSetup when hook contains heredoc. ([@​earlopain])
  • Fix false negative for RSpec/PredicateMatcher when expectation contains custom failure message. ([@​earlopain])
  • Facilitate the 3.0 upgrade flow with proper extracted cop messages. ([@​jeppester])

3.0.1 (2024-06-11)

  • Bump RuboCop requirement to +1.61. ([@​ydah])

3.0.0 (2024-06-11)

  • Remove extracted cops in Capybara, FactoryBot and Rails departments. ([@​ydah])
  • Remove RuboCop::RSpec::Language::NodePattern. ([@​ydah])
  • Remove RSpec/FilePath cop. ([@​ydah])
  • Remove RSpec/Capybara/FeatureMethods cop. If you are using this cop, change it to use RSpec/Dialect. ([@​ydah])
  • Add new RSpec/MissingExpectationTargetMethod cop. ([@​krororo])
  • Fix an error for RSpec/ScatteredSetup when one of the hooks is an empty block. ([@​earlopain])

... (truncated)

Commits
  • 4272587 Merge pull request #2007 from rubocop/release
  • f659b41 Merge pull request #2006 from Earlopain/rspec-monorepo
  • 47365dc Release v3.3.0
  • 737f2d0 CI: Add actions:write to gem-publish workflow
  • 3c4c64e Update RSpec 4 CI to the monorepo
  • b8a0eb1 Merge pull request #2005 from rubocop/fix-empty-metadata-for-kwargs-splat
  • 4832625 Fix EmptyMetadata for splat kwargs
  • 274c7d9 Merge pull request #1998 from rubocop/use-node-extensions-instead-of-splat
  • a115a93 Use Node extensions instead of *splat
  • 5e7b947 Merge pull request #2003 from rubocop/fix-markdown
  • Additional commits viewable in compare view

Updates rubocop-rails from 2.17.4 to 2.27.0

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails 2.27.0

Bug fixes

  • #1377: Fix an error for Rails/EnumSyntax when positional arguments are used and options are not passed as keyword arguments. (@​koic)
  • #1367: Fix Rails/TimeZone should not report offense on String#to_time with timezone specifier. (@​armandmgt)

Changes

RuboCop Rails 2.26.2

Bug fixes

  • #1362: Fix false positives for Rails/EnumSyntax when using Ruby 2.7. (@​koic)
  • #1269: Fix false positives for Rails/ActionControllerFlashBeforeRender in combination with implicit returns. (@​earlopain)
  • #1326: Fix wrong autocorrect for Rails/FilePath when passing an array to File.join. (@​earlopain)

Changes

RuboCop Rails 2.26.1

Bug fixes

  • #1343: Fix false negatives for Rails/EnumSyntax for non-literal mappings. (@​earlopain)
  • #1340: Fix a false positive for Rails/WhereEquals, Rails/WhereNot, and Rails/WhereRange when qualifying the database name. (@​earlopain)

Changes

RuboCop Rails 2.26.0

New features

... (truncated)

Changelog

Sourced from rubocop-rails's changelog.

2.27.0 (2024-10-26)

Bug fixes

  • #1377: Fix an error for Rails/EnumSyntax when positional arguments are used and options are not passed as keyword arguments. ([@​koic][])
  • #1367: Fix Rails/TimeZone should not report offense on String#to_time with timezone specifier. ([@​armandmgt][])

Changes

2.26.2 (2024-09-21)

Bug fixes

  • #1362: Fix false positives for Rails/EnumSyntax when using Ruby 2.7. ([@​koic][])
  • #1269: Fix false positives for Rails/ActionControllerFlashBeforeRender in combination with implicit returns. ([@​earlopain][])
  • #1326: Fix wrong autocorrect for Rails/FilePath when passing an array to File.join. ([@​earlopain][])

Changes

2.26.1 (2024-09-07)

Bug fixes

  • #1343: Fix false negatives for Rails/EnumSyntax for non-literal mappings. ([@​earlopain][])
  • #1340: Fix a false positive for Rails/WhereEquals, Rails/WhereNot, and Rails/WhereRange when qualifying the database name. ([@​earlopain][])

Changes

2.26.0 (2024-08-24)

New features

Bug fixes

  • #1335: Fix an error for Rails/BulkChangeTable when the block for change_table is empty. ([@​earlopain][])
  • #1325: Fix an error for Rails/RenderPlainText when the content type is passed as a constant. ([@​earlopain][])
  • #1337: Fix an error for Rails/Validation when passing no arguments. ([@​earlopain][])

... (truncated)

Commits
  • 9165c10 Cut 2.27.0
  • f052a89 Update Changelog
  • f66b8f7 Merge pull request #1378 from koic/fix_an_error_for_rails_enum_syntax
  • 94a8370 [Fix #1377] Fix an error for Rails/EnumSyntax
  • ec31d1b Merge pull request #1367 from armandmgt/feature/allow-to_time-with-specifier
  • a413fe6 Suppress new RuboCop offenses
  • 5bc926f Fix Rails/TimeZone should not report offense on String#to_time with timez...
  • 209cc09 Use RuboCop Performance 1.22
  • 2e619f3 [Docs] Add TargetRailsVersion to config documentation
  • 083e24c Merge pull request #1374 from fatkodima/env_local-handle-negations
  • Additional commits viewable in compare view

Updates debug from 1.7.1 to 1.9.2

Release notes

Sourced from debug's releases.

v1.9.2

What's Changed

…dates

Bumps the development-dependencies group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [faker](https://github.com/faker-ruby/faker) | `3.1.0` | `3.5.1` |
| [net-smtp](https://github.com/ruby/net-smtp) | `0.3.3` | `0.5.0` |
| [pry](https://github.com/pry/pry) | `0.14.2` | `0.15.0` |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `6.0.1` | `7.1.0` |
| [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `2.18.1` | `3.3.0` |
| [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.17.4` | `2.27.0` |
| [debug](https://github.com/ruby/debug) | `1.7.1` | `1.9.2` |
| [brakeman](https://github.com/presidentbeef/brakeman) | `5.4.0` | `6.2.2` |
| [web-console](https://github.com/rails/web-console) | `4.2.0` | `4.2.1` |
| [listen](https://github.com/guard/listen) | `3.8.0` | `3.9.0` |
| [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler) | `3.0.0` | `3.3.1` |
| [spring](https://github.com/rails/spring) | `4.1.1` | `4.2.1` |
| [capybara](https://github.com/teamcapybara/capybara) | `3.38.0` | `3.40.0` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.8.1` | `4.10.0` |
| [webdrivers](https://github.com/titusfortner/webdrivers) | `5.2.0` | `5.3.1` |



Updates `faker` from 3.1.0 to 3.5.1
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md)
- [Commits](faker-ruby/faker@v3.1.0...v3.5.1)

Updates `net-smtp` from 0.3.3 to 0.5.0
- [Release notes](https://github.com/ruby/net-smtp/releases)
- [Changelog](https://github.com/ruby/net-smtp/blob/master/NEWS.md)
- [Commits](ruby/net-smtp@v0.3.3...v0.5.0)

Updates `pry` from 0.14.2 to 0.15.0
- [Release notes](https://github.com/pry/pry/releases)
- [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md)
- [Commits](pry/pry@v0.14.2...v0.15.0)

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

Updates `rubocop-rspec` from 2.18.1 to 3.3.0
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v2.18.1...v3.3.0)

Updates `rubocop-rails` from 2.17.4 to 2.27.0
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.17.4...v2.27.0)

Updates `debug` from 1.7.1 to 1.9.2
- [Release notes](https://github.com/ruby/debug/releases)
- [Commits](ruby/debug@v1.7.1...v1.9.2)

Updates `brakeman` from 5.4.0 to 6.2.2
- [Release notes](https://github.com/presidentbeef/brakeman/releases)
- [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md)
- [Commits](presidentbeef/brakeman@v5.4.0...v6.2.2)

Updates `web-console` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/rails/web-console/releases)
- [Changelog](https://github.com/rails/web-console/blob/main/CHANGELOG.markdown)
- [Commits](rails/web-console@v4.2.0...v4.2.1)

Updates `listen` from 3.8.0 to 3.9.0
- [Release notes](https://github.com/guard/listen/releases)
- [Commits](guard/listen@v3.8.0...v3.9.0)

Updates `rack-mini-profiler` from 3.0.0 to 3.3.1
- [Release notes](https://github.com/MiniProfiler/rack-mini-profiler/releases)
- [Changelog](https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md)
- [Commits](MiniProfiler/rack-mini-profiler@v3.0.0...v3.3.1)

Updates `rubocop` from 1.43.0 to 1.69.2
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.43.0...v1.69.2)

Updates `spring` from 4.1.1 to 4.2.1
- [Release notes](https://github.com/rails/spring/releases)
- [Changelog](https://github.com/rails/spring/blob/main/CHANGELOG.md)
- [Commits](rails/spring@v4.1.1...v4.2.1)

Updates `capybara` from 3.38.0 to 3.40.0
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](teamcapybara/capybara@3.38.0...3.40.0)

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

Updates `webdrivers` from 5.2.0 to 5.3.1
- [Release notes](https://github.com/titusfortner/webdrivers/releases)
- [Changelog](https://github.com/titusfortner/webdrivers/blob/main/CHANGELOG.md)
- [Commits](titusfortner/webdrivers@v5.2.0...v5.3.1)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: net-smtp
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: pry
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: rubocop-rspec
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: rubocop-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: debug
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: brakeman
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: web-console
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: listen
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: rack-mini-profiler
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: spring
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: capybara
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: webdrivers
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-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 Dec 12, 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
None yet
Development

Successfully merging this pull request may close these issues.

0 participants