Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2025

Bumps coffee-rails, rails, rails-i18n, mini_racer, audited, country_select, exception_notification, database_cleaner and selenium-webdriver. These dependencies needed to be updated together.
Updates coffee-rails from 4.2.2 to 5.0.0

Changelog

Sourced from coffee-rails's changelog.

5.0.0 (Apr 23, 2019)

  • Remove support to Rails < 5.2.
  • Support Rails 6.
Commits
  • 32a2939 Prepare to 5.0.0
  • 6507f0a Set the javascripts generator option as true in the railtie
  • 5f0e005 Point to rails repository
  • 74214e8 Merge pull request #114 from larouxn/rails_6_support
  • eff9c00 Revert folder structure changes, remove --javascripts flag
  • e7ce694 Fix for exclusively Rails 6
  • 69e6782 TESTING, use my fork of Rails
  • fc8c48c Conditionally use Rails 6 folder stucture
  • 5df5816 Merge pull request #111 from larouxn/stop_testing_below_ruby_2.2
  • 9bead93 Merge pull request #112 from larouxn/update_travis_jruby_version
  • Additional commits viewable in compare view

Updates rails from 5.1.7 to 7.1.6

Release notes

Sourced from rails's releases.

7.1.6

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • Gracefully handle Timeout.timeout firing during connection configuration.

    Use of Timeout.timeout could result in improperly initialized database connection.

    This could lead to a partially configured connection being used, resulting in various exceptions, the most common being with the PostgreSQLAdapter raising undefined method key?' for nilorTypeError: wrong argument type nil (expected PG::TypeMap)`.

    Jean Boussier

  • Fix error handling during connection configuration.

    Active Record wasn't properly handling errors during the connection configuration phase. This could lead to a partially configured connection being used, resulting in various exceptions, the most common being with the PostgreSQLAdapter raising undefined method key?' for nilorTypeError: wrong argument type nil (expected PG::TypeMap)`.

    Jean Boussier

  • Fix prepared statements on mysql2 adapter.

    Jean Boussier

  • Fix a race condition in ActiveRecord::Base#method_missing when lazily defining attributes.

    If multiple thread were concurrently triggering attribute definition on the same model, it could result in a NoMethodError being raised.

    Jean Boussier

Action View

  • No changes.

Action Pack

... (truncated)

Commits
  • ffcbf6f Preparing for 7.1.6 release
  • 10a0f90 Upgrade sigstore gem to 0.2.2
  • 4df996b Sync changelog
  • 310c904 Merge pull request #55570 from zzak/8-0-sidekiq-issues
  • c274de0 Merge pull request #55747 from skipkayhil/hm-kwzpqqkssmwtsunu
  • 1d82970 Add the Action Cable configuration
  • 8323dd6 Merge pull request #54164 from zzak/asto-test-mini_magick-deprecation-warning
  • 4eb8085 Merge pull request #55812 from yahonda/bump-microsoftedge-version-to-latest
  • d100e46 Don't load action cable in the activestorage dummy app
  • 91fc9b2 Don't load sprockets-rails and propshaft in the same application
  • Additional commits viewable in compare view

Updates rails-i18n from 5.1.3 to 7.0.10

Changelog

Sourced from rails-i18n's changelog.

7.0.10 (2024-10-28)

  • Update following locales:
    • Lithuanian (lt): Add missing keys (x_years, in, model_invalid, required, round_mode, eb, pb)
    • Portuguese (pt): Fixed number.currency.format.format and helpers.submit.update #1122
    • Croatian (hr): use genitive case for month names and put a period after weekday and month abbreviations #1126
    • Korean (ko): Add missing keys (Storage units) #1118
  • Fix compatibility with frozen string literals. #1120
  • Refactor translations implemented in Ruby to avoid method redefinition warnings on reload. #1128

7.0.9 (2024-03-13)

  • Add following locales:
    • Welsh (cy)
  • Fix empty am and pm keys to make dates/times in the 12-hour time format distinguishable in every locale #1105
  • Update following locales:
    • Afrikaans (af): Fix translation of May #1110
    • Czech (cs): Capitalise date day and month names for consistency #1113
    • Traditional Chinese (zh-HK, zh-TW, zh-YUE): Use traditional "week" character in date.abbr_day_names #1112
    • Italian (it): Fix translation for second prompt #1111
    • Bosnian (bs): am/pm
    • Danish (da): am/pm
    • Galician (gl): am/pm
    • Icelandic (is): am/pm
    • Norwegian Bokmål (nb): am/pm
    • Norwegian Nynorsk (nn): am/pm
    • Portuguese (pt-BR): am/pm
    • Romanian (ro): am/pm
    • Swedish (sv sv-FI sv-SE): am/pm
    • Welsh (cy): Move the keys to right place and add missing keys
    • Danish (da): Remove title case for storage and human decimal units #1108
  • Add ordinalization for many locales (be, bs, cs, da, de-AT, de-CH, de-DE, eo, et, fa, fi, hr, hu, is, ka, lb, lt, lv, mk, nb, ne, nn, pl, sk, sl, sq, sr, sw, tr) #1109

7.0.8 (2023-08-15)

  • Update following locales:
    • Bengali (bn): Add missing keys (almost_x_years) #1094
    • English (en-US): Normalize and add missing keys (in and round_mode) #1095
    • Korean (ko): Add missing keys (in and round_mode) #1097
    • Norwegian (nb): Fix extra %{count} interpolation in has_one key #1082
    • Portuguese (pt pt-BR): Add missing keys (round_mode) #1100
    • Spanish (es-419 es-AR es-CL es-CO es-CR es-EC es-MX es-NI es-PA es-PE es-US es-VE): Fix typo in word carácter #1090
    • Spanish (es-419 es-AR es-CL es-CO es-CR es-EC es-ES es-MX es-NI es-PA es-PE es-US es-VE): Normalize and add missing keys (in) #1089
    • Ukranian: Use hryvnia symbol as a currency unit #1093

7.0.7 (2023-05-12)

  • Non-numerics counts are considered as other in all pluralizations #1067
  • Update following locales:

... (truncated)

Commits

Updates mini_racer from 0.6.3 to 0.19.1

Changelog

Sourced from mini_racer's changelog.

  • 0.19.1 - 20-10-2025

    • JS code can now catch ruby exceptions - Ben Noordhuis
    • Retain string encoding when raising exceptions - Ben Noordhuis
    • Fix object identity bug with Ruby to JS conversion - Benjamin Wood
  • 0.19.0 - 24-06-2025

    • upgrade to node 24.1.0
  • 0.18.1 - 03-04-2025

    • Convert round doubles to fixnum for very big floats - this has better parity with JavaScript - Ben Noorhuis
  • 0.18.0 - 05-03-2025

    • Time for a major release
    • Handle ActiveSupport TimeWithZone objects during serialization - Sam Saffron
  • 0.18.0.pre1 - 06-02-2025

    • Updated to node 23.6.1.0
  • 0.17.0.pre13 - 04-02-2025

    • Only issue idle GC once post dispatch - reduces CPU usage for auto cleanup - Sam Saffron
  • 0.17.0.pre12 - 23-01-2025

    • Corrected off-by-one error with object serialization - Ben Noordhuis
  • 0.17.0.pre11 - 21-01-2025

    • Corrected encoding bug with deserialization of strings - Ben Noordhuis
  • 0.17.0.pre10 - 20-01-2025

    • Added back support for partially deserialized objects (objects that do not translate across boundaries are returned as Error properties) - Ben Noordhuis
  • 0.17.0.pre9 - 13-01-2025

    • For backwards compatibility convert v8 return values to UTF-8 (invalidly encoded string still get returned using V8 encoding)
  • 0.17.0.pre8 - 11-01-2025

    • Fix handling of UTF 32 LE and Ascii encoding strings - Ben Noordhuis
    • Handle rare edge case in V8 serialization - Ben Noordhuis
  • 0.17.0.pre7 - 10-01-2025

    • Objects containing non serializable properties will return an Error object vs raising an exception. Ben Noordhuis
    • Truffle support was added back Eregon
  • 0.17.0.pre6 - 08-01-2025

    • Moved all mini_racer interaction with v8 to a dedicated native thread to avoid cross VM stack contamination. Ben Noordhuis
  • 0.17.0.pre5 - 30-09-2024

    • Handle segfault from JSON.stringify
    • Fix segfaults around symbol conversion

... (truncated)

Commits
  • c621c1b Version bump
  • 23ab9cc JS code can now catch Ruby exceptions (#373)
  • 2ab94dd Bump ruby/setup-ruby from 1.262.0 to 1.265.0 (#374)
  • 606f488 Retain string encoding when raising exception (#372)
  • dc0ff20 Bump ruby/setup-ruby from 1.255.0 to 1.262.0 (#370)
  • 11ad9d9 Bump actions/checkout from 4.2.2 to 5.0.0 (#365)
  • 556392c Bump ruby/setup-ruby from 1.247.0 to 1.255.0 (#366)
  • ba84a51 Bump ruby/setup-ruby from 1.247.0 to 1.254.0 (#364)
  • 715a9b4 Fix object identity bug in Ruby-to-JavaScript conversion (#363)
  • e2b7229 Bump ruby/setup-ruby from 1.245.0 to 1.247.0 (#360)
  • Additional commits viewable in compare view

Updates audited from 5.3.3 to 5.8.0

Changelog

Sourced from audited's changelog.

5.8.0 (2024-11-08)

5.7.0 (2024-08-13)

5.6.0 (2024-04-05)

  • Removed support for Rails 5.0 and 5.1.
  • Replace RequestStore with ActiveSupport::CurrentAttributes - @​punkisdead #702

5.5.0 (2024-04-02)

  • Bad release. Same code as 5.4.1. Use 5.6.0 for updated features.

5.4.3 (2024-01-11)

5.4.2 (2023-11-30)

  • Revert replacing RequetStore with ActiveSupport::CurrentAttributes until it is fully tested.

5.4.1 (2023-11-30)

5.4.0 (2023-09-30)

Commits
  • f935285 Bump version
  • 05b7aad Merge pull request #739 from collectiveidea/rails8
  • e64b4e3 Add Rails 8.0 to build matrix
  • a1847f6 Merge pull request #734 from mohammednasser-32/allow_calling_audited_multiple...
  • b658e95 Merge pull request #738 from BranLiang/main
  • f2c9d7d Relax gemspec to allow Rails 8.1
  • 882d1cb remove log message
  • d1c1b68 return if options did not change
  • e3a9d1c allow calling audited multiple times
  • 8dc7184 Merge pull request #729 from mattbrictson/ci-rails-main
  • Additional commits viewable in compare view

Updates country_select from 8.0.1 to 11.0.0

Release notes

Sourced from country_select's releases.

11.0.0

What's Changed

New Contributors

Full Changelog: countries/country_select@v10.0.1...v11.0.0

10.0.1

What's Changed

Full Changelog: countries/country_select@v10.0.0...v10.0.1

10.0.0

What's Changed

Full Changelog: countries/country_select@v9.0.0...v10.0.0

9.0.0

What's Changed

Full Changelog: countries/country_select@v8.0.3...v9.0.0

8.0.3

What's Changed

New Contributors

Full Changelog: countries/country_select@v8.0.2...v8.0.3

8.0.2

What's Changed

... (truncated)

Changelog

Sourced from country_select's changelog.

11.0.0 2025-05-31

10.0.1 2025-01-04

10.0.0 2024-09-29

  • Drop support for Ruby 3.0 (EOL 2024-04-23) (@​pmor)
  • Add Rails 7.2 to the test matrix (@​pmor)
  • Update countries gem to 7.0.0 (@​pmor)

9.0.0 2024-02-17

  • Drop support for Ruby 2.7, Rails 5.2 and 6.0 (@​pmor)
  • Remove support for deprecated 1.x syntax (@​pmor)

8.0.3 2023-10-07

8.0.2 2023-08-01

Commits
  • a4b34f9 Bump version and update CHANGELOG
  • cc45ed1 Merge pull request #229 from ursm/hr
  • cca822d Merge pull request #232 from countries/drop_ruby_3.1_and_rails_7.0
  • b2ced62 Update gemfiles
  • 4a1ad64 Drop support for Ruby 3.1, Rails 7.0 and countries gem 5.x. Allow countries g...
  • 9846d6c Merge pull request #230 from kiyohara/fix/country-sort-nonlatin-fallback
  • 554216b fix: Improve sorting for non-Latin country names by handling transliteration ...
  • 0a84b85 Use <hr> as divider
  • e6a6030 Update CHANGELOG and gemfiles
  • 37ffc2b Update countries gem and bump version
  • Additional commits viewable in compare view

Updates exception_notification from 4.4.3 to 5.0.1

Release notes

Sourced from exception_notification's releases.

v5.0.1

What's Changed

Full Changelog: kmcphillips/exception_notification@v5.0.0...v5.0.1

v5.0.0

This is the first release on the fork and the first release since: https://github.com/smartinez87/exception_notification/releases/tag/v4.6.0

Mostly this is getting the gem back in an up to date and modern state. The build is fixed and the examples and docs are fixed. This gem is being maintained now.

What's Changed

  • Update Rails minimum version to 7.1.
  • Update Ruby minimum version to 3.2.
  • Switch formatting to Standard.
  • Fix warnings for Sidekiq above 7.1.5. (@​honzasterba)
  • Update docs, example apps, and general tidying up. (@​kmcphillips)

Full Changelog: kmcphillips/exception_notification@v4.5.0...v5.0.0

Changelog

Sourced from exception_notification's changelog.

== 5.0.1

  • Change packaged gem files. Remove unnecessary files which cause warnings in some envs. #9 (@​brianclinkenbeard)

== 5.0.0

  • Switch linter to Standardrb. Remove Rubocop.
  • Change default ruby version to 3.4.2.
  • Drop support for old Rails and Ruby versions. Require Rails 7.1 and Ruby 3.2 at least.
  • Add two Rails exceptions to the ignore list: ActionDispatch::Http::MimeNegotiation::InvalidType Rack::Utils::InvalidParameterError
  • Fix some warnings and patches around sidekiq.
  • General repo tidying and updating. (All by @​kmcphillips)

== 4.6.0

https://github.com/smartinez87/exception_notification/releases/tag/v4.6.0

== 4.5.0

  • enhancements

    • Added Rails 7 compatibility (by @​fwininger)
    • Added support for the optional data attribute to the SNS notifier (@​TomK32)
    • Addressed a deprecation warning for module_parent_name which was thrown for users using Rails > 6.x (@​quorak)
    • Restored the hash separator for controller#action in the email notifier (@​garethrees)
  • removals

    • Dropped support for Tinder (gem is no longer maintained) (by @​fwininger)
    • Dropped support for Ruby on Rails versions below 5.2
Commits
  • 4787f7c Bump version to 5.0.1
  • 7039925 Update changelog
  • edbfd81 Merge pull request #9 from brianclinkenbeard/match-gemspec-files-explicitly
  • 71b17aa Add gemspec
  • 85b27a0 Match gemspec files explicitly
  • 228d40e Add 5.0.0 changelog
  • 5a7f56b Bump version to 5.0.0
  • ce9f336 Fix style for generator to suit new rails default lints
  • 3eca5ce Merge pull request #4 from kmcphillips/sidekiq-config
  • b31ec0e Handle sidekiq config error_handlers
  • Additional commits viewable in compare view

Updates database_cleaner from 2.0.1 to 2.1.0

Changelog

Sourced from database_cleaner's changelog.

== 2.1.0 2024-10-24

=== Changes

== 2.0.2 2023-03-10

== Bugfixes

Commits
  • 23fb7a7 Bump version to 2.1.0
  • 892dd1b Add details about v2.1.0
  • cbc8408 Skip conventional sqlite:// URLs from safeguards (#715)
  • f458536 Update for trilogy (#707)
  • b38eec7 Add Ruby 3.3 to CI matrix (#710)
  • 0bb7cd0 Point CI badge to GitHub Actions (#706)
  • 64e2ef7 Merge pull request #699 from DatabaseCleaner/feature/relax-dependency
  • 7edc507 Relax dependency on database_cleaner-active_record
  • c5c62ee Document version 2.0.2
  • 0ff5d01 Merge pull request #697 from petergoldstein/feature/add_ruby_3_2_to_ci
  • Additional commits viewable in compare view

Updates selenium-webdriver from 4.8.1 to 4.39.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.39.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.39.0 (2025-12-06)

  • Add CDP for Chrome 143 and remove 140

4.38.0 (2025-10-24)

  • Add CDP for Chrome 142 and remove 139
  • Fix BiDi Network issue by removing nil values on network requests (#16442)
  • Remove cruft from old CI environment (#16473)
  • [bidi] remove deprecated classes for log inspector (#16474)

4.37.0 (2025-10-16)

  • Add CDP for Chrome 141 and remove 138
  • Update Chrome/Edge args for test environment (#16376)
  • Remove prism dependency (#16437)
  • Remove json version constraint (#16436)

4.36.0 (2025-09-18)

  • Add CDP for Chrome 140 and remove 137
  • [BiDi] Create browser module, added user context related methods (#15371)
  • BiDi get client windows (#16211)
  • Fix links to exception documentation on website (#16305)
  • Update unhandled_prompt_behavior capability to support hash syntax (#16289)

4.35.0 (2025-08-12)

  • Add CDP for Chrome 139 and remove 136
  • Fix typos in javascript & rb (#16019)
  • Allow to use rubyzip v3 (#16108)

4.34.0 (2025-06-29)

  • Add CDP for Chrome 138 and remove 135
  • Fix child process terminate method when a process is already terminated (#15789)
  • Deprecate ftp proxy (#15926)
  • Add macOS key mappings for Options and Function keys (#15959)

4.33.0 (2025-05-23)

  • Add CDP for Chrome 137 and remove 134
  • Let firefox choose the bidi port by default (#15727)
  • Upgrade to Ruby 3.2

4.32.0 (2025-05-02)

  • Add CDP for Chrome 136 and remove 133
  • log at info level with names and values when Guards#add_condition used
  • Add PrintOptions Implementation for Ruby WebDriver (#15158)

... (truncated)

Commits
  • 126f156 [build] Prepare for release of Selenium 4.39.0 (#16672)
  • 080c81f fix flaky Ruby test devtools_spec.rb
  • d6ed112 Revert "[rb] add mutable and immutable record objects to manage serialization"
  • 9f20834 [rb] add mutable and immutable record objects to manage serialization
  • 9829448 bump versions to nightly
  • 281a200 [build] Prepare for release of Selenium 4.38.0 (#16499)
  • 0ecbd47 [rb] update syntax with rspec linter (#16498)
  • 229e299 [rb][build] disable dev shm for Chrome and Edge on RBE (#16497)
  • b3b23f5 [build] minimize number of ruby targets run with bidi (#16477)
  • 0606401 [rb][bidi] remove deprecated classes for log inspector (#16474)
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…lect, exception_notification, database_cleaner and selenium-webdriver

Bumps [coffee-rails](https://github.com/rails/coffee-rails), [rails](https://github.com/rails/rails), [rails-i18n](https://github.com/svenfuchs/rails-i18n), [mini_racer](https://github.com/discourse/mini_racer), [audited](https://github.com/collectiveidea/audited), [country_select](https://github.com/countries/country_select), [exception_notification](https://github.com/kmcphillips/exception_notification), [database_cleaner](https://github.com/DatabaseCleaner/database_cleaner) and [selenium-webdriver](https://github.com/SeleniumHQ/selenium). These dependencies needed to be updated together.

Updates `coffee-rails` from 4.2.2 to 5.0.0
- [Changelog](https://github.com/rails/coffee-rails/blob/master/CHANGELOG.md)
- [Commits](rails/coffee-rails@v4.2.2...v5.0.0)

Updates `rails` from 5.1.7 to 7.1.6
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v5.1.7...v7.1.6)

Updates `rails-i18n` from 5.1.3 to 7.0.10
- [Changelog](https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/svenfuchs/rails-i18n/commits/v7.0.10)

Updates `mini_racer` from 0.6.3 to 0.19.1
- [Changelog](https://github.com/rubyjs/mini_racer/blob/main/CHANGELOG)
- [Commits](rubyjs/mini_racer@v0.6.3...v0.19.1)

Updates `audited` from 5.3.3 to 5.8.0
- [Changelog](https://github.com/collectiveidea/audited/blob/main/CHANGELOG.md)
- [Commits](collectiveidea/audited@v5.3.3...v5.8.0)

Updates `country_select` from 8.0.1 to 11.0.0
- [Release notes](https://github.com/countries/country_select/releases)
- [Changelog](https://github.com/countries/country_select/blob/master/CHANGELOG.md)
- [Commits](countries/country_select@v8.0.1...v11.0.0)

Updates `exception_notification` from 4.4.3 to 5.0.1
- [Release notes](https://github.com/kmcphillips/exception_notification/releases)
- [Changelog](https://github.com/kmcphillips/exception_notification/blob/main/CHANGELOG.rdoc)
- [Commits](kmcphillips/exception_notification@v4.4.3...v5.0.1)

Updates `database_cleaner` from 2.0.1 to 2.1.0
- [Changelog](https://github.com/DatabaseCleaner/database_cleaner/blob/main/History.rdoc)
- [Commits](DatabaseCleaner/database_cleaner@v2.0.1...v2.1.0)

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

---
updated-dependencies:
- dependency-name: coffee-rails
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: rails
  dependency-version: 7.1.6
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: rails-i18n
  dependency-version: 7.0.10
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: mini_racer
  dependency-version: 0.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: audited
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: country_select
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: exception_notification
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: database_cleaner
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: selenium-webdriver
  dependency-version: 4.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Dec 12, 2025
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