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 dependencies group with 15 updates #3093

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps the dependencies group with 15 updates:

Package From To
aws-sdk-s3 1.152.1 1.155.0
aws-sdk-s3control 1.83.0 1.86.0
caxlsx_rails 0.6.3 0.6.4
mini_magick 4.12.0 4.13.1
net-imap 0.4.12 0.4.14
nokogiri 1.16.5 1.16.6
pagy 8.4.4 8.6.2
rack 3.0.11 3.1.4
sentry-rails 5.17.3 5.18.0
sentry-sidekiq 5.17.3 5.18.0
sidekiq 7.2.4 7.3.0
rspec-rails 6.1.2 6.1.3
rubocop-performance 1.21.0 1.21.1
selenium-webdriver 4.21.1 4.22.0
timecop 0.9.9 0.9.10

Updates aws-sdk-s3 from 1.152.1 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.

1.152.3 (2024-06-13)

  • Issue - Handle 200 errors for all S3 operations that do not have streaming responses.

1.152.2 (2024-06-12)

  • Issue - Revert Handling of 200 errors for all S3 operations.
Commits

Updates aws-sdk-s3control from 1.83.0 to 1.86.0

Changelog

Sourced from aws-sdk-s3control's changelog.

1.86.0 (2024-06-28)

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

1.85.0 (2024-06-25)

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

1.84.0 (2024-06-24)

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

Updates caxlsx_rails from 0.6.3 to 0.6.4

Changelog

Sourced from caxlsx_rails's changelog.

Change log

June 18, 2024: 0.6.4 release

  • Convert to Github actions
  • Improve tests
  • Fix broken templates with comments as their last line

March 8, 2022: 0.6.3 release

December 18, 2019: 0.6.2 release

  • Release under caxlsx_rails

December 18, 2019: 0.6.1 release

  • Deprecate axlsx_rails name, release under caxlsx_rails
  • Switch to using caxlsx 3.0 gem

September 5, 2019: 0.6.0 release

  • Improved Rails 6.0 compatibility re MIME type

May 1st, 2018: 0.5.2 release

  • Improved Rails 5 compatibility re MIME type

March 29th, 2017: 0.5.1 release

July 26st, 2016: 0.5.0 release

  • Support for Rails 5
  • Tested on on Rails 4.0, 4.1, 4.2, and 5.0
  • Bug fixes for unreadable files and UTF-8 errors

July 13th, 2015: 0.4.0 release

  • Support for Rails 4.2
  • Removal of forced default_formats (url format must match)
  • Tested only on Rails 4.1 and 4.2
  • For Rails 3.2 or below, use 0.3.0

November 20th, 2014: 0.3.0 release

  • Support for Rails 4.2.beta4.

... (truncated)

Commits
  • 35d8740 Version bump to 0.6.4
  • 7edfebc Merge pull request #180 from caxlsx/dependabot/github_actions/actions/checkout-4
  • 12ae0c2 Bump actions/checkout from 3 to 4
  • e626ec7 Fix dependabot
  • cd752d3 Merge pull request #179 from kiskoza/fix-failing-test
  • c13142e Add dependabot to catch github action warnings
  • 911cee0 Fix failing tests for Rails 6.0, 6.1, 7.0, 7.1 by pinning down sqlite3 version
  • 508d3ba Fix failing tests for Rails 4.2 by pinning down bigdecimal and ffi versions
  • b98bc49 Update README.md
  • d3e18ec Merge pull request #175 from kiskoza/add-ruby-3.3.0-to-ci
  • Additional commits viewable in compare view

Updates mini_magick from 4.12.0 to 4.13.1

Release notes

Sourced from mini_magick's releases.

v4.13.1

  • Revert an optimization to save an identify call when retrieving image information by doing this work while validating on create, as this caused validation to hang for some SVG files.

v4.13.0

  • Warnings about convert command being deprecated on ImageMagick 7 are now ignored.

    The next major version of MiniMagick will switch to using magick on IM7, as it might not be fully compatible with magick convert.

  • If processing images is returning warnings (e.g. TIFF images tend to do that), but they're otherwise fine, you can prevent MiniMagick from forwarding warnings to standard error:

    MiniMagick.configure do |config|
      config.warnings = false
    end
  • When the ImageMagick subprocess has been abruptly killed by the operating system (e.g. OOM kill), in which case the exit status will be unknown, MiniMagick will now handle this gracefully.

  • When validating the image, the cheap info will now be automatically stored on the MiniMagick::Image object, so a subsequent call to #type, #width, #height, #dimensions, #size or #human_size will not call identify again.

  • The posix-spawn shell backend has been deprecated (see minimagick/minimagick#558).

    Ruby uses vfork since Ruby 2.2, so posix-spawn doesn't provide performance benefits on relevant Ruby versions anymore. Additionally, Ruby 3 switched to non-blocking pipes by default, which should hopefully resolve deadlocks with open3 (see minimagick/minimagick#347 and minimagick/minimagick#437). Due to this change, posix-spawn is currently incompatible with Ruby 3.

  • MiniMagick::Image#mime_type has been deprecated, due to returning incorrect MIME type for formats not starting with image/*.

    ImageMagick does have a way to return the MIME type, but it requires reading the whole image, which is significantly slower. It's recommended to use Marcel or MimeMagic for determining MIME type from magic header. Alternatively, you can use mime-types or MiniMime for obtaining MIME type from file extension or from MiniMagick::Image#type.

  • Ruby 2.3+ is now required.

Commits
  • 58a6a5e Bump to 4.13.1
  • 75432bb Revert "Save format, dimensions, size, etc when validating to avoid unnecessa...
  • ca8d406 Bump to 4.13.0
  • c39fbef Ignore warnings about convert command being deprecated on IM7
  • c7c5d2f Allow silencing warnings
  • ece9f09 Save format, dimensions, size, etc when validating to avoid unnecessary secon...
  • 6cc4ecf Also add explicit permissions to workflows (#566)
  • fe2951c Fix CI badge (#564)
  • ac2a94a Deprecate MiniMagick::Image#mime_type
  • 67547cd Handle OOM kills
  • Additional commits viewable in compare view

Updates net-imap from 0.4.12 to 0.4.14

Release notes

Sourced from net-imap's releases.

v0.4.14

What's Changed

Added

Fixed

Full Changelog: ruby/net-imap@v0.4.13...v0.4.14

v0.4.13

What's Changed

✨ Added features

  • 🔧 Add Config class for debug, open_timeout, and idle_response_timeout by @​nevans in ruby/net-imap#291
    • Net::IMAP.config for global configuration. This enables global defaults for previously client-local configuration:
      • open_timeout
      • idle_response_timeout
    • config keyword parameters for Net::IMAP.new
    • Net::IMAP#config for client configuration. This enables client-local overrides of previously global configuration:
      • debug
    • ♻️ Minor Config class tidy up by @​nevans in ruby/net-imap#295
  • 🔧 Add config option for sasl_ir by @​nevans in ruby/net-imap#294
  • 🔊 Add config option for responses_without_block by @​nevans in ruby/net-imap#293

📖 Documentation

🛠️ Other changes

Full Changelog: ruby/net-imap@v0.4.12...v0.4.13

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 nokogiri from 1.16.5 to 1.16.6

Release notes

Sourced from nokogiri's releases.

v1.16.6 / 2024-06-13

Dependencies

  • [CRuby] Vendored libxml2 is updated to v2.12.8, which the release notes state is a bugfix release.

sha256 checksums:

7f4c37ee2dd9c97fdfb6278cf3d9dd2078651f241eed320e26902135dbf78183  nokogiri-1.16.6-aarch64-linux.gem
73d7a7ca569308f181a234269e6607c9acb26ecc93ccbb05998d24a9546c0a94  nokogiri-1.16.6-arm-linux.gem
43e8a783697c65413408a4923b5c2ed6bea6632cfdab4da220446b601733fa4b  nokogiri-1.16.6-arm64-darwin.gem
993ec13a1f0fb2261913e62e1f7a662c77108b1a59c903033eac432f74437275  nokogiri-1.16.6-java.gem
285687f16c330a9b61793d9d45913becf7a9aa82b0ce15c48fc1e0d6c6c9972f  nokogiri-1.16.6-x64-mingw-ucrt.gem
dbbefbfabe363daaa90e7c0b15854769e17ee5b8ae243014e0e55c01047eb5cd  nokogiri-1.16.6-x64-mingw32.gem
dedac3ee38b4deed1141747f04dd5ac512ef9165259cec66ec934edaa8a2a848  nokogiri-1.16.6-x86-linux.gem
5080e9512e3ba320aef074c16a23aef737301ac0e3b7a173a299dcaaa40b6a20  nokogiri-1.16.6-x86-mingw32.gem
92fa413d866baf9b609f17558ecfbcf950d5373213babcf4ce11d7eaed4b21cf  nokogiri-1.16.6-x86_64-darwin.gem
769bd2c14ad76dd5a7e14c867741cf2e3b8c25626a34f40aee7b0b998b8de820  nokogiri-1.16.6-x86_64-linux.gem
935fe4dd67d4377f4a05002acb1ffbadbcae265ea8e7869fc40e3a8121f3e1ef  nokogiri-1.16.6.gem
Changelog

Sourced from nokogiri's changelog.

v1.16.6 / 2024-06-13

Dependencies

  • [CRuby] Vendored libxml2 is updated to v2.12.8, which the release notes state is a bugfix release.
Commits

Updates pagy from 8.4.4 to 8.6.2

Release notes

Sourced from pagy's releases.

Version 8.6.2

✴ What's new in 8.0+ ✴

  • New Pagy Playground to showcase, clone and develop pagy APPs without any setup on your side (try the pagy demo)
  • New :max_pages variable to limit the pagination regardless the actual count
  • Better frontend helpers
  • The foundation, materialize, semantic and uikit CSS extras have been discontinued and will be removed in v9 (See the details)
  • Deprecate the legacy nav bar, add features to the default faster nav bar series
  • See the CHANGELOG for possible breaking changes

Changes in 8.6.2

  • Fix the legacy size in code and test
  • Improve code readability and size check in series
  • Fix the old terminology in the demo.ru app

CHANGELOG

Version 8.6.1

✴ What's new in 8.0+ ✴

  • New Pagy Playground to showcase, clone and develop pagy APPs without any setup on your side (try the pagy demo)
  • New :max_pages variable to limit the pagination regardless the actual count
  • Better frontend helpers
  • The foundation, materialize, semantic and uikit CSS extras have been discontinued and will be removed in v9 (See the details)
  • Deprecate the legacy nav bar, add features to the default faster nav bar series
  • See the CHANGELOG for possible breaking changes

Changes in 8.6.1

  • Update playground apps and e2e tests
  • Update pagy.rb initializer

CHANGELOG

Version 8.6.0

✴ What's new in 8.0+ ✴

  • New Pagy Playground to showcase, clone and develop pagy APPs without any setup on your side (try the pagy demo)
  • New :max_pages variable to limit the pagination regardless the actual count
  • Better frontend helpers
  • The foundation, materialize, semantic and uikit CSS extras have been discontinued and will be removed in v9 (See the details)
  • Deprecate the legacy nav bar, add features to the default faster nav bar series
  • See the CHANGELOG for possible breaking changes

Changes in 8.6.0

... (truncated)

Changelog

Sourced from pagy's changelog.

Version 8.6.2

  • Fix the legacy size in code and test
  • Improve code readability and size check in series
  • Fix the old terminology in the demo.ru app

Version 8.6.1

  • Update playground apps and e2e tests
  • Update pagy.rb initializer

Version 8.6.0

  • Add translated pluralized aria_label.nav for "ar" locale (close #577)
  • Deprecate the legacy bar. Insert first and last pages and gaps when needed into the simple bar

Version 8.5.0

  • Improve pagy playground launcher
  • Refactor calendar class structure
  • Remove automatic skipping of bundle install in playground apps
  • Update ruby calendar test
  • Update cypress calendar test
  • Refactor calendar test environment to use activerecord
  • Add code for calendar counts
  • Remove redundant Warning
  • Convert calendar.ru to calendar_rails.ru

Version 8.4.5

  • Fix pluralization rule link on locale files (#716)
  • Install gems in pagy CI
  • Indentation changes
  • Remove :cycle false default
  • Fill aria_label.nav ca pluralized entry (#715) (Fixes #581)
  • Fix typos (#710)
Commits
  • 071699d Merge branch 'dev'
  • 00a7136 Version 8.6.2
  • 920575d Fix the legacy size in code and test
  • d857324 Update gems and js modules
  • 35fcc36 Improve code readability and size check in series
  • 437f6af Update src/build script
  • ea628c0 Fix the old terminology in the demo.ru app
  • 367b844 Improve bump script
  • 55b9e83 Reorder method calls and file position [skip-log]
  • 8e7e88a Improve how-to docs
  • Additional commits viewable in compare view

Updates rack from 3.0.11 to 3.1.4

Changelog

Sourced from rack's changelog.

[3.1.4] - 2024-06-22

Fixed

  • Fix Rack::Lint matching some paths incorrectly as authority form. (#2220, [@​ioquatix])

[3.1.3] - 2024-06-12

Fixed

[3.1.2] - 2024-06-11

  • Rack::Response will take in to consideration chunked encoding responses (#2204, [@​tenderlove])

[3.1.1] - 2024-06-11

  • Oops! I shouldn't have shipped that

[3.1.0] - 2024-06-11

⚠️ This release includes several breaking changes. Refer to the Removed section below for the list of deprecated methods that have been removed in this release.

Rack v3.1 is primarily a maintenance release that removes features deprecated in Rack v3.0. Alongside these removals, there are several improvements to the Rack SPEC, mainly focused on enhancing input and output handling. These changes aim to make Rack more efficient and align better with the requirements of server implementations and relevant HTTP specifications.

SPEC Changes

Added

  • Introduce Rack::Multipart::MissingInputError for improved handling of missing input in #parse_multipart. (#2018, [@​ioquatix])
  • Introduce module Rack::BadRequest which is included in multipart and query parser errors. (#2019, [@​ioquatix])
  • Add .mjs MIME type (#2057, @​axilleas)
  • set_cookie_header utility now supports the partitioned cookie attribute. This is required by Chrome in some embedded contexts. (#2131, @​flavio-b)
  • Introduce rack.early_hints for sending 103 Early Hints informational responses. (#1831, @​casperisfine, [@​jeremyevans])

Changed

  • MIME type for JavaScript files (.js) changed from application/javascript to text/javascript (1bd0f15, [@​ioquatix])
  • Update MIME types associated to .ttf, .woff, .woff2 and .otf extensions to use mondern font/* types. (#2065, [@​davidstosik])
  • Rack::Utils.escape_html is now delegated to CGI.escapeHTML. ' is escaped to [#39](https://github.com/rack/rack/issues/39); instead of #x27;. (decimal vs hexadecimal) (#2099, @​JunichiIto)
  • Clarify use of @buffered and only update content-length when Rack::Response#finish is invoked. (#2149, [@​ioquatix])

Deprecated

... (truncated)

Commits

Updates sentry-rails from 5.17.3 to 5.18.0

Changelog

Sourced from sentry-rails's changelog.

5.18.0

Features

  • Add generator for initializer generation (#2286)

    Rails users will be able to use bin/rails generate sentry to generate their config/initializers/sentry.rb file.

  • Notify users when their custom options are discarded (#2303)

  • Add a new :graphql patch to automatically enable instrumenting GraphQL spans (#2308)

    Usage:

    Sentry.init do |config|
      # ...
      config.enabled_patches += [:graphql]
    end
  • Add Sentry.get_trace_propagation_meta helper for injecting meta tags into views (#2314)

  • Add query source support to sentry-rails (#2313)

    The feature is only activated in apps that use Ruby 3.2+ and Rails 7.1+. By default only queries that take longer than 100ms will have source recorded, which can be adjusted by updating the value of config.rails.db_query_source_threshold_ms.

  • Log envelope delivery message with debug instead of info (#2320)

Bug Fixes

  • Don't throw error on arbitrary arguments being passed to capture_event options #2301
  • Decrease the default number of background worker threads by half (#2305)
  • Don't mutate enabled_environments when using Sentry::TestHelper (#2317)
  • Don't use array for transaction names and sources on scope (#2324)
    • Fixes #2257
    • BREAKING This removes the internal scope.transaction_names method, please use scope.transaction_name instead

Internal

  • Add origin to spans and transactions to track integration sources for instrumentation (#2319)
Commits

Updates sentry-sidekiq from 5.17.3 to 5.18.0

Changelog

Sourced from sentry-sidekiq's changelog.

5.18.0

Features

  • Add generator for initializer generation (#2286)

    Rails users will be able to use bin/rails generate sentry to generate their config/initializers/sentry.rb file.

  • Notify users when their custom options are discarded (#2303)

  • Add a new :graphql patch to automatically enable instrumenting GraphQL spans (#2308)

    Usage:

    Sentry.init do |config|
      # ...
      config.enabled_patches += [:graphql]
    end
  • Add Sentry.get_trace_propagation_meta helper for injecting meta tags into views (#2314)

  • Add query source support to sentry-rails (#2313)

    The feature is only activated in apps that use Ruby 3.2+ and Rails 7.1+. By default only queries that take longer than 100ms will have source recorded, which can be adjusted by updating the value of config.rails.db_query_source_threshold_ms.

  • Log envelope delivery message with debug instead of info (#2320)

Bug Fixes

  • Don't throw error on arbitrary arguments being passed to capture_event options #2301
  • Decrease the default number of background worker threads by half (#2305)
  • Don't mutate enabled_environments when using Sentry::TestHelper (#2317)
  • Don't use array for transaction names and sources on scope (#2324)
    • Fixes #2257
    • BREAKING This removes the internal scope.transaction_names method, please use scope.transaction_name instead

Internal

  • Add origin to spans and transactions to track integration sources for instrumentation (#2319)
Commits

Updates sidekiq from 7.2.4 to 7.3.0

Changelog

Sourced from sidekiq's changelog.

7.3.0

  • NEW FEATURE Add Sidekiq::IterableJob, iteration support for long-running jobs. [#6286, fatkodima] Iterable jobs are interruptible and can restart quickly if running during a deploy. You must ensure that each_iteration doesn't take more than Sidekiq's -t timeout (default: 25 seconds). Iterable jobs must not implement perform.
class ProcessArrayJob
  include Sidekiq::IterableJob
  def build_enumerator(*args, **kwargs)
    array_enumerator(args, **kwargs)
  end
  def each_iteration(arg)
    puts arg
  end
end
ProcessArrayJob.perform_async(1, 2, 3)

See the Iteration wiki page and the RDoc in Sidekiq::IterableJob. This feature should be considered BETA until the next minor release.

  • SECURITY The Web UI no longer allows extensions to use <script>. Adjust CSP to disallow inline scripts within the Web UI. Please see examples/webui-ext for how to register Web UI extensions and use dynamic CSS and JS. This will make Sidekiq immune to XSS attacks. #6270
  • Add config option, :skip_default_job_logging to disable Sidekiq's default start/finish job logging. #6200
  • Allow Sidekiq::Limiter.redis to use Redis Cluster #6288
  • Retain CurrentAttributeѕ after inline execution #6307
  • Ignore non-existent CurrentAttributes attributes when restoring #6341
  • Raise default Redis {read,write,connect} timeouts from 1 to 3 seconds to minimize ReadTimeoutErrors #6162
  • Add logger as a dependency since it will become bundled in Ruby 3.5 #6320
  • Ignore unsupported locales in the Web UI #6313
Commits
  • 602d046 require securerandom for base64
  • dbb68ee thursday now
  • 8532f2e latest
  • fcffc8e Fix flaky test breakages
  • 944cb34 initialize AJ in helper so all tests can use AJ, use zero DB because garnet d...
  • a9cab7d fix bottom nav bar overlap on large screen devices
  • 4e150c3 updates
  • adaf1f5 remove throttling stub, change Sidekiq::Job#stopping? to Sidekiq::Job#interru...
  • cdc7644 no reason not to prefer unlink
  • 9ebabc3 forgot to save first
  • Additional commits viewable in compare view

Updates rspec-rails from 6.1.2 to 6.1.3

Changelog

Sourced from rspec-rails's changelog.

6.1.3 / 2024-06-19

Full Changelog

Bug Fixes:

  • Reset ActiveSupport::CurrentAttributes between examples. (Javier Julio, #2752)
  • Fix a broken link in generated mailer previews. (Chiara Núñez, #2764)
  • Fix have_status_code behaviour with deprecated status names by delegating to Rack::Utils.status_code/1 to set the expected status code. (Darren Boyd, #2765)
Commits

Updates rubocop-performance from 1.21.0 to 1.21.1

Release notes

Sourced from rubocop-performance's releases.

RuboCop Performance 1.21.1

Bug fixes

  • #452: Fix an error for Performance/RedundantEqualityComparisonBlock when the block is empty. (@​earlopain)
Changelog

Sourced from rubocop-performance's changelog.

1.21.1 (2024-06-16)

Bug fixes

  • #452: Fix an error for Performance/RedundantEqualityComparisonBlock when the block is empty. ([@​earlopain][])
Commits
  • decd4a4 Cut 1.21.1
  • e9acfaf Update Changelog
  • 142d49f Use sh instead of system cmd, exception: true in *.rake
  • 404ca8b Merge pull request #453 from Earlopain/readme-badge
  • dae5c83 Fix readme CI badge
  • cec9f54 Merge pull request #452 from Earlopain/fix-error-for-redundant-equality-check
  • 106202a Fix error for Performance/RedundantEqualityComparisonBlock when block is empty
  • 4752f8d Merge pull request #451 from koic/restore_skipping_specs_for_prism
  • 875bdb4 Restore skipped specs for Prism
  • eab7722 Correct some example descriptions
  • Additional commits viewable in compare view

Updates selenium-webdriver from 4.21.1 to 4.22.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.22.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript     |     IEDriver

What's Changed

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 1, 2024
Bumps the dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.152.1` | `1.155.0` |
| [aws-sdk-s3control](https://github.com/aws/aws-sdk-ruby) | `1.83.0` | `1.86.0` |
| [caxlsx_rails](https://github.com/caxlsx/caxlsx_rails) | `0.6.3` | `0.6.4` |
| [mini_magick](https://github.com/minimagick/minimagick) | `4.12.0` | `4.13.1` |
| [net-imap](https://github.com/ruby/net-imap) | `0.4.12` | `0.4.14` |
| [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.16.5` | `1.16.6` |
| [pagy](https://github.com/ddnexus/pagy) | `8.4.4` | `8.6.2` |
| [rack](https://github.com/rack/rack) | `3.0.11` | `3.1.4` |
| [sentry-rails](https://github.com/getsentry/sentry-ruby) | `5.17.3` | `5.18.0` |
| [sentry-sidekiq](https://github.com/getsentry/sentry-ruby) | `5.17.3` | `5.18.0` |
| [sidekiq](https://github.com/sidekiq/sidekiq) | `7.2.4` | `7.3.0` |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `6.1.2` | `6.1.3` |
| [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.21.0` | `1.21.1` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.21.1` | `4.22.0` |
| [timecop](https://github.com/travisjeffery/timecop) | `0.9.9` | `0.9.10` |


Updates `aws-sdk-s3` from 1.152.1 to 1.155.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 `aws-sdk-s3control` from 1.83.0 to 1.86.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-s3control/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `caxlsx_rails` from 0.6.3 to 0.6.4
- [Changelog](https://github.com/caxlsx/caxlsx_rails/blob/master/CHANGELOG.md)
- [Commits](caxlsx/caxlsx_rails@v0.6.3...v0.6.4)

Updates `mini_magick` from 4.12.0 to 4.13.1
- [Release notes](https://github.com/minimagick/minimagick/releases)
- [Commits](minimagick/minimagick@v4.12.0...v4.13.1)

Updates `net-imap` from 0.4.12 to 0.4.14
- [Release notes](https://github.com/ruby/net-imap/releases)
- [Commits](ruby/net-imap@v0.4.12...v0.4.14)

Updates `nokogiri` from 1.16.5 to 1.16.6
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.5...v1.16.6)

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

Updates `rack` from 3.0.11 to 3.1.4
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/commits/v3.1.4)

Updates `sentry-rails` from 5.17.3 to 5.18.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.17.3...5.18.0)

Updates `sentry-sidekiq` from 5.17.3 to 5.18.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.17.3...5.18.0)

Updates `sidekiq` from 7.2.4 to 7.3.0
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v7.2.4...v7.3.0)

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

Updates `rubocop-performance` from 1.21.0 to 1.21.1
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-performance@v1.21.0...v1.21.1)

Updates `selenium-webdriver` from 4.21.1 to 4.22.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.22.0)

Updates `timecop` from 0.9.9 to 0.9.10
- [Changelog](https://github.com/travisjeffery/timecop/blob/master/History.md)
- [Commits](travisjeffery/timecop@v0.9.9...v0.9.10)

---
updated-dependencies:
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: aws-sdk-s3control
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: caxlsx_rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mini_magick
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: net-imap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: nokogiri
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pagy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sentry-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sentry-sidekiq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sidekiq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rubocop-performance
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: timecop
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@alan-at-work alan-at-work force-pushed the dependabot/bundler/dependencies-bb5e8f26f1 branch from 76817f2 to 41c7413 Compare July 2, 2024 06:42
@alan-at-work alan-at-work merged commit 19cf9c8 into main Jul 2, 2024
17 checks passed
@alan-at-work alan-at-work deleted the dependabot/bundler/dependencies-bb5e8f26f1 branch July 2, 2024 06:52
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.

1 participant