Skip to content

Bump the rails_default group across 1 directory with 9 updates #16

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

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 9 updates in the / directory:

Package From To
rails 7.1.3.4 7.2.0
sprockets-rails 3.5.1 3.5.2
jsbundling-rails 1.3.0 1.3.1
cssbundling-rails 1.4.0 1.4.1
bootsnap 1.18.3 1.18.4
solid_queue 0.3.4 0.4.1
mission_control-jobs 0.2.1 0.3.0
pagy 9.0.3 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 jsbundling-rails from 1.3.0 to 1.3.1

Release notes

Sourced from jsbundling-rails's releases.

v1.3.1

What's Changed

Full Changelog: rails/jsbundling-rails@v1.3.0...v1.3.1

Commits
  • 6ead108 Fix LICENSE file reference
  • 1bd2409 Bump version for 1.3.1
  • 0ff85a2 Foreman should not load .env file as it conflicts with Kamal
  • 4e34adb Refresh dependencies
  • beed02c Revert "Test installer commands (#182)" (#196)
  • 7054254 Test installer commands (#182)
  • 38fbbae Provide a 'Changelog' link on rubygems.org/gems/jsbundling-rails (#189)
  • 69bfc1c Include .gitattributes when building the gem (#193)
  • 24b66e8 chore: Move esbuild|rollup|webpack to devDependencies instead of dependencies...
  • 3b3ffbc Force bin/dev overwrite to deal with new default bin/dev file
  • See full diff in compare view

Updates cssbundling-rails from 1.4.0 to 1.4.1

Release notes

Sourced from cssbundling-rails's releases.

v1.4.1

What's Changed

Full Changelog: rails/cssbundling-rails@v1.4.0...v1.4.1

Commits
  • 4f4c621 Bump version for 1.4.1
  • 316bc7d Provide a 'Changelog' link on rubygems.org/gems/cssbundling-rails (#152)
  • 3ae4cea Disable loading .env file when running foreman for development (#155)
  • e7261fb Overwrite bin/dev by force to deal with new default bin/dev file
  • 154c8b7 Refresh dependencies (and unblock the use of Ruby 3.3.4 from a hard nokogiri ...
  • See full diff 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 solid_queue from 0.3.4 to 0.4.1

Release notes

Sourced from solid_queue's releases.

v0.4.1

Full Changelog: rails/solid_queue@v0.4.0...v0.4.1

v0.4.0

What's Changed

New Contributors

Full Changelog: rails/solid_queue@v0.3.4...v0.4.0

Commits
  • b7d4e1c Bump solid_queue to 0.4.1
  • e96f97e Fix URL with upgrade instructions in post install message
  • c3d86ea Bump solid_queue to 0.4.0
  • d9c1763 Merge pull request #269 from rails/proper-async-mode
  • f0ca6b4 Update README.md
  • cdd87ef Fix procline for new Supervisor subclasses
  • b119337 Update README with last changes about async mode
  • c867ce8 Ignore processes option when running in async mode
  • 2a0f11b Add instructions about upgrading to versions 0.4.x and 0.3.x
  • 8342d8e Run tests for Puma plugin with Solid Queue as fork and async
  • Additional commits viewable in compare view

Updates mission_control-jobs from 0.2.1 to 0.3.0

Release notes

Sourced from mission_control-jobs's releases.

v0.3.0

What's Changed

New Contributors

... (truncated)

Commits
  • 56ddbe1 Bump mission_control-jobs to 0.3.0
  • 1e2527c Bump mission_control-jobs to 0.2.2
  • 35268af Revert "Merge pull request #138 from dorianmariecom/dorian/rails-8"
  • 2103581 Update Ruby to 3.3.1
  • 70c8458 Merge pull request #138 from dorianmariecom/dorian/rails-8
  • 4448ac0 upgrade rails in Gemfile.lock
  • 8ba1fb8 Relax dependency for Rails 8
  • 0ddff43 Enforce the locale to en
  • 8e9ef1e remove unused volume and obsolete version
  • d6eee5b Stop filtering queues by prefix in the queues view
  • Additional commits viewable in compare view

Updates pagy from 9.0.3 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

Version 9.0.4

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

  • Fix groupdate timezone error on certain machines/config
  • Fix gem containing tmp files

CHANGELOG

Changelog

Sourced from pagy's changelog.

Version 9.0.5

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

Version 9.0.4

  • Fix groupdate timezone error on certain machines/config
  • Fix gem containing tmp files
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 9 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` |
| [jsbundling-rails](https://github.com/rails/jsbundling-rails) | `1.3.0` | `1.3.1` |
| [cssbundling-rails](https://github.com/rails/cssbundling-rails) | `1.4.0` | `1.4.1` |
| [bootsnap](https://github.com/Shopify/bootsnap) | `1.18.3` | `1.18.4` |
| [solid_queue](https://github.com/rails/solid_queue) | `0.3.4` | `0.4.1` |
| [mission_control-jobs](https://github.com/rails/mission_control-jobs) | `0.2.1` | `0.3.0` |
| [pagy](https://github.com/ddnexus/pagy) | `9.0.3` | `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 `jsbundling-rails` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/rails/jsbundling-rails/releases)
- [Commits](rails/jsbundling-rails@v1.3.0...v1.3.1)

Updates `cssbundling-rails` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/rails/cssbundling-rails/releases)
- [Commits](rails/cssbundling-rails@v1.4.0...v1.4.1)

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 `solid_queue` from 0.3.4 to 0.4.1
- [Release notes](https://github.com/rails/solid_queue/releases)
- [Commits](rails/solid_queue@v0.3.4...v0.4.1)

Updates `mission_control-jobs` from 0.2.1 to 0.3.0
- [Release notes](https://github.com/rails/mission_control-jobs/releases)
- [Commits](rails/mission_control-jobs@v0.2.1...v0.3.0)

Updates `pagy` from 9.0.3 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.3...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: jsbundling-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: cssbundling-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: bootsnap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: solid_queue
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: mission_control-jobs
  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-2b71bc4d7e branch August 13, 2024 08:11
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