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 rails_default group across 1 directory with 11 updates #52

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 28, 2024

Bumps the rails_default group with 11 updates in the / directory:

Package From To
rails 7.2.1 7.2.1.2
pg 1.5.8 1.5.9
turbo-rails 2.0.10 2.0.11
tailwindcss-rails 2.7.6 3.0.0
stripe 12.6.0 13.0.2
pagy 9.0.9 9.1.0
active_storage_validations 1.2.0 1.3.0
faker 3.4.2 3.5.1
brakeman 6.2.1 6.2.2
rubocop-rspec 3.0.5 3.2.0
slim_lint 0.29.0 0.31.0

Updates rails from 7.2.1 to 7.2.1.2

Release notes

Sourced from rails's releases.

7.2.1.2

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • No changes.

Active Job

  • No changes.

Action Mailer

  • Fix NoMethodError in block_format helper

    Michael Leimstaedtner

Action Cable

  • No changes.

Active Storage

  • No changes.

Action Mailbox

... (truncated)

Commits
  • 7750d64 Preparing for 7.2.1.2 release
  • c8ff417 Improvements to releaser
  • 7ffd7bd Fix NoMethodError in ActionMailer block_format
  • a1f6a13 Preparing for 7.2.1.1 release
  • de33c73 Update CHANGELOGs
  • be898cc Avoid backtracking in ActionMailer block_format
  • ba286c0 Avoid backtracing in plain_text_for_blockquote_node
  • 27121e8 Avoid backtracking in filtered_query_string
  • f4dc83d Avoid backtracking in Token#raw_params
  • f9d96f2 Merge pull request #53053 from gabriel-amaral/gabriel-amaral/fix-devcontainer...
  • Additional commits viewable in compare view

Updates pg from 1.5.8 to 1.5.9

Changelog

Sourced from pg's changelog.

v1.5.9 [2024-10-24] Lars Kanis lars@greiz-reinsdorf.de

  • 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 turbo-rails from 2.0.10 to 2.0.11

Release notes

Sourced from turbo-rails's releases.

v2.0.11

What's Changed

New Contributors

Full Changelog: hotwired/turbo-rails@v2.0.10...v2.0.11

Commits
  • 52727cb Update to turbo 8.0.12
  • 8c681dd Bump turbo version
  • b775fe4 Update readme - incorrect URL for source file (#692)
  • 567520f Migrate Turbo Native helpers to Hotwire Native (#691)
  • 4bbe142 Merge pull request #689 from yahonda/address_splat_warning
  • fad15fa Address warning: *' interpreted as argument prefix`
  • See full diff in compare view

Updates tailwindcss-rails from 2.7.6 to 3.0.0

Release notes

Sourced from tailwindcss-rails's releases.

v3.0.0

Notable changes

  • The upstream tailwindcss executable has been extracted from this gem into a new dependency, tailwindcss-ruby. @​flavorjones

    In advance of the upcoming TailwindCSS v4 release, we are decoupling the tailwindcss executable from the Rails integration. This will allow users to upgrade TailwindCSS at a time of their choosing, and allow early adopters to start using the beta releases.

    See https://github.com/flavorjones/tailwindcss-ruby for more information.

v3.0.0.rc1

Notable changes

  • The upstream tailwindcss executable has been extracted from this gem into a new dependency, tailwindcss-ruby. @​flavorjones

    In advance of the upcoming TailwindCSS v4 release, we are decoupling the tailwindcss executable from the Rails integration. This will allow users to upgrade TailwindCSS at a time of their choosing, and allow early adopters to start using the beta releases.

v2.7.9 / 2024-10-10

  • Fix the scaffold form template to render text forms and check boxes properly in all versions of Rails. (#418) @​Earlopain

v2.7.8 / 2024-10-08

v2.7.7 / 2024-10-02

Changelog

Sourced from tailwindcss-rails's changelog.

v3.0.0

Notable changes

  • The upstream tailwindcss executable has been extracted from this gem into a new dependency, tailwindcss-ruby. @​flavorjones

    In advance of the upcoming TailwindCSS v4 release, we are decoupling the tailwindcss executable from the Rails integration. This will allow users to upgrade TailwindCSS at a time of their choosing, and allow early adopters to start using the beta releases.

v2.7.9 / 2024-10-10

  • Fix the scaffold form template to render text forms and check boxes properly in all versions of Rails. (#418) @​Earlopain

v2.7.8 / 2024-10-08

v2.7.7 / 2024-10-02

Commits
  • 61cadc1 version bump to v3.0.0
  • cb31a22 doc: update CHANGELOG for 2.7.9
  • 061a354 Merge pull request #418 from Earlopain/checkbox-proper
  • 68d819a Handle both rails 7.2 and rails 8.0 field types
  • 24d272b doc: update CHANGELOG for 2.7.8
  • 60ef564 Merge pull request #416 from enderahmetyurt/fix/check-box
  • dde766d Fix naming regarding Rails form naming
  • db80e88 Update changelog
  • 0427a3b Update changelog
  • 11d7764 version bump to v3.0.0.rc1
  • Additional commits viewable in compare view

Updates stripe from 12.6.0 to 13.0.2

Release notes

Sourced from stripe's releases.

v13.0.2

  • #1473 Always return the result of APIResource#refresh in APIResource.retrieve

    • Fix bug where we would not return the mutated self object when calling APIResource.retrieve

See the changelog for more details.

v13.0.1

  • #1471 update object tags for meter-related classes

    • fixes a bug where the object property of the MeterEvent, MeterEventAdjustment, and MeterEventSession didn't match the server.
  • #1470 Cleaned up examples and added documentation

See the changelog for more details.

v13.0.0

  • #1458 Support for APIs in the new API version 2024-09-30.acacia

    This release changes the pinned API version to 2024-09-30.acacia. Please read the API Upgrade Guide and carefully review the API changes before upgrading.

    ⚠️ Breaking changes

    Please refer to our migration guide for v13 for more information about the backwards incompatible changes.

    StripeClient and related changes

    • Move StripeClient and requestor logic to APIRequestor.
      • StripeClient#request is still available, but is deprecated and will be removed. We encourage StripeClient#raw_request as a replacement (see other breaking changes for more detail).
    • Repurpose and introduce StripeClient as the the entry-point to the service-based pattern, a new interface for calling the Stripe API with many benefits over the existing resource-based paradigm. Services are available under the v1 and v2 accessors.
      • No global config: you can simultaneously use multiple clients with different configuration options (such as API keys)
      • No extra API calls. All API endpoints can be accessed with a single method call. You don't have to call retrieve before doing an update.
      • No static methods. Much easier mocking.

    Other breaking changes

    • Adjust default values around retries for HTTP requests. You can use the old defaults by setting them explicitly. New values are:
      • max retries: 0 -> 2
      • max retry delay (seconds) 2 -> 5
    • Remove StripeClient#connection_manager. This was a legacy method from years ago.
    • Singleton retrieve method now requires params to be passed as the first argument. Existing calls to singleton retrieve method with only opts argument will have to be updated to account for the addition of params argument.
      params = { expand: ["available"] }
      opts = { stripe_account: "acct_123" }
       No longer works
      Stripe::Balance.retrieve(opts)
       Correct way to call retrieve method
      Stripe::Balance.retrieve(params, opts)

    • Moved the Stripe.raw_request() method that was recently added to StripeClient. This will use the configuration set on the StripeClient instead of the global configuration used before.

... (truncated)

Changelog

Sourced from stripe's changelog.

13.0.2 - 2024-10-23

  • #1473 Always return the result of APIResource#refresh in APIResource.retrieve

    • Fix bug where we would not return the mutated self object when calling APIResource.retrieve

13.0.1 - 2024-10-18

  • #1471 update object tags for meter-related classes

    • fixes a bug where the object property of the MeterEvent, MeterEventAdjustment, and MeterEventSession didn't match the server.
  • #1470 Cleaned up examples and added documentation

13.0.0 - 2024-10-01

  • #1458 Support for APIs in the new API version 2024-09-30.acacia

    This release changes the pinned API version to 2024-09-30.acacia. Please read the API Upgrade Guide and carefully review the API changes before upgrading.

    ⚠️ Breaking changes

    Please refer to our migration guide for v13 for more information about the backwards incompatible changes.

    StripeClient and related changes

    • Move StripeClient and requestor logic to APIRequestor.
      • StripeClient#request is still available, but is deprecated and will be removed. We encourage StripeClient#raw_request as a replacement (see other breaking changes for more detail).
    • Repurpose and introduce StripeClient as the the entry-point to the service-based pattern, a new interface for calling the Stripe API with many benefits over the existing resource-based paradigm. Services are available under the v1 and v2 accessors.
      • No global config: you can simultaneously use multiple clients with different configuration options (such as API keys)
      • No extra API calls. All API endpoints can be accessed with a single method call. You don't have to call retrieve before doing an update.
      • No static methods. Much easier mocking.

    Other breaking changes

    • Adjust default values around retries for HTTP requests. You can use the old defaults by setting them explicitly. New values are:
      • max retries: 0 -> 2
      • max retry delay (seconds) 2 -> 5
    • Remove StripeClient#connection_manager. This was a legacy method from years ago.
    • Singleton retrieve method now requires params to be passed as the first argument. Existing calls to singleton retrieve method with only opts argument will have to be updated to account for the addition of params argument.
      params = { expand: ["available"] }
      opts = { stripe_account: "acct_123" }
       No longer works
      Stripe::Balance.retrieve(opts)
       Correct way to call retrieve method
      Stripe::Balance.retrieve(params, opts)

    • Moved the Stripe.raw_request() method that was recently added to StripeClient. This will use the configuration set on the StripeClient instead of the global configuration used before.
    • Remove APIResource.request. Instead, use StripeClient#raw_request now.
      # Instead of
      Stripe::APIResource.request(:get, "/v1/endpoint", params, opts)

... (truncated)

Commits
  • 4c3593e Bump version to 13.0.2
  • 042918c Always return the result of APIResource#refresh in APIResource.retrieve (#1473)
  • a2e2881 Bump version to 13.0.1
  • 95f4c9d update object tags for meter-related classes (#1471)
  • 79ebfa5 Cleaned up examples and added documentation (#1470)
  • 540c7f7 Bump version to 13.0.0
  • 2a9407b remove parseSnapshotEvent (#1463)
  • 39d8736 Support for APIs in the new API version 2024-09-30.acacia (#1458)
  • 07ee576 Stop using to be deprecated version of actions dependencies (#1445)
  • See full diff in compare view

Updates pagy from 9.0.9 to 9.1.0

Release notes

Sourced from pagy's releases.

Version 9.1.0

✴ What's new in 9.0+ ✴

  • Wicked-fast Keyset Pagination for big data! It works with ActiveRecord::Relation and Sequel::Dataset sets.
  • More Playground Apps to showcase, clone and develop pagy APPs without any setup on your side
  • Lots of refactorings and optimizations
  • See the Changelog for possible breaking changes

Changes in 9.1.0

  • Add Dzongkha (dz locale) (#741)

CHANGELOG

Changelog

Sourced from pagy's changelog.

Version 9.1.0

  • Add Dzongkha (dz locale) (#741)
Commits

Updates active_storage_validations from 1.2.0 to 1.3.0

Release notes

Sourced from active_storage_validations's releases.

1.3.0

igorkasyanchuk/active_storage_validations#256 igorkasyanchuk/active_storage_validations#268 igorkasyanchuk/active_storage_validations#267 igorkasyanchuk/active_storage_validations#263

Changelog

Sourced from active_storage_validations's changelog.

Commits
  • 0a5396c release 1.3.0 (#274)
  • b07a36e Merge pull request #272 from igorkasyanchuk/270-validateur-refacto-the-aspect...
  • 6894f01 [Validator] Refacto some logic (#270)
  • 856254f [Matcher] Fix processable_image matcher (#271)
  • 54f4487 Merge pull request #263 from Scorpahr/260-add-limit-validator-matcher
  • 66f101d [Matcher] Make a few adjustments related to limit validator matcher
  • 4c1a7e3 [Matcher] Add limit validator matcher (#260)
  • dff85e4 Merge pull request #267 from tagliala/chore/remove-dead-code
  • 1d7a9ac Remove dead code for Rails 5.x, 6.x, and < 6.1.4
  • bd696b2 Merge pull request #268 from tagliala/chore/remove-new-references-to-image-jp...
  • Additional commits viewable in compare view

Updates faker from 3.4.2 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 brakeman from 6.2.1 to 6.2.2

Release notes

Sourced from brakeman's releases.

6.2.2

  • New end-of-support dates for Rails
  • Revamp command injection detection in pipeline* calls (#1862)
  • Exclude more native gems from vendored gems in brakeman gem (#1869)
Changelog

Sourced from brakeman's changelog.

6.2.2 - 2024-10-15

  • Ignore more native gems when building gem
  • Revamp command injection in pipeline* calls
  • New end-of-support dates for Rails
Commits
  • 0aeceda Bump to 6.2.2
  • 43612a6 Merge pull request #1872 from presidentbeef/more_native_gems_to_ignore
  • 2ece3b4 Update CHANGES
  • 72df013 Ignore more native gems when building gem
  • e4f49f6 Merge pull request #1868 from presidentbeef/revamp_pipeline_check
  • 9e8cd79 Revamp command injection in pipeline* calls
  • f99539b Merge pull request #1865 from presidentbeef/update_eol_dates_for_rails
  • 1713d5f Remove Gitter link from README
  • c25fcae Merge pull request #1864 from presidentbeef/fix_docker_once_more
  • 8da2a28 New end-of-support dates for Rails
  • Additional commits viewable in compare view

Updates rubocop-rspec from 3.0.5 to 3.2.0

Release notes

Sourced from rubocop-rspec's releases.

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)
Changelog

Sourced from rubocop-rspec's changelog.

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])
Commits
  • 50ac5ab Merge pull request #1987 from rubocop/release
  • 39b0d3f Release v3.2.0
  • 6584b4a Merge pull request #1985 from rubocop/revert-unwanted-change
  • 530af44 Merge pull request #1975 from corsonknowles/require_void_expect_acts_inside_a...
  • 6cbe423 Update CHANGELOG.md
  • eb61748 Revert an change that would conceal unintentional RSpec syntax
  • 427d19d Merge branch 'master' into require_void_expect_acts_inside_an_example_block
  • 954a45f Merge pull request #1984 from rubocop/fixcbz
  • 130c564 Fix an error for RSpec/ChangeByZero when change (...) .by (0) and `change...
  • ff444c2 Merge pull request #1982 from rubocop/improve-cwc
  • Additional commits viewable in compare view

Updates slim_lint from 0.29.0 to 0.31.0

Release notes

Sourced from slim_lint's releases.

0.30.0

  • Speed up load time by preferring require_relative in internal gem file loading
Changelog

Sourced from slim_lint's changelog.

0.31.0

  • Add GitHub reporter

0.30.0

  • Speed up load time by preferring require_relative in internal gem file loading
Commits

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 rails_default group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rails](https://github.com/rails/rails) | `7.2.1` | `7.2.1.2` |
| [pg](https://github.com/ged/ruby-pg) | `1.5.8` | `1.5.9` |
| [turbo-rails](https://github.com/hotwired/turbo-rails) | `2.0.10` | `2.0.11` |
| [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) | `2.7.6` | `3.0.0` |
| [stripe](https://github.com/stripe/stripe-ruby) | `12.6.0` | `13.0.2` |
| [pagy](https://github.com/ddnexus/pagy) | `9.0.9` | `9.1.0` |
| [active_storage_validations](https://github.com/igorkasyanchuk/active_storage_validations) | `1.2.0` | `1.3.0` |
| [faker](https://github.com/faker-ruby/faker) | `3.4.2` | `3.5.1` |
| [brakeman](https://github.com/presidentbeef/brakeman) | `6.2.1` | `6.2.2` |
| [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.0.5` | `3.2.0` |
| [slim_lint](https://github.com/sds/slim-lint) | `0.29.0` | `0.31.0` |



Updates `rails` from 7.2.1 to 7.2.1.2
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v7.2.1...v7.2.1.2)

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 `turbo-rails` from 2.0.10 to 2.0.11
- [Release notes](https://github.com/hotwired/turbo-rails/releases)
- [Commits](hotwired/turbo-rails@v2.0.10...v2.0.11)

Updates `tailwindcss-rails` from 2.7.6 to 3.0.0
- [Release notes](https://github.com/rails/tailwindcss-rails/releases)
- [Changelog](https://github.com/rails/tailwindcss-rails/blob/main/CHANGELOG.md)
- [Commits](rails/tailwindcss-rails@v2.7.6...v3.0.0)

Updates `stripe` from 12.6.0 to 13.0.2
- [Release notes](https://github.com/stripe/stripe-ruby/releases)
- [Changelog](https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-ruby@v12.6.0...v13.0.2)

Updates `pagy` from 9.0.9 to 9.1.0
- [Release notes](https://github.com/ddnexus/pagy/releases)
- [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md)
- [Commits](ddnexus/pagy@9.0.9...9.1.0)

Updates `active_storage_validations` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/igorkasyanchuk/active_storage_validations/releases)
- [Changelog](https://github.com/igorkasyanchuk/active_storage_validations/blob/master/CHANGES.md)
- [Commits](igorkasyanchuk/active_storage_validations@1.2.0...1.3.0)

Updates `faker` from 3.4.2 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.4.2...v3.5.1)

Updates `brakeman` from 6.2.1 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@v6.2.1...v6.2.2)

Updates `rubocop-rspec` from 3.0.5 to 3.2.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@v3.0.5...v3.2.0)

Updates `slim_lint` from 0.29.0 to 0.31.0
- [Release notes](https://github.com/sds/slim-lint/releases)
- [Changelog](https://github.com/sds/slim-lint/blob/main/CHANGELOG.md)
- [Commits](sds/slim-lint@v0.29.0...v0.31.0)

---
updated-dependencies:
- dependency-name: rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: turbo-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: tailwindcss-rails
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rails_default
- dependency-name: stripe
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rails_default
- dependency-name: pagy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: active_storage_validations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: brakeman
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: rubocop-rspec
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: slim_lint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_default
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 28, 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