Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Bump the ruby-dependencies group across 1 directory with 12 updates#69

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/ruby-dependencies-edefa24c6a
Open

Bump the ruby-dependencies group across 1 directory with 12 updates#69
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/ruby-dependencies-edefa24c6a

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps the ruby-dependencies group with 12 updates in the / directory:

Package From To
bcrypt 3.1.20 3.1.21
bootsnap 1.19.0 1.20.1
sqlite3 2.8.1 2.9.0
thruster 0.1.16 0.1.17
kamal 2.9.0 2.10.1
brakeman 7.1.1 7.1.2
debug 1.11.0 1.11.1
standard-rails 1.5.0 1.6.0
mocha 2.8.2 3.0.1
aws-sdk-s3 1.206.0 1.209.0
pagy 43.2.0 43.2.2
scout_apm 6.0.0 6.0.2

Updates bcrypt from 3.1.20 to 3.1.21

Release notes

Sourced from bcrypt's releases.

v3.1.21

What's Changed

New Contributors

Full Changelog: bcrypt-ruby/bcrypt-ruby@v3.1.20...v3.1.21

Changelog

Sourced from bcrypt's changelog.

3.1.21 Dec 31 2025

  • Use constant time comparisons
  • Mark as Ractor safe
Commits

Updates bootsnap from 1.19.0 to 1.20.1

Release notes

Sourced from bootsnap's releases.

v1.20.1

What's Changed

  • Handle broken symlinks in load path scanning code. Should fix Errno::ENOENT fstatat issues some users have encountered after upgrading to 1.20.0.

Full Changelog: rails/bootsnap@v1.20.0...v1.20.1

v1.20.0

What's Changed

  • Optimized load path scanning with a C extension. Should be about 2x faster on supported platforms.

Full Changelog: rails/bootsnap@v1.19.0...v1.20.0

Changelog

Sourced from bootsnap's changelog.

1.20.1

  • Handle broken symlinks in load path scanning code. Should fix Errno::ENOENT fstatat issues some users have encountered after upgrading to 1.20.0.

1.20.0

  • Optimized load path scanning with a C extension. Should be about 2x faster on supported platforms.
Commits
  • ba59bb8 Release 1.20.1
  • 302b7db Merge pull request #514 from byroot/handle-broken-symlink
  • fd1ddc3 Handle broken symlinks in load path
  • fac34b8 Release 1.20.0
  • 71311d4 Include Bootsnap::VERSION in LoadPathCache version
  • f5c43ac Merge pull request #512 from byroot/prune-load-dir
  • f94f668 Stop caching directories in LoadPathCache
  • e3b5292 Merge pull request #511 from byroot/c-ext-load-path-scan
  • e91dd21 Implement PathScanner in C to avoid N+1 stat(2) calls
  • c77d5cc Cleanup the c extension
  • Additional commits viewable in compare view

Updates sqlite3 from 2.8.1 to 2.9.0

Release notes

Sourced from sqlite3's releases.

2.9.0 / 2025-12-27

Ruby

Added

  • Introduce Statement#named_params to introspect on a parameterized SQL statement. #627 #642 @​captn3m0

Improved

cfe1e0216f46d7483839719bf827129151e6c680317b99d7b8fc1597a3e13473  sqlite3-2.9.0-aarch64-linux-gnu.gem
56a35cb2d70779afc2ac191baf2c2148242285ecfed72f9b021218c5c4917913  sqlite3-2.9.0-aarch64-linux-musl.gem
a19a21504b0d7c8c825fbbf37b358ae316b6bd0d0134c619874060b2eef05435  sqlite3-2.9.0-arm-linux-gnu.gem
fca5b26197c70e3363115d3faaea34d7b2ad9c7f5fa8d8312e31b64e7556ee07  sqlite3-2.9.0-arm-linux-musl.gem
a917bd9b84285766ff3300b7d79cd583f5a067594c8c1263e6441618c04a6ed3  sqlite3-2.9.0-arm64-darwin.gem
677333ebf8f496f7ffe89bf1e5f8c5331ffe83249228cb262cd896ce8d383da6  sqlite3-2.9.0-x64-mingw-ucrt.gem
47317ba230f6c2c361981aa5fc1bf9de1b99727317171393ba90abab092c5b5f  sqlite3-2.9.0-x86-linux-gnu.gem
b627f3a2ca59aaaa5e10b8666cdbd7122469b49afa4bd895133cecb7b5c1368d  sqlite3-2.9.0-x86-linux-musl.gem
59fe51baa3cb33c36d27ce78b4ed9360cd33ccca09498c2ae63850c97c0a6026  sqlite3-2.9.0-x86_64-darwin.gem
72fff9bd750070ba3af695511ba5f0e0a2d8a9206f84869640b3e99dfaf3d5a5  sqlite3-2.9.0-x86_64-linux-gnu.gem
ef716ba7a66d7deb1ccc402ac3a6d7343da17fac862793b7f0be3d2917253c90  sqlite3-2.9.0-x86_64-linux-musl.gem
ece9c00b32ec5f550d3a4a35c41ea8d738563589f090b9dfd0d510b7ae5f296c  sqlite3-2.9.0.gem

New Contributors

Full Changelog: sparklemotion/sqlite3-ruby@v2.8.1...v2.9.0

Changelog

Sourced from sqlite3's changelog.

2.9.0 / 2025-12-27

Ruby

Added

  • Introduce Statement#named_params to introspect on a parameterized SQL statement. #627 #642 @​captn3m0

Improved

Commits
  • b9029a6 version bump to v2.9.0
  • f26cb7a Merge pull request #673 from sparklemotion/flavorjones/ruby-4-native-support
  • d479c81 ci: temporarily pin to setup-ruby with windows ruby 4
  • 40cdd3c dep: add native gem support for Ruby 4.0, drop Ruby 3.1 support
  • 9789b37 Merge pull request #674 from sparklemotion/flavorjones/ci-arm-runners
  • e67a33f ci: macos-13 is no longer available
  • 805f3e3 ci: use arm64 runners to speed things up
  • 1d701bc Merge pull request #671 from houyuanjie/main
  • 58d9a0f Fix the inconsistent names in SQLite3::Statement#memused RDoc call-seq
  • 3264d47 dep: Update actions{upload,download}-artifact (#660)
  • Additional commits viewable in compare view

Updates thruster from 0.1.16 to 0.1.17

Changelog

Sourced from thruster's changelog.

v0.1.17 / 2025-12-16

  • Mitigate BREACH attacks with random jitter and optional compression guard (#102)
Commits
  • 97dd28d Bump version
  • 5a11890 Merge pull request #107 from basecamp/workflow-fix
  • 0f43f3e Restrict workflow permission
  • ef864ed Merge pull request #106 from basecamp/update-deps
  • 3ea6321 Update Go version & deps
  • 704a825 Merge pull request #105 from basecamp/handler-refactor
  • 6b05f45 Move compression logic into its own middleware
  • b77cccb Refactor middleware naming
  • cccdad8 Merge pull request #102 from basecamp/breach
  • b1e717d Mitigate BREACH attacks with random jitter and optional compression guard
  • Additional commits viewable in compare view

Updates kamal from 2.9.0 to 2.10.1

Release notes

Sourced from kamal's releases.

v2.10.1

What's Changed

Full Changelog: basecamp/kamal@v2.10.0...v2.10.1

v2.10.0

What's Changed

New Contributors

Full Changelog: basecamp/kamal@v2.9.0...v2.10.0

Commits
  • 30f8aef Bump version for 2.10.1
  • e744e40 Merge pull request #1738 from basecamp/revert-accessory-volume-change
  • 849faf3 Pass accessory volume through as is
  • f5ec8cb Bump version for 2.10.0
  • 910729c Doc fixes for Kamal 2.10
  • e40731a Merge pull request #1731 from basecamp/boot-parallel-roles
  • 3682280 Boot in parallel for roles on the same host
  • 4ca210c Merge pull request #1730 from basecamp/check-roles-before-removing
  • f86156b Check roles before removing images and directories
  • 40d4d8f Merge pull request #1729 from basecamp/only-set-destination-env-if-there-is-one
  • Additional commits viewable in compare view

Updates brakeman from 7.1.1 to 7.1.2

Changelog

Sourced from brakeman's changelog.

7.1.2 - 2025-12-25

  • Update ruby_parser to remove version restriction (Chedli Bourguiba)
  • Raise minimum required Ruby to 3.2.0
  • Use Minitest 6.0
  • Reduce SQL injection false positives from count calls
  • Ignore more Haml attribute builder methods
Commits
  • f7cd522 Bump to 7.1.2
  • aea2ec0 Update CHANGES
  • 2aaa6e6 Merge pull request #1988 from presidentbeef/ignore_more_haml_builders
  • 0924f7b Ignore more Haml builders
  • 4411a1a Merge pull request #1987 from chaadow/patch-3
  • 0271586 Merge pull request #1986 from willnet/use-3-2-in-readme
  • 7065ebe Update ruby_parser to handle ruby 4.0.0+
  • b3f67a4 Update required Ruby version in README
  • 901a45d Merge pull request #1984 from sampart/patch-1
  • 6ad33c4 Merge pull request #1985 from presidentbeef/upgrade_minitest_6_0
  • Additional commits viewable in compare view

Updates debug from 1.11.0 to 1.11.1

Release notes

Sourced from debug's releases.

v1.11.1

What's Changed

New Contributors

Full Changelog: ruby/debug@v1.11.0...v1.11.1

Commits
  • bad4d38 v1.11.1
  • 88d762c FileUtils is needed
  • 553373a omit on older version
  • c1c1c8e use Kernel.__callee__
  • 24f95d6 catch up 4.0.0 backtrace change
  • bc97d33 add a test for b path: ...
  • 1139d78 support b path: path_expr
  • 06342cd catch any exception on singletonclass
  • 2791573 fix(DAP): Return unverified breakpoints instead of unsuccessful response
  • 14c8a54 Update imemo_mask to match ruby's
  • See full diff in compare view

Updates standard-rails from 1.5.0 to 1.6.0

Changelog

Sourced from standard-rails's changelog.

[1.6.0]

  • Update Rubocop Rails to v2.34
Commits
  • 8ab43b5 🥐 v1.6.0
  • 2ceb491 Merge pull request #119 from standardrb/dependabot/bundler/rubocop-rails-2.34.2
  • 9408826 Configures three new cops
  • f6b1854 Merge pull request #121 from standardrb/dependabot/github_actions/ruby/setup-...
  • 096d2a7 Bump ruby/setup-ruby from 1.268.0 to 1.269.0
  • 0d50d24 Merge pull request #120 from standardrb/dependabot/github_actions/actions/che...
  • 836c9ce Bump actions/checkout from 6.0.0 to 6.0.1
  • de23389 Merge pull request #122 from standardrb/dependabot/github_actions/step-securi...
  • bc0bb45 Bump step-security/harden-runner from 2.13.2 to 2.13.3
  • fd2cc95 Update rubocop-rails requirement from ~> 2.33.4 to >= 2.33.4, < 2.35.0
  • Additional commits viewable in compare view

Updates mocha from 2.8.2 to 3.0.1

Changelog

Sourced from mocha's changelog.

3.0.1

External changes

  • Fix Mocha/RSpec integration by reinstating argument default value for Hooks#mocha_setup (#768 & #769) - thanks to @​mackuba for reporting.

3.0.0

External changes

  • Improvements to docs for cardinality-related methods (#700)
  • Drop support for Ruby v2.1 (#628 & #695)
  • Improve gemspec description (#692 & #696)
  • Remove docs for use_test_unit_gem option (eaf03493)
  • Correct docs for MOCHA_OPTIONS "debug" value (69ef41c0)
  • Use built-in Ruby debug option vs custom module (#714 & #715)
  • Enable strict keyword argument matching by default in Ruby >= v3 (#697 & #718)
  • Use Ruby v1.9 Hash syntax in Hash#mocha_inspect used in failure messages (#651 & #719)
  • Improve #mocha_inspect for empty keyword argument Hash (#588 & #720) - thanks to @​herwinw for reporting
  • Improve error if Mockery.teardown called before Mockery.setup (#611, #646 & #721) - thanks to @​riniculous for reporting
  • Freeze string literals (#722)
  • Allow keyword arguments to match an expectation expecting only positional arguments (#593 & #732) - thanks to @​seandilda for reporting
  • Fix compatibility with Ruby 3.5 (#755) - thanks to @​Earlopain
  • Add missing quotes to docs for Mocha::ParameterMatchers::Methods#equivalent_uri (#757) - thanks to @​bensherman
  • Increment assertion count on never expected invocation (#763 & #764)
  • Remove deprecated ParameterMatchers::Base class; include ParameterMatchers::BaseMethods module instead (415ae768)
  • Remove deprecated ParameterMatcher methods now available in ParameterMatcher::Methods (8de49979)
  • Removed deprecated access to ParameterMatcher classes (6ea9e3f5)

Internal changes

  • Add Expectation#thrice (#701) - thanks to @​andrewn617
  • Add base64 to Gemfile for Ruby >= v3.3.0 to avoid warning (8c49314c & a76330d6)
  • Include custom Gemfiles in Rubocop linting (04063f0d)
  • Use ruby:3.4.0-rc1 vs ruby:3.4.0-preview2 in CI in preparation for the Ruby v3.4 release (b2127407)
  • Add ostruct to Gemfile for Ruby >= v3.4.0 to avoid warning (2b05e09e)
  • Add Ruby v3.4 to CI build matrix (#708)
  • Fix Ruby v3.4 warnings in ObjectInspectTest (#709 & #710)
  • Rubocop-related improvements (#702 & #705)
  • Consistently use development group in Gemfiles (#706 & #716)
  • Add missing requires for 'mocha/ruby_version' (7f99db69)
  • Convert ParameterMatchers::Base class -> module (#712 & #723)
  • Enable ExpectMatchingDefinition option on Naming/FileName cop (#726)
  • Remove duplicate DefaultReceiverTest (39d99954)
  • Improvements to keyword argument matching tests (#730)
  • Improvements to keyword argument matcher unit test (#731)
  • Remove support for running tests with Minitest < v5 (#727)
  • Remove workaround for JRuby jar-dependencies issue (#737)
  • Add benchmark to Gemfile to fix warning (#733 & #740) - thanks to @​nitishr

... (truncated)

Commits
  • 99d8784 [skip ci] Update documentation for v3.0.1
  • 156d57d Bump version to 3.0.1 & prepare for release
  • 7ceec53 Reinstate arg default in Hooks#mocha_setup
  • 25130b1 [skip ci] Fix docs for the release process
  • cc089be [skip ci] Add release notes for v2.8.2
  • 7cd8f85 Backport release notes for v2.8.2
  • 16a380b [skip ci] Update documentation for v3.0.0
  • b035b36 Bump version to 3.0.0 & prepare for release
  • b4310b8 [skip ci] Update documentation for v3.0.0-rc.2
  • 31e433a Bump version to 3.0.0-rc.2 & prepare for release
  • Additional commits viewable in compare view

Updates aws-sdk-s3 from 1.206.0 to 1.209.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.209.0 (2025-12-23)

  • Feature - Add additional validation to Outpost bucket names.

1.208.0 (2025-12-16)

  • Feature - Updates to the S3 Encryption Client. The V3 S3 Encryption Client now requires key committing algorithm suites by default.

1.207.0 (2025-12-15)

  • Feature - This release adds support for the new optional field 'LifecycleExpirationDate' in S3 Inventory configurations.
Commits

Updates pagy from 43.2.0 to 43.2.2

Release notes

Sourced from pagy's releases.

Version 43.2.2

Changes in 43.2.2

  • Refactor bin/pagy to use the Pagy::CLI class
  • Replace optimist with the optparse standard lib
  • Simplify apps by using SQLite :memory:

CHANGELOG

Version 43

We needed a leap version to unequivocally signaling that it's not just a major version: it's a complete redesign of the legacy code at all levels, usage and API included.

Why 43? Because it's exactly one step beyond "The answer to the ultimate question of life, the Universe, and everything." 😉

Improvements

This version introduces several enhancements, such as new :countish and :keynav_js paginators and improved automation and configuration processes, reducing setup requirements by 99%. The update also includes a simpler API and new interactive development tools, making it a comprehensive upgrade from previous versions.

  • New :countish Paginator
    • Faster than OFFSET and supporting the full UI
  • New Keynav Pagination
    • The pagy-exclusive technique using the fastest keysetpagination alongside all frontend helpers.
  • New interactive dev-tools
    • New PagyWand to integrate the pagy CSS with your app themes.
    • New Pagy AI available right inside your own app.
  • Intelligent automation
  • Simpler API
    • You solely need the pagy method and the @​pagy instance to paginate any collection and use any navigation tag and helper.
    • Methods are autoloaded only if used, and consume no memory otherwise.
    • Methods have narrower scopes and can be overridden without deep knowledge.
  • New documentation
    • Very concise, straightforward, and easy to navigate and understand.

Upgrade to 43

See the Upgrade Guide

... (truncated)

Changelog

Sourced from pagy's changelog.

Version 43.2.2

  • Refactor bin/pagy to use the Pagy::CLI class
  • Replace optimist with the optparse standard lib
  • Simplify apps by using SQLite :memory:

Version 43.2.1

  • Fix the shallow cloning of root_key params. Close #851.
  • Implements support for easy overriding
  • Add :current_url alias to :page_url
  • Fix limit_tag_js not respecting the passed :client_max_limit option
  • Fix data_hash returning keys with nil values, or URLs without page; add :current_url alias to :page_url
  • Remove warning when fit_time
  • Fix respond_to_missing definition arguments in Search::Arguments
Commits
  • 75182a8 Merge branch 'dev'
  • b4ae662 Version 43.2.2
  • 46601cc Fix script/bump.rb missing to update pagy in Gemfile.lock
  • b09c910 Cleanup test
  • 95e56cf 💎 Refactor bin/pagy to use the Pagy::CLI class
  • c461379 💎 Replace optimist with the optparse standard lib
  • e0eec57 💎 Simplify apps by using SQLite :memory:
  • 33e1d13 Improve URLs docs
  • a6a1da1 Bump actions/cache from 4 to 5 (#852)
  • 5492130 Improve docs
  • Additional commits viewable in compare view

Updates scout_apm from 6.0.0 to 6.0.2

Changelog

Sourced from scout_apm's changelog.

6.0.2

  • Fix endpoint_sample_rate and job_sample_rate to support float values

6.0.1

  • Fix capturing of job params for non ActiveJob
Commits

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 ruby-dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [bcrypt](https://github.com/bcrypt-ruby/bcrypt-ruby) | `3.1.20` | `3.1.21` |
| [bootsnap](https://github.com/rails/bootsnap) | `1.19.0` | `1.20.1` |
| [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `2.8.1` | `2.9.0` |
| [thruster](https://github.com/basecamp/thruster) | `0.1.16` | `0.1.17` |
| [kamal](https://github.com/basecamp/kamal) | `2.9.0` | `2.10.1` |
| [brakeman](https://github.com/presidentbeef/brakeman) | `7.1.1` | `7.1.2` |
| [debug](https://github.com/ruby/debug) | `1.11.0` | `1.11.1` |
| [standard-rails](https://github.com/testdouble/standard-rails) | `1.5.0` | `1.6.0` |
| [mocha](https://github.com/freerange/mocha) | `2.8.2` | `3.0.1` |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.206.0` | `1.209.0` |
| [pagy](https://github.com/ddnexus/pagy) | `43.2.0` | `43.2.2` |
| [scout_apm](https://github.com/scoutapp/scout_apm_ruby) | `6.0.0` | `6.0.2` |



Updates `bcrypt` from 3.1.20 to 3.1.21
- [Release notes](https://github.com/bcrypt-ruby/bcrypt-ruby/releases)
- [Changelog](https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/CHANGELOG)
- [Commits](bcrypt-ruby/bcrypt-ruby@v3.1.20...v3.1.21)

Updates `bootsnap` from 1.19.0 to 1.20.1
- [Release notes](https://github.com/rails/bootsnap/releases)
- [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md)
- [Commits](rails/bootsnap@v1.19.0...v1.20.1)

Updates `sqlite3` from 2.8.1 to 2.9.0
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v2.8.1...v2.9.0)

Updates `thruster` from 0.1.16 to 0.1.17
- [Changelog](https://github.com/basecamp/thruster/blob/main/CHANGELOG.md)
- [Commits](basecamp/thruster@v0.1.16...v0.1.17)

Updates `kamal` from 2.9.0 to 2.10.1
- [Release notes](https://github.com/basecamp/kamal/releases)
- [Commits](basecamp/kamal@v2.9.0...v2.10.1)

Updates `brakeman` from 7.1.1 to 7.1.2
- [Release notes](https://github.com/presidentbeef/brakeman/releases)
- [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md)
- [Commits](presidentbeef/brakeman@v7.1.1...v7.1.2)

Updates `debug` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/ruby/debug/releases)
- [Commits](ruby/debug@v1.11.0...v1.11.1)

Updates `standard-rails` from 1.5.0 to 1.6.0
- [Changelog](https://github.com/standardrb/standard-rails/blob/main/CHANGELOG.md)
- [Commits](standardrb/standard-rails@v1.5.0...v1.6.0)

Updates `mocha` from 2.8.2 to 3.0.1
- [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md)
- [Commits](freerange/mocha@v2.8.2...v3.0.1)

Updates `aws-sdk-s3` from 1.206.0 to 1.209.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 `pagy` from 43.2.0 to 43.2.2
- [Release notes](https://github.com/ddnexus/pagy/releases)
- [Changelog](https://github.com/ddnexus/pagy/blob/master/docs/CHANGELOG.md)
- [Commits](ddnexus/pagy@43.2.0...43.2.2)

Updates `scout_apm` from 6.0.0 to 6.0.2
- [Changelog](https://github.com/scoutapp/scout_apm_ruby/blob/master/CHANGELOG.markdown)
- [Commits](scoutapp/scout_apm_ruby@v6.0.0...v6.0.2)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-version: 3.1.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
- dependency-name: bootsnap
  dependency-version: 1.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: sqlite3
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: thruster
  dependency-version: 0.1.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
- dependency-name: kamal
  dependency-version: 2.10.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: brakeman
  dependency-version: 7.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
- dependency-name: debug
  dependency-version: 1.11.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
- dependency-name: standard-rails
  dependency-version: 1.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: mocha
  dependency-version: 3.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: ruby-dependencies
- dependency-name: aws-sdk-s3
  dependency-version: 1.209.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: pagy
  dependency-version: 43.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
- dependency-name: scout_apm
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
...

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 Jan 5, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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