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-all group across 1 directory with 37 updates #280

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the bundler-all group with 15 updates in the / directory:

Package From To
autoprefixer-rails 10.4.16.0 10.4.19.0
aws-sdk-s3 1.156.0 1.159.0
bootsnap 1.18.3 1.18.4
chartkick 5.0.7 5.1.0
good_job 4.1.0 4.2.0
sentry-rails 5.18.2 5.19.0
textacular 5.6.0 5.7.0
rspec-rails 6.1.3 6.1.4
rubocop 1.65.0 1.65.1
rubocop-rails 2.25.1 2.26.0
rubocop-rspec 3.0.3 3.0.4
actioncable 7.1.3.4 7.1.4
childprocess 5.0.0 5.1.0
hashdiff 1.1.0 1.1.1
sprockets-rails 3.5.1 3.5.2

Updates autoprefixer-rails from 10.4.16.0 to 10.4.19.0

Changelog

Sourced from autoprefixer-rails's changelog.

10.4.19.0

  • Removed end value has mixed support, consider using flex-end warning since end/start now have good support.
  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).
  • Fixed user-select: contain prefixes.
Commits

Updates aws-sdk-s3 from 1.156.0 to 1.159.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.159.0 (2024-08-20)

  • Feature - Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs.

1.158.0 (2024-08-15)

  • Feature - Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API.

1.157.0 (2024-08-01)

  • Feature - Support head_bucket, get_object_attributes, delete_objects, and copy_object for Access Grants.
Commits

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 chartkick from 5.0.7 to 5.1.0

Changelog

Sourced from chartkick's changelog.

5.1.0 (2024-08-20)

  • Updated Chart.js to 4.4.4
  • Dropped support for Ruby < 3.1
Commits

Updates good_job from 4.1.0 to 4.2.0

Release notes

Sourced from good_job's releases.

v4.2.0

Review the Changelog for more details.

What's Changed

New Contributors

Full Changelog: bensheldon/good_job@v4.1.1...v4.2.0

v4.1.1

Review the Changelog for more details.

What's Changed

New Contributors

Full Changelog: bensheldon/good_job@v4.1.0...v4.1.1

Changelog

Sourced from good_job's changelog.

v4.2.0 (2024-08-16)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • respect perform_throttle even if perform_limit is provided #1470 (doits)
  • Do not use advisory lock on heartbeat in production #1451 (bensheldon)

Closed issues:

  • perform_limit and perform_throttle don't work both #1469
  • Edge rails changes breaking binding commits #1466
  • Dynamic creation of CronEntries #1457
  • Batch callback job not enqueued after success of retried job #1450

Merged pull requests:

v4.1.1 (2024-07-31)

Full Changelog

Implemented enhancements:

  • Convert Concurrency extension to use transaction-level (xact) advisory locks #1439 (bensheldon)

Fixed bugs:

  • Fix N+1 on dashboard batches index page #1442 (bensheldon)
  • Remove duplicate word on batches show page #1441 (Earlopain)
  • Ensure remaining inline jobs are unlocked when one job raises in Adapter#enqueue_all #1438 (bensheldon)

Closed issues:

  • Using Good Job to track all ActiveJob executions, even those with perform_now #1448
  • RuntimeError when running good_job executable after updating v3 -> v4 #1445
  • 2.99 -> 3.0.2 migration not applying cleanly from a fresh DB #1435
  • [Enhance] Enhance performance via counter cache #1375

... (truncated)

Commits
  • 43ec2ad Release good_job v4.2.0
  • 2da97eb respect perform_throttle even if perform_limit is provided (#1470)
  • cc9784d Update compatibility matrix, remove compatibility code (#1465)
  • 59c3300 Update cron documentation to remove confusion about multiple processes (#1467)
  • a61fc09 Run tests with warnings enabled (#1462)
  • 72ba713 Fix a few method redefinition warnings (#1459)
  • a19bd1d Do not use advisory lock on heartbeat in production (#1451)
  • 4201534 Add appraisal for Rails 7.2; bracket lowest PG version instead of enumerating...
  • b0c9707 Add retry functionality for batches (#1456)
  • aebdb97 Bump rexml from 3.3.2 to 3.3.3 (#1455)
  • Additional commits viewable in compare view

Updates sentry-rails from 5.18.2 to 5.19.0

Changelog

Sourced from sentry-rails's changelog.

5.19.0

Features

  • Use Concurrent.available_processor_count instead of Concurrent.usable_processor_count (#2358)

  • Support for tracing Faraday requests (#2345)

    Usage:

    Sentry.init do |config|
      # ...
      config.enabled_patches << :faraday
    end
  • Support for attachments (#2357)

    Usage:

    Sentry.add_attachment(path: '/foo/bar.txt')
    Sentry.add_attachment(filename: 'payload.json', bytes: '{"value": 42}'))
  • Transaction data are now included in the context (#2365)

  • Inject Sentry meta tags in the Rails application layout automatically in the generator (#2369)

    To turn this behavior off, use

    bin/rails generate sentry --inject-meta false

Bug Fixes

  • Fix skipping connect spans in open-telemetry #2364
Commits

Updates textacular from 5.6.0 to 5.7.0

Changelog

Sourced from textacular's changelog.

5.7.0

  • ActiveRecord 7.2 compatibility
  • Defer extending ActiveRecord::Base until Active Record is loaded
Commits
  • 89eedb3 release 5.7.0
  • ea00b4a relax Active Record dependency
  • 7ebd3e1 Merge pull request #159 from bensheldon/patch-1
  • 68c7086 Merge pull request #161 from elektronaut/rails-7-2
  • 0e854f8 Add support for TestCase.fixture_paths
  • f15394c Fix migrations task
  • 0d23e59 Update gem requirements to allow Rails 7.2
  • 4e1a6f3 Defer extending ActiveRecord::Base until Active Record is loaded
  • See full diff in compare view

Updates rspec-rails from 6.1.3 to 6.1.4

Changelog

Sourced from rspec-rails's changelog.

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 rubocop from 1.65.0 to 1.65.1

Release notes

Sourced from rubocop's releases.

RuboCop 1.65.1

New features

  • #13068: Add config validation to Naming/PredicateName to check that all ForbiddenPrefixes are being checked. (@​maxjacobson)

Bug fixes

  • #13051: Fix an error for Lint/FloatComparison when comparing with rational literal. (@​koic)
  • #13065: Fix an error for Lint/UselessAssignment when same name variables are assigned using chained assignment. (@​koic)
  • #13062: Fix an error for Style/InvertibleUnlessCondition when using empty parenthesis as condition. (@​earlopain)
  • #11438: Explicitly load fileutils before calculating before_us. (@​r7kamura)
  • #13044: Fix false negatives for Lint/ImplicitStringConcatenation when using adjacent string interpolation literals on the same line. (@​koic)
  • #13083: Fix a false positive for Style/GlobalStdStream when using namespaced constants like Foo::STDOUT. (@​earlopain)
  • #13081: Fix a false positive for Style/ZeroLengthPredicate when using safe navigation and non-zero comparison. (@​fatkodima)
  • #13041: Fix false positives for Lint/UselessAssignment when pattern match variable is assigned and used in a block. (@​koic)
  • #13076: Fix an incorrect autocorrect for Naming/RescuedExceptionsVariableName when using hash value omission. (@​koic)
Changelog

Sourced from rubocop's changelog.

1.65.1 (2024-08-01)

New features

  • #13068: Add config validation to Naming/PredicateName to check that all ForbiddenPrefixes are being checked. ([@​maxjacobson][])

Bug fixes

  • #13051: Fix an error for Lint/FloatComparison when comparing with rational literal. ([@​koic][])
  • #13065: Fix an error for Lint/UselessAssignment when same name variables are assigned using chained assignment. ([@​koic][])
  • #13062: Fix an error for Style/InvertibleUnlessCondition when using empty parenthesis as condition. ([@​earlopain][])
  • #11438: Explicitly load fileutils before calculating before_us. ([@​r7kamura][])
  • #13044: Fix false negatives for Lint/ImplicitStringConcatenation when using adjacent string interpolation literals on the same line. ([@​koic][])
  • #13083: Fix a false positive for Style/GlobalStdStream when using namespaced constants like Foo::STDOUT. ([@​earlopain][])
  • #13081: Fix a false positive for Style/ZeroLengthPredicate when using safe navigation and non-zero comparison. ([@​fatkodima][])
  • #13041: Fix false positives for Lint/UselessAssignment when pattern match variable is assigned and used in a block. ([@​koic][])
  • #13076: Fix an incorrect autocorrect for Naming/RescuedExceptionsVariableName when using hash value omission. ([@​koic][])
Commits
  • b073d7a Cut 1.65.1
  • 8c4c144 Update Changelog
  • 19b3d9d Merge pull request #13083 from Earlopain/false-positive-global-std-stream
  • 761b917 Fix false positive for Style/GlobalStdStream for namespaced constants
  • 58eeb7a Clarify docs in Naming/PredicateName
  • 2443641 Add a validate_config for Naming/PredicateName
  • 68bd9da Merge pull request #13079 from koic/fix_incorrect_autocorrect_for_naming_resc...
  • 748a568 Merge pull request #13081 from fatkodima/zero_length_predicate-false-positive
  • 70d8e88 Fix a false positive for Style/ZeroLengthPredicate when using safe navigati...
  • ea309c2 [Fix #13076] Fix an incorrect autocorrect for `Naming/RescuedExceptionsVariab...
  • Additional commits viewable in compare view

Updates rubocop-rails from 2.25.1 to 2.26.0

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails 2.26.0

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)
  • #1330: Fix an error for Rails/WhereNot when using placeholder without second argument. (@​earlopain)
  • #1311: Fix false negatives for Rails/ActionControllerFlashBeforeRender when using implicit render or rescue blocks. (@​tldn0718)
  • #1313: Fix false positives for Rails/CompactBlank when using collection.reject!. (@​koic)
  • #1319: Fix a false positive for Rails/RedundantPresenceValidationOnBelongsTo when removing presence would leave other non-validation options like allow_blank without validations. (@​earlopain)
  • #1306: Make Rails/PluralizationGrammar aware of byte methods. (@​earlopain)
  • #1302: Allow params receiver by default for Style/CollectionMethods. (@​koic)
  • #1321: Fix an error for Rails/WhereEquals when the second argument is not yet typed (where("foo = ?", )). (@​earlopain)

Changes

Changelog

Sourced from rubocop-rails's changelog.

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][])
  • #1330: Fix an error for Rails/WhereNot when using placeholder without second argument. ([@​earlopain][])
  • #1311: Fix false negatives for Rails/ActionControllerFlashBeforeRender when using implicit render or rescue blocks. ([@​tldn0718][])
  • #1313: Fix false positives for Rails/CompactBlank when using collection.reject!. ([@​koic][])
  • #1319: Fix a false positive for Rails/RedundantPresenceValidationOnBelongsTo when removing presence would leave other non-validation options like allow_blank without validations. ([@​earlopain][])
  • #1306: Make Rails/PluralizationGrammar aware of byte methods. ([@​earlopain][])
  • #1302: Allow params receiver by default for Style/CollectionMethods. ([@​koic][])
  • #1321: Fix an error for Rails/WhereEquals when the second argument is not yet typed (where("foo = ?", )). ([@​earlopain][])

Changes

Commits
  • 334861e Cut 2.26.0
  • 91c0f30 Update Changelog
  • 6bc9b1c Merge pull request #1337 from Earlopain/validation-error
  • aa2bf3e Merge pull request #1336 from koic/add_new_rails_enum_syntax_cop
  • d17c7b5 Merge pull request #1309 from ytjmt/support-new-enum-syntax-for-enum-hash-cop
  • 2201bd8 [Fix #1238] Add new Rails/EnumSyntax cop
  • ebd652f Merge pull request #1335 from Earlopain/error-bulk-change-table
  • 5e2237a Fix an error for Rails/Validation when passing no arguments
  • a9db5f5 Update Rails/Validation specs to modern style
  • 75be327 Merge pull request #1334 from Earlopain/cop-registry-deprecated
  • Additional commits viewable in compare view

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

Updates actioncable from 7.1.3.4 to 7.1.4

Release notes

Sourced from actioncable'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
  • eedbe69 Merge branch '7-1-sec' into 7-1-stable
  • 0dc6be2 Merge branch 'rm-trix-7-1' into 7-1-stable
  • 55ad876 Backport fix double bold label lists
  • ed84c0d Merge branch '7-1-sec' into 7-1-stable
  • 8e2101f Merge branch '7-1-sec' into 7-1-stable
  • 142f806 Revert "Merge pull request #47837 from sampatbadhe/patch-5"
  • 63763f2 Merge pull request #50789 from p8/docs/relative-includes (#50863)
  • See full diff in compare view

Updates actionmailbox from 7.1.3.4 to 7.1.4

Release notes

Sourced from actionmailbox'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
  • 6036b65 Merge pull request #52138 from skipkayhil/hm-rack-input-is-optional
  • eedbe69 Merge branch '7-1-sec' into 7-1-stable
  • 0dc6be2 Merge branch 'rm-trix-7-1' into 7-1-stable
  • ed84c0d Merge branch '7-1-sec' into 7-1-stable
  • 8e2101f Merge branch '7-1-sec' into 7-1-stable
  • 63763f2 Merge pull request #50789 from p8/docs/relative-includes (#50863)
  • See full diff in compare view

Updates actionmailer from 7.1.3.4 to 7.1.4

Release notes

Sourced from actionmailer'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
  • 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 actionpack from 7.1.3.4 to 7.1.4

Release notes

Sourced from actionpack'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
  • 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
  • 213538e Consider selenium-webdriver version for Ruby 2.7
  • 41844df Merge pull request #52172 from yahonda/selenium-webdriver-4220
  • 01f27a6 Add missing authors in CHANGELOG
  • 612701b Merge pull request #51986 from zzak/7-1-fcec475438
  • eedbe69 Merge branch '7-1-sec' into 7-1-stable
  • 05071fe Link should be separated by comma.
  • Additional commits viewable in compare view

Updates actiontext from 7.1.3.4 to 7.1.4

Release notesDescription has been truncated

Bumps the bundler-all group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [autoprefixer-rails](https://github.com/ai/autoprefixer-rails) | `10.4.16.0` | `10.4.19.0` |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.156.0` | `1.159.0` |
| [bootsnap](https://github.com/Shopify/bootsnap) | `1.18.3` | `1.18.4` |
| [chartkick](https://github.com/ankane/chartkick) | `5.0.7` | `5.1.0` |
| [good_job](https://github.com/bensheldon/good_job) | `4.1.0` | `4.2.0` |
| [sentry-rails](https://github.com/getsentry/sentry-ruby) | `5.18.2` | `5.19.0` |
| [textacular](https://github.com/textacular/textacular) | `5.6.0` | `5.7.0` |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `6.1.3` | `6.1.4` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.65.0` | `1.65.1` |
| [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.25.1` | `2.26.0` |
| [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.0.3` | `3.0.4` |
| [actioncable](https://github.com/rails/rails) | `7.1.3.4` | `7.1.4` |
| [childprocess](https://github.com/enkessler/childprocess) | `5.0.0` | `5.1.0` |
| [hashdiff](https://github.com/liufengyun/hashdiff) | `1.1.0` | `1.1.1` |
| [sprockets-rails](https://github.com/rails/sprockets-rails) | `3.5.1` | `3.5.2` |



Updates `autoprefixer-rails` from 10.4.16.0 to 10.4.19.0
- [Changelog](https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md)
- [Commits](ai/autoprefixer-rails@10.4.16.0...10.4.19.0)

Updates `aws-sdk-s3` from 1.156.0 to 1.159.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

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 `chartkick` from 5.0.7 to 5.1.0
- [Changelog](https://github.com/ankane/chartkick/blob/master/CHANGELOG.md)
- [Commits](ankane/chartkick@v5.0.7...v5.1.0)

Updates `good_job` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/bensheldon/good_job/releases)
- [Changelog](https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md)
- [Commits](bensheldon/good_job@v4.1.0...v4.2.0)

Updates `sentry-rails` from 5.18.2 to 5.19.0
- [Release notes](https://github.com/getsentry/sentry-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@5.18.2...5.19.0)

Updates `textacular` from 5.6.0 to 5.7.0
- [Release notes](https://github.com/textacular/textacular/releases)
- [Changelog](https://github.com/textacular/textacular/blob/master/CHANGELOG.md)
- [Commits](textacular/textacular@v5.6.0...v5.7.0)

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

Updates `rubocop` from 1.65.0 to 1.65.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.65.0...v1.65.1)

Updates `rubocop-rails` from 2.25.1 to 2.26.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.25.1...v2.26.0)

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)

Updates `actioncable` 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/actioncable/CHANGELOG.md)
- [Commits](rails/rails@v7.1.3.4...v7.1.4)

Updates `actionmailbox` 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/actionmailbox/CHANGELOG.md)
- [Commits](rails/rails@v7.1.3.4...v7.1.4)

Updates `actionmailer` 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/actionmailer/CHANGELOG.md)
- [Commits](rails/rails@v7.1.3.4...v7.1.4)

Updates `actionpack` 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/actionpack/CHANGELOG.md)
- [Commits](rails/rails@v7.1.3.4...v7.1.4)

Updates `actiontext` 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/actiontext/CHANGELOG.md)
- [Commits](rails/rails@v7.1.3.4...v7.1.4)

Updates `actionview` 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/actionview/CHANGELOG.md)
- [Commits](rails/rails@v7.1.3.4...v7.1.4)

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 `activemodel` 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/activemodel/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 `activestorage` 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/activestorage/CHANGELOG.md)
- [Commits](rails/rails@v7.1.3.4...v7.1.4)

Updates `activesupport` 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/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v7.1.3.4...v7.1.4)

Updates `aws-partitions` from 1.959.0 to 1.968.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-partitions/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-core` from 3.201.3 to 3.201.5
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `childprocess` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/enkessler/childprocess/releases)
- [Changelog](https://github.com/enkessler/childprocess/blob/master/CHANGELOG.md)
- [Commits](enkessler/childprocess@v5.0.0...v5.1.0)

Updates `concurrent-ruby` from 1.3.3 to 1.3.4
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases)
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md)
- [Commits](ruby-concurrency/concurrent-ruby@v1.3.3...v1.3.4)

Updates `fugit` from 1.11.0 to 1.11.1
- [Changelog](https://github.com/floraison/fugit/blob/master/CHANGELOG.md)
- [Commits](floraison/fugit@v1.11.0...v1.11.1)

Updates `hashdiff` from 1.1.0 to 1.1.1
- [Changelog](https://github.com/liufengyun/hashdiff/blob/master/changelog.md)
- [Commits](liufengyun/hashdiff@v1.1.0...v1.1.1)

Updates `minitest` from 5.24.1 to 5.25.1
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.24.1...v5.25.1)

Updates `parallel` from 1.25.1 to 1.26.3
- [Commits](grosser/parallel@v1.25.1...v1.26.3)

Updates `parser` from 3.3.4.0 to 3.3.4.2
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](whitequark/parser@v3.3.4.0...v3.3.4.2)

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 `rexml` from 3.3.3 to 3.3.6
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.3.3...v3.3.6)

Updates `rspec-expectations` from 3.13.1 to 3.13.2
- [Release notes](https://github.com/rspec/rspec-expectations/releases)
- [Changelog](https://github.com/rspec/rspec-expectations/blob/main/Changelog.md)
- [Commits](rspec/rspec-expectations@v3.13.1...v3.13.2)

Updates `rubocop-ast` from 1.31.3 to 1.32.1
- [Release notes](https://github.com/rubocop/rubocop-ast/releases)
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-ast@v1.31.3...v1.32.1)

Updates `sentry-ruby` from 5.18.2 to 5.19.0
- [Release notes](https://github.com/getsentry/sentry-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@5.18.2...5.19.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)

---
updated-dependencies:
- dependency-name: autoprefixer-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: bootsnap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: chartkick
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: good_job
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: sentry-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: textacular
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: rubocop-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: rubocop-rspec
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: actioncable
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: actionmailbox
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: actionmailer
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: actionpack
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: actiontext
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: actionview
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: activejob
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: activemodel
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: activerecord
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: activestorage
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: activesupport
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: aws-partitions
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: aws-sdk-core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: childprocess
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: concurrent-ruby
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: fugit
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: hashdiff
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: minitest
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: parallel
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: parser
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: railties
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: rexml
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: rspec-expectations
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
- dependency-name: rubocop-ast
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: sentry-ruby
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler-all
- dependency-name: sprockets-rails
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-all
...

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 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2024

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

@dependabot dependabot bot closed this Sep 2, 2024
@dependabot dependabot bot deleted the dependabot/bundler/bundler-all-ca74f744b8 branch September 2, 2024 18:03
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