crimethinc / website

Ruby on Rails app that powers crimethinc.com
https://crimethinc.com
Creative Commons Zero v1.0 Universal
101 stars 31 forks source link

Bump the bundler-all group across 1 directory with 13 updates #3871

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

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

Package From To
addressable 2.8.6 2.8.7
aws-sdk-s3 1.152.3 1.155.0
rubocop-rails 2.25.0 2.25.1
bugsnag 6.27.0 6.27.1
net-imap 0.4.13 0.4.14
sorbet-runtime 0.5.11444 0.5.11463
tilt 2.3.0 2.4.0

Updates addressable from 2.8.6 to 2.8.7

Changelog

Sourced from addressable's changelog.

Addressable 2.8.7

  • Allow public_suffix 6 (#535)

#535: sporkmonger/addressable#535

Commits


Updates aws-sdk-s3 from 1.152.3 to 1.155.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.155.0 (2024-06-28)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.154.0 (2024-06-25)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.153.0 (2024-06-24)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
Commits


Updates rubocop-rails from 2.25.0 to 2.25.1

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails 2.25.1

Bug fixes

  • #1280: Look for change_column_null for Rails/BulkChangeTable. (@​ccutrer)
  • #1299: Fix an error for Rails/NotNullColumn when the block for change_table is empty. (@​earlopain)
  • #1281: Fix Rails/WhereRange autocorrect for complex expressions. (@​fatkodima)
  • #1282: Fix Rails/WhereRange to correctly handle template strings with extra spaces. (@​fatkodima)

Changes

Changelog

Sourced from rubocop-rails's changelog.

2.25.1 (2024-06-29)

Bug fixes

  • #1280: Look for change_column_null for Rails/BulkChangeTable. ([@​ccutrer][])
  • #1299: Fix an error for Rails/NotNullColumn when the block for change_table is empty. ([@​earlopain][])
  • #1281: Fix Rails/WhereRange autocorrect for complex expressions. ([@​fatkodima][])
  • #1282: Fix Rails/WhereRange to correctly handle template strings with extra spaces. ([@​fatkodima][])

Changes

Commits
  • b8409c1 Cut 2.25.1
  • 7a2b993 Update Changelog
  • d0016e8 Use RuboCop RSpec 3.0
  • dec8343 Merge pull request #1297 from ChaelCodes/1295-rails-validations-covers-compar...
  • 7e77248 [Fix #1295] Cover validates_comparison_of in Rails/Validation
  • 906e18c Merge pull request #1300 from Earlopain/changelog-tweaks
  • ec3f284 Consistently specify department in current changelog entries
  • 0259700 Merge pull request #1299 from Earlopain/error-not-null-column
  • 0d318fb Fix an error for Rails/NotNullColumn when the block for change_table is e...
  • d99bbe1 Merge pull request #1289 from fwolfst/1288-let_link_to_blank_find_link_to_if_...
  • Additional commits viewable in compare view


Updates bugsnag from 6.27.0 to 6.27.1

Release notes

Sourced from bugsnag's releases.

v6.27.1

Fixes

  • Only read Rack request body if it's rewindable | #829
  • Fix circular require warning | #828
Changelog

Sourced from bugsnag's changelog.

v6.27.1 (18 June 2024)

Fixes

  • Only read Rack request body if it's rewindable | #829
  • Fix circular require warning | #828
Commits


Updates aws-partitions from 1.944.0 to 1.949.0

Changelog

Sourced from aws-partitions's changelog.

1.949.0 (2024-06-28)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.948.0 (2024-06-27)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.947.0 (2024-06-24)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.946.0 (2024-06-20)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.945.0 (2024-06-19)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
Commits


Updates aws-sdk-core from 3.197.0 to 3.200.0

Changelog

Sourced from aws-sdk-core's changelog.

3.200.0 (2024-06-28)

  • Feature - Updated Aws::STS::Client with the latest API changes.

  • Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

  • Feature - Updated Aws::SSO::Client with the latest API changes.

3.199.0 (2024-06-25)

  • Feature - Support RpcV2 protocol.

  • Feature - Add CBOR encoder and decoder.

  • Issue - Enhance, refactor, and rebase protocols to be consistent. Ensure protocol tests are run for each engine.

3.198.0 (2024-06-24)

  • Feature - Updated Aws::STS::Client with the latest API changes.

  • Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

  • Feature - Updated Aws::SSO::Client with the latest API changes.

  • Feature - Support :plugins option on all Clients or using Aws.config[:plugins].

3.197.2 (2024-06-20)

  • Issue - fix issue in Endpoint attr matcher when path is only an array index.

  • Issue - Fix trailing slash in endpoint URLs for rest-json and rest-xml services.

3.197.1 (2024-06-19)

  • Issue - Support an array of string arguments for Aws::ProcessCredentials to be executed by system.
Commits


Updates aws-sdk-kms from 1.84.0 to 1.87.0

Changelog

Sourced from aws-sdk-kms's changelog.

1.87.0 (2024-06-25)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.86.0 (2024-06-24)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.85.0 (2024-06-17)

  • Feature - Updating SDK example for KMS DeriveSharedSecret API.
Commits


Updates minitest from 5.24.0 to 5.24.1

Changelog

Sourced from minitest's changelog.

=== 5.24.1 / 2024-06-29

  • 1 bug fix:

    • Fix the error message when an extension is invalid value. (y-yagi)
Commits
  • 15c7418 Branching minitest to version 5.24.1
  • 8dc42bf - Fix the error message when an extension is invalid value. (y-yagi)
  • See full diff in compare view


Updates net-imap from 0.4.13 to 0.4.14

Release notes

Sourced from net-imap's releases.

v0.4.14

What's Changed

Added

Fixed

Full Changelog: https://github.com/ruby/net-imap/compare/v0.4.13...v0.4.14

Commits
  • e588adb 🔖 Bump version to 0.4.14
  • f1762fd 🔀 Merge pull request #304 from ruby/fix-ruby-2.7-warnings
  • c921580 🔇 Fix ruby 2.7 keyword argument warning
  • 156f86b 🔇 Fix ruby 2.7 ivar not initialized warning
  • 1920a38 🔇 Fix ruby 2.7 warning: ivar not initialized
  • 958e872 🔀 Merge pull request #301 from nevans/config-load_defaults
  • 4aa0f5f ♻️ Refactor config attrs that inherit by default
  • d8ce1cb 🔧 Add Config#load_defaults
  • 394452e 🔀 Merge pull request #302 from nevans/config/add-versioned_defaults
  • be8d5cd 🔧 Add default configs for named versions
  • Additional commits viewable in compare view


Updates public_suffix from 5.1.1 to 6.0.0

Changelog

Sourced from public_suffix's changelog.

6.0.0

Same as 5.1.0. Re-releasing as a major version change due to a major ruby version requirement change.

Changed

  • Updated definitions.
  • Minimum Ruby version is 3.0
Commits


Updates rexml from 3.3.0 to 3.3.1

Release notes

Sourced from rexml's releases.

REXML 3.3.1 - 2024-06-25

Improvements

  • Added support for detecting malformed top-level comments.

    • GH-145
    • Patch by Hiroya Fujinami.
  • Improved REXML::Element#attribute performance.

    • GH-146
    • Patch by Hiroya Fujinami.
  • Added support for detecting malformed <!--> comments.

    • GH-147
    • Patch by Hiroya Fujinami.
  • Added support for detecting unclosed DOCTYPE.

    • GH-152
    • Patch by Hiroya Fujinami.
  • Added changlog_uri metadata to gemspec.

  • Improved parse performance.

Fixes

  • Fixed a bug that large XML can't be parsed.

  • Fixed a bug that private constants are visible.

Thanks

  • Hiroya Fujinami

  • NAITOH Jun

  • fynsta

Changelog

Sourced from rexml's changelog.

3.3.1 - 2024-06-25 {#version-3-3-1}

Improvements

  • Added support for detecting malformed top-level comments.

    • GH-145
    • Patch by Hiroya Fujinami.
  • Improved REXML::Element#attribute performance.

    • GH-146
    • Patch by Hiroya Fujinami.
  • Added support for detecting malformed <!--> comments.

    • GH-147
    • Patch by Hiroya Fujinami.
  • Added support for detecting unclosed DOCTYPE.

    • GH-152
    • Patch by Hiroya Fujinami.
  • Added changlog_uri metadata to gemspec.

  • Improved parse performance.

Fixes

  • Fixed a bug that large XML can't be parsed.

  • Fixed a bug that private constants are visible.

Thanks

  • Hiroya Fujinami

  • NAITOH Jun

  • fynsta

Commits


Updates sorbet-runtime from 0.5.11444 to 0.5.11463

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11462.20240628135446-3a0136255

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11462', :group => :development
gem 'sorbet-runtime', '0.5.11462'

sorbet 0.5.11461.20240628125452-46a8b7135

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11461', :group => :development
gem 'sorbet-runtime', '0.5.11461'

sorbet 0.5.11460.20240627194056-3e8bc9937

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11460', :group => :development
gem 'sorbet-runtime', '0.5.11460'

sorbet 0.5.11459.20240627160151-6060ee327

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11459', :group => :development
gem 'sorbet-runtime', '0.5.11459'

sorbet 0.5.11458.20240627155915-1e9138121

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11458', :group => :development
gem 'sorbet-runtime', '0.5.11458'

sorbet 0.5.11457.20240627143459-79337a0f2

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11457', :group => :development
gem 'sorbet-runtime', '0.5.11457'

sorbet 0.5.11456.20240627141515-fd0720c7e

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11456', :group => :development
gem 'sorbet-runtime', '0.5.11456'

sorbet 0.5.11455.20240627133118-fba098552

... (truncated)

Commits


Updates tilt from 2.3.0 to 2.4.0

Changelog

Sourced from tilt's changelog.

2.4.0 (2024-06-27)

  • Support commonmarker 1.0+ API (unasuke) (#10)
  • Make etanni template work with frozen string literals (jeremyevans)
  • Deprecate erubis, wikicloth, and maruku templates as they require modifying frozen string literals (jeremyevans)
  • Make SassTemplate ignore unsupported options when using sass-embedded (jeremyevans)
Commits
  • a237d86 Bump version to 2.4.0
  • a40719d Add nocov markings around old commonmarker template
  • 1ec1695 Adjust CI gemfile to fix issues
  • 646bd8b Fix ScssTemplate#sass_options when using sass-embedded
  • 9f47973 Make SassTemplate ignore unsupported options when using sass-embedded
  • ac9640c Don't test Maruku in CI on JRuby 9.2
  • adc1ba3 Simplify prawn test checking now that checked_describe can take multiple argu...
  • e6f8b7f Remove modification of string literals in tests
  • b008ed8 Deprecate erubis, wikicloth, and maruku templates as they require modifying s...
  • b803c18 Make etanni template work with frozen string literals
  • Additional commits viewable 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions