From 41f6bdf783c2e28d8ca412ad8d41afdb918adf7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 05:08:04 +0000 Subject: [PATCH] chore(deps): bump the ruby-deps group with 8 updates Bumps the ruby-deps group with 8 updates: | Package | From | To | | --- | --- | --- | | [haml](https://github.com/haml/haml) | `7.1.0` | `7.2.0` | | [pagy](https://github.com/ddnexus/pagy) | `43.2.3` | `43.2.6` | | [turbo-rails](https://github.com/hotwired/turbo-rails) | `2.0.20` | `2.0.21` | | [public_activity](https://github.com/public-activity/public_activity) | `3.0.1` | `3.0.2` | | [haml_lint](https://github.com/sds/haml-lint) | `0.68.0` | `0.69.0` | | [listen](https://github.com/guard/listen) | `3.9.0` | `3.10.0` | | [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) | `3.11.0` | `3.12.0` | | [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.39.0` | `4.40.0` | Updates `haml` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/haml/haml/releases) - [Changelog](https://github.com/haml/haml/blob/main/CHANGELOG.md) - [Commits](https://github.com/haml/haml/compare/v7.1.0...v7.2.0) Updates `pagy` from 43.2.3 to 43.2.6 - [Release notes](https://github.com/ddnexus/pagy/releases) - [Changelog](https://github.com/ddnexus/pagy/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/ddnexus/pagy/compare/43.2.3...43.2.6) Updates `turbo-rails` from 2.0.20 to 2.0.21 - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](https://github.com/hotwired/turbo-rails/compare/v2.0.20...v2.0.21) Updates `public_activity` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/public-activity/public_activity/releases) - [Changelog](https://github.com/public-activity/public_activity/blob/main/CHANGELOG.md) - [Commits](https://github.com/public-activity/public_activity/compare/v3.0.1...v3.0.2) Updates `haml_lint` from 0.68.0 to 0.69.0 - [Release notes](https://github.com/sds/haml-lint/releases) - [Changelog](https://github.com/sds/haml-lint/blob/main/CHANGELOG.md) - [Commits](https://github.com/sds/haml-lint/compare/v0.68.0...v0.69.0) Updates `listen` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/guard/listen/releases) - [Commits](https://github.com/guard/listen/compare/v3.9.0...v3.10.0) Updates `pry-byebug` from 3.11.0 to 3.12.0 - [Release notes](https://github.com/deivid-rodriguez/pry-byebug/releases) - [Changelog](https://github.com/deivid-rodriguez/pry-byebug/blob/master/CHANGELOG.md) - [Commits](https://github.com/deivid-rodriguez/pry-byebug/compare/v3.11.0...v3.12.0) Updates `selenium-webdriver` from 4.39.0 to 4.40.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/compare/selenium-4.39.0...selenium-4.40.0) --- updated-dependencies: - dependency-name: haml dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: pagy dependency-version: 43.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: turbo-rails dependency-version: 2.0.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: public_activity dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: haml_lint dependency-version: 0.69.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: listen dependency-version: 3.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: pry-byebug dependency-version: 3.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: selenium-webdriver dependency-version: 4.40.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 43 +++++++++++++++++++++++-------------------- 2 files changed, 24 insertions(+), 21 deletions(-) diff --git a/Gemfile b/Gemfile index b1cbf35ab..b7ce607a7 100644 --- a/Gemfile +++ b/Gemfile @@ -79,7 +79,7 @@ group :development do # Display performance information such as SQL time and flame graphs for each request in your browser. # Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md gem 'rack-mini-profiler', '~> 4.0' - gem 'listen', '~> 3.9' + gem 'listen', '~> 3.10' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring # gem 'spring' end diff --git a/Gemfile.lock b/Gemfile.lock index e962aece5..e2f308b51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -122,7 +122,8 @@ GEM bullet (8.1.0) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) - byebug (12.0.0) + byebug (13.0.0) + reline (>= 0.6.0) capybara (3.40.0) addressable matrix @@ -217,11 +218,11 @@ GEM activerecord (>= 4.0.0) globalid (1.2.1) activesupport (>= 6.1) - haml (7.1.0) + haml (7.2.0) temple (>= 0.8.2) thor tilt - haml_lint (0.68.0) + haml_lint (0.69.0) haml (>= 5.0) parallel (~> 1.10) rainbow @@ -268,7 +269,8 @@ GEM letter_opener (1.10.0) launchy (>= 2.2, < 4) lint_roller (1.1.0) - listen (3.9.0) + listen (3.10.0) + logger rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) logger (1.7.0) @@ -332,11 +334,11 @@ GEM actionpack (>= 4.2) omniauth (~> 2.0) ostruct (0.6.3) - pagy (43.2.3) + pagy (43.2.6) json yaml parallel (1.27.0) - parser (3.3.10.0) + parser (3.3.10.1) ast (~> 2.4.1) racc pg (1.6.3-aarch64-linux) @@ -357,13 +359,14 @@ GEM net-smtp premailer (~> 1.7, >= 1.7.9) prettyprint (0.2.0) - prism (1.7.0) - pry (0.15.2) + prism (1.8.0) + pry (0.16.0) coderay (~> 1.1) method_source (~> 1.0) - pry-byebug (3.11.0) - byebug (~> 12.0) - pry (>= 0.13, < 0.16) + reline (>= 0.6.0) + pry-byebug (3.12.0) + byebug (~> 13.0) + pry (>= 0.13, < 0.17) pry-rails (0.3.11) pry (>= 0.13.0) pry-remote (0.1.8) @@ -372,11 +375,11 @@ GEM psych (5.3.1) date stringio - public_activity (3.0.1) - actionpack (>= 6.1.0) + public_activity (3.0.2) + actionpack (>= 6.1) activerecord (>= 6.1) i18n (>= 0.5.0) - railties (>= 6.1.0) + railties (>= 6.1) public_suffix (7.0.2) puma (6.6.1) nio4r (~> 2.0) @@ -435,9 +438,9 @@ GEM rainbow (3.1.1) rake (13.3.1) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (7.0.3) + rdoc (7.1.0) erb psych (>= 4.0.0) tsort @@ -510,7 +513,7 @@ GEM scout_apm (5.8.0) parser securerandom (0.4.1) - selenium-webdriver (4.39.0) + selenium-webdriver (4.40.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -552,11 +555,11 @@ GEM terser (1.2.6) execjs (>= 0.3.0, < 3) thor (1.5.0) - tilt (2.6.1) + tilt (2.7.0) timecop (0.9.10) timeout (0.6.0) tsort (0.2.0) - turbo-rails (2.0.20) + turbo-rails (2.0.21) actionpack (>= 7.1.0) railties (>= 7.1.0) tzinfo (2.0.6) @@ -634,7 +637,7 @@ DEPENDENCIES jquery-ui-rails launchy letter_opener - listen (~> 3.9) + listen (~> 3.10) mutex_m nokogiri omniauth