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 7 updates #27

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

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

Package From To
rails 7.1.3.4 7.2.0
sprockets-rails 3.5.1 3.5.2
tailwindcss-rails 2.6.4 2.7.2
bootsnap 1.18.3 1.18.4
stripe 12.4.0 12.5.0
pagy 9.0.4 9.0.5
rubocop-rspec 3.0.3 3.0.4

Updates rails from 7.1.3.4 to 7.2.0

Release notes

Sourced from rails's releases.

7.2.0

Active Support

  • 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

  • Add logger as a dependency since it is a bundled gem candidate for Ruby 3.5

    Earlopain

  • Define Digest::UUID.nil_uuid, which returns the so-called nil UUID.

    Xavier Noria

  • Support duration type in ActiveSupport::XmlMini.

    heka1024

  • Remove deprecated ActiveSupport::Notifications::Event#children and ActiveSupport::Notifications::Event#parent_of?.

    Rafael Mendonça França

  • Remove deprecated support to call the following methods without passing a deprecator:

    • deprecate
    • deprecate_constant
    • ActiveSupport::Deprecation::DeprecatedObjectProxy.new
    • ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy.new
    • ActiveSupport::Deprecation::DeprecatedConstantProxy.new
    • assert_deprecated
    • assert_not_deprecated

... (truncated)

Commits
  • fb6c430 Preparing for 7.2.0 release
  • c9a5cfd Merge pull request #52540 from mattbrictson/fix-brakeman-ci-desc
  • ac2035a Merge pull request #52555 from rails/rm-fix-system-test
  • 7ae1ec1 Remove WEB_CONCURRENCY "auto" from tuning_performance_for_deployment (#52545)
  • 0461267 Merge pull request #52554 from erados/patch-1
  • c2e0f6f Remove redundant Puma configuration settings from fresh config/puma.rb files
  • ecf787c Puma 5+ now pulls WEB_CONCURRENCY directly from ENV, so we cannot/should not ...
  • 573d4bd Merge pull request #52533 from denys-chaikovskyi/mod/auto-puma-workers
  • 0b3404e Merge pull request #52531 from n-studio/allow-bots
  • 6ffa94c Merge pull request #52524 from rubys/rm-redundant-comment
  • Additional commits viewable in compare view

Updates sprockets-rails from 3.5.1 to 3.5.2

Release notes

Sourced from sprockets-rails's releases.

3.5.2

What's Changed

New Contributors

Full Changelog: rails/sprockets-rails@v3.5.1...v3.5.2

Commits
  • 2c04236 Prepare for 3.5.2
  • 550bce4 Merge pull request #535 from rails/rm-fix-deprecations
  • 6245157 Remove deprecations in Rails applications
  • eaba64d Fix deprecation warning in Rails 8.0
  • aa0cf7c Add devcontainer configuration
  • 5b0c81d Merge pull request #527 from etiennebarrie/prevent-regression-for-sprockets-r...
  • 90daf9c Merge pull request #528 from etiennebarrie/remove-warnings
  • e152b64 Merge pull request #530 from fynsta/patch-1
  • 600b6e5 Add changelog_uri to gemspec
  • 1d44fdc Prevent regressions with requiring sprockets/railtie
  • Additional commits viewable in compare view

Updates tailwindcss-rails from 2.6.4 to 2.7.2

Release notes

Sourced from tailwindcss-rails's releases.

v2.7.2 / 2024-08-08

v2.7.1 / 2024-08-07

v2.7.0 / 2024-08-05

v2.6.5 / 2024-07-30

  • During installation, clobber the Rails v8 default bin/dev file without requiring human intervention. (#385) @​jeromedalbert
Changelog

Sourced from tailwindcss-rails's changelog.

v2.7.2 / 2024-08-08

v2.7.1 / 2024-08-07

v2.7.0 / 2024-08-05

v2.6.5 / 2024-07-30

  • During installation, clobber the Rails v8 default bin/dev file without requiring human intervention. (#385) @​jeromedalbert
Commits
  • 0301c4a version bump to v2.7.2
  • 60f1bca Merge pull request #390 from rails/flavorjones-dep-tailwindcss-3.4.9
  • 2a8d582 dep: bump tailwindcss to v3.4.9
  • 68f0bd4 version bump to v2.7.1
  • 3067e44 Merge pull request #389 from rails/flavorjones-dep-tailwindcss-3.4.8
  • 99f6035 dep: update packaged tailwindcss to v3.4.8
  • 4249afa version bump to v2.7.0
  • 9134900 Merge pull request #384 from rails/flavorjones-add-sessions-template
  • 6116343 Alerts and notices look better above the heading
  • dfafa4c Excess CR
  • 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 stripe from 12.4.0 to 12.5.0

Release notes

Sourced from stripe's releases.

v12.5.0

  • #1440 Update generated code
    • Add support for new resources Billing.AlertTriggered and Billing.Alert
    • Add support for activate, archive, create, deactivate, list, and retrieve methods on resource Alert
    • Add support for retrieve method on resource Tax.Calculation

See the changelog for more details.

v12.5.0-beta.2

  • #1439 Update generated code for beta
    • Add support for attach_payment method on resource Invoice

See the changelog for more details.

v12.5.0-beta.1

  • #1429 Update generated code for beta
    • Add support for new resources Billing.AlertTriggered, Billing.Alert, and Tax.Association
    • Add support for activate, archive, create, deactivate, list, and retrieve methods on resource Alert
    • Add support for find method on resource Association
  • #1434 Merge changes from stripe/stripe-ruby master

See the changelog for more details.

Changelog

Sourced from stripe's changelog.

12.5.0 - 2024-08-08

  • #1440 Update generated code
    • Add support for new resources Billing.AlertTriggered and Billing.Alert
    • Add support for activate, archive, create, deactivate, list, and retrieve methods on resource Alert
    • Add support for retrieve method on resource Tax.Calculation
Commits

Updates pagy from 9.0.4 to 9.0.5

Release notes

Sourced from pagy's releases.

Version 9.0.5

✴ 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.0.5

  • Fix for missing variables passed to pagy_anchor from pagy_nav (closes #728)

CHANGELOG

Changelog

Sourced from pagy's changelog.

Version 9.0.5

  • Fix for missing variables passed to pagy_anchor from pagy_nav (closes #728)
Commits

Updates rubocop-rspec from 3.0.3 to 3.0.4

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v3.0.4

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

Sourced from rubocop-rspec's changelog.

3.0.4 (2024-08-05)

  • Fix false-negative for UnspecifiedException when matcher is chained. ([@​r7kamura])
Commits
  • ff213ae Merge pull request #1945 from rubocop/release
  • 728fcc6 Release v3.0.4
  • 9eb23a6 Merge pull request #1940 from r7kamura/unspecified-exception-chain
  • ce4cd77 Merge pull request #1941 from rubocop/fix-offenses
  • 6f06a33 Fix rubocop offenses
  • 60199ba Fix false-negative for UnspecifiedException when matcher is chained
  • 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 rails_default group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rails](https://github.com/rails/rails) | `7.1.3.4` | `7.2.0` |
| [sprockets-rails](https://github.com/rails/sprockets-rails) | `3.5.1` | `3.5.2` |
| [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) | `2.6.4` | `2.7.2` |
| [bootsnap](https://github.com/Shopify/bootsnap) | `1.18.3` | `1.18.4` |
| [stripe](https://github.com/stripe/stripe-ruby) | `12.4.0` | `12.5.0` |
| [pagy](https://github.com/ddnexus/pagy) | `9.0.4` | `9.0.5` |
| [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.0.3` | `3.0.4` |



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

Updates `sprockets-rails` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/rails/sprockets-rails/releases)
- [Commits](rails/sprockets-rails@v3.5.1...v3.5.2)

Updates `tailwindcss-rails` from 2.6.4 to 2.7.2
- [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.6.4...v2.7.2)

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 `stripe` from 12.4.0 to 12.5.0
- [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.4.0...v12.5.0)

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

Updates `rubocop-rspec` from 3.0.3 to 3.0.4
- [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.3...v3.0.4)

---
updated-dependencies:
- dependency-name: rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: sprockets-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-minor
  dependency-group: rails_default
- dependency-name: bootsnap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: stripe
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: pagy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: rubocop-rspec
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Aug 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 13, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Aug 13, 2024
@dependabot dependabot bot deleted the dependabot/bundler/rails_default-1ae7a08e20 branch August 13, 2024 05:04
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