From 47d97f7fc57d70e77ea7b8776c199d85764e8386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 10:41:24 +0000 Subject: [PATCH] chore(deps): bump the ruby-deps group across 1 directory with 7 updates Bumps the ruby-deps group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [turbo-rails](https://github.com/hotwired/turbo-rails) | `2.0.12` | `2.0.16` | | [rails](https://github.com/rails/rails) | `7.0.8.1` | `8.0.2` | | [acts-as-taggable-on](https://github.com/mbleigh/acts-as-taggable-on) | `11.0.0` | `12.0.0` | | [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.34.0` | `4.35.0` | | [jbuilder](https://github.com/rails/jbuilder) | `2.13.0` | `2.14.1` | | [rubocop](https://github.com/rubocop/rubocop) | `1.79.1` | `1.79.2` | | [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.32.0` | `2.33.2` | Updates `turbo-rails` from 2.0.12 to 2.0.16 - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](https://github.com/hotwired/turbo-rails/compare/v2.0.12...v2.0.16) Updates `rails` from 7.0.8.1 to 8.0.2 - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v7.0.8.1...v8.0.2) Updates `acts-as-taggable-on` from 11.0.0 to 12.0.0 - [Release notes](https://github.com/mbleigh/acts-as-taggable-on/releases) - [Changelog](https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md) - [Commits](https://github.com/mbleigh/acts-as-taggable-on/compare/v11.0.0...v12.0.0) Updates `selenium-webdriver` from 4.34.0 to 4.35.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.34.0...selenium-4.35.0) Updates `jbuilder` from 2.13.0 to 2.14.1 - [Release notes](https://github.com/rails/jbuilder/releases) - [Commits](https://github.com/rails/jbuilder/compare/v2.13.0...v2.14.1) Updates `rubocop` from 1.79.1 to 1.79.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.79.1...v1.79.2) Updates `rubocop-rails` from 2.32.0 to 2.33.2 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.32.0...v2.33.2) Updates `selenium-webdriver` from 4.34.0 to 4.35.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.34.0...selenium-4.35.0) --- updated-dependencies: - dependency-name: turbo-rails dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: rails dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ruby-deps - dependency-name: acts-as-taggable-on dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ruby-deps - dependency-name: selenium-webdriver dependency-version: 4.35.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: jbuilder dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: rubocop dependency-version: 1.79.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: rubocop-rails dependency-version: 2.33.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: selenium-webdriver dependency-version: 4.35.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 207 ++++++++++++++++++++++++++++----------------------- 2 files changed, 113 insertions(+), 96 deletions(-) diff --git a/Gemfile b/Gemfile index 239987672..ed37e1889 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' ruby '3.4.4' -gem 'rails', '7.0.8.1' +gem 'rails', '8.0.2' # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] gem 'sprockets-rails' diff --git a/Gemfile.lock b/Gemfile.lock index c3dc1e743..67d8f066d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,73 +1,79 @@ GEM remote: https://rubygems.org/ specs: - actioncable (7.0.8.1) - actionpack (= 7.0.8.1) - activesupport (= 7.0.8.1) + actioncable (8.0.2) + actionpack (= 8.0.2) + activesupport (= 8.0.2) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (7.0.8.1) - actionpack (= 7.0.8.1) - activejob (= 7.0.8.1) - activerecord (= 7.0.8.1) - activestorage (= 7.0.8.1) - activesupport (= 7.0.8.1) - mail (>= 2.7.1) - net-imap - net-pop - net-smtp - actionmailer (7.0.8.1) - actionpack (= 7.0.8.1) - actionview (= 7.0.8.1) - activejob (= 7.0.8.1) - activesupport (= 7.0.8.1) - mail (~> 2.5, >= 2.5.4) - net-imap - net-pop - net-smtp - rails-dom-testing (~> 2.0) - actionpack (7.0.8.1) - actionview (= 7.0.8.1) - activesupport (= 7.0.8.1) - rack (~> 2.0, >= 2.2.4) + zeitwerk (~> 2.6) + actionmailbox (8.0.2) + actionpack (= 8.0.2) + activejob (= 8.0.2) + activerecord (= 8.0.2) + activestorage (= 8.0.2) + activesupport (= 8.0.2) + mail (>= 2.8.0) + actionmailer (8.0.2) + actionpack (= 8.0.2) + actionview (= 8.0.2) + activejob (= 8.0.2) + activesupport (= 8.0.2) + mail (>= 2.8.0) + rails-dom-testing (~> 2.2) + actionpack (8.0.2) + actionview (= 8.0.2) + activesupport (= 8.0.2) + nokogiri (>= 1.8.5) + rack (>= 2.2.4) + rack-session (>= 1.0.1) rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (7.0.8.1) - actionpack (= 7.0.8.1) - activerecord (= 7.0.8.1) - activestorage (= 7.0.8.1) - activesupport (= 7.0.8.1) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + useragent (~> 0.16) + actiontext (8.0.2) + actionpack (= 8.0.2) + activerecord (= 8.0.2) + activestorage (= 8.0.2) + activesupport (= 8.0.2) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.8.1) - activesupport (= 7.0.8.1) + actionview (8.0.2) + activesupport (= 8.0.2) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (7.0.8.1) - activesupport (= 7.0.8.1) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activejob (8.0.2) + activesupport (= 8.0.2) globalid (>= 0.3.6) - activemodel (7.0.8.1) - activesupport (= 7.0.8.1) - activerecord (7.0.8.1) - activemodel (= 7.0.8.1) - activesupport (= 7.0.8.1) - activestorage (7.0.8.1) - actionpack (= 7.0.8.1) - activejob (= 7.0.8.1) - activerecord (= 7.0.8.1) - activesupport (= 7.0.8.1) + activemodel (8.0.2) + activesupport (= 8.0.2) + activerecord (8.0.2) + activemodel (= 8.0.2) + activesupport (= 8.0.2) + timeout (>= 0.4.0) + activestorage (8.0.2) + actionpack (= 8.0.2) + activejob (= 8.0.2) + activerecord (= 8.0.2) + activesupport (= 8.0.2) marcel (~> 1.0) - mini_mime (>= 1.1.0) - activesupport (7.0.8.1) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (8.0.2) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - tzinfo (~> 2.0) - acts-as-taggable-on (11.0.0) - activerecord (>= 7.0, < 8.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) + acts-as-taggable-on (12.0.0) + activerecord (>= 7.1, < 8.1) zeitwerk (>= 2.4, < 3.0) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) @@ -143,6 +149,7 @@ GEM coffee-script-source (1.12.2) commonmarker (0.23.10) concurrent-ruby (1.3.5) + connection_pool (2.5.3) crass (1.0.6) css_parser (1.14.0) addressable @@ -216,9 +223,9 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - jbuilder (2.13.0) - actionview (>= 5.0.0) - activesupport (>= 5.0.0) + jbuilder (2.14.1) + actionview (>= 7.0.0) + activesupport (>= 7.0.0) jmespath (1.6.2) jquery-rails (4.6.0) rails-dom-testing (>= 1, < 3) @@ -260,14 +267,14 @@ GEM mutex_m (0.3.0) net-http (0.6.0) uri - net-imap (0.4.20) + net-imap (0.5.9) date net-protocol net-pop (0.1.2) net-protocol net-protocol (0.2.2) timeout - net-smtp (0.4.0.1) + net-smtp (0.5.1) net-protocol nio4r (2.7.4) nokogiri (1.18.9) @@ -340,28 +347,34 @@ GEM pundit (2.5.0) activesupport (>= 3.0.0) racc (1.8.1) - rack (2.2.17) + rack (3.2.0) rack-mini-profiler (3.3.1) rack (>= 1.2.0) - rack-protection (3.2.0) + rack-protection (4.1.1) + base64 (>= 0.1.0) + logger (>= 1.6.0) + rack (>= 3.0.0, < 4) + rack-session (2.1.1) base64 (>= 0.1.0) - rack (~> 2.2, >= 2.2.4) + rack (>= 3.0.0) rack-test (2.2.0) rack (>= 1.3) - rails (7.0.8.1) - actioncable (= 7.0.8.1) - actionmailbox (= 7.0.8.1) - actionmailer (= 7.0.8.1) - actionpack (= 7.0.8.1) - actiontext (= 7.0.8.1) - actionview (= 7.0.8.1) - activejob (= 7.0.8.1) - activemodel (= 7.0.8.1) - activerecord (= 7.0.8.1) - activestorage (= 7.0.8.1) - activesupport (= 7.0.8.1) + rackup (2.2.1) + rack (>= 3) + rails (8.0.2) + actioncable (= 8.0.2) + actionmailbox (= 8.0.2) + actionmailer (= 8.0.2) + actionpack (= 8.0.2) + actiontext (= 8.0.2) + actionview (= 8.0.2) + activejob (= 8.0.2) + activemodel (= 8.0.2) + activerecord (= 8.0.2) + activestorage (= 8.0.2) + activesupport (= 8.0.2) bundler (>= 1.15.0) - railties (= 7.0.8.1) + railties (= 8.0.2) rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest @@ -376,13 +389,14 @@ GEM rails_stdout_logging rails_serve_static_assets (0.0.5) rails_stdout_logging (0.0.5) - railties (7.0.8.1) - actionpack (= 7.0.8.1) - activesupport (= 7.0.8.1) - method_source + railties (8.0.2) + actionpack (= 8.0.2) + activesupport (= 8.0.2) + irb (~> 1.13) + rackup (>= 1.0.0) rake (>= 12.2) - thor (~> 1.0) - zeitwerk (~> 2.5) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.3.0) rb-fsevent (0.11.2) @@ -391,7 +405,7 @@ GEM rdoc (6.14.2) erb psych (>= 4.0.0) - regexp_parser (2.11.0) + regexp_parser (2.11.2) reline (0.6.2) io-console (~> 0.5) rexml (3.4.1) @@ -417,7 +431,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.2) - rubocop (1.79.1) + rubocop (1.79.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -435,7 +449,7 @@ GEM lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.38.0, < 2.0) - rubocop-rails (2.32.0) + rubocop-rails (2.33.2) activesupport (>= 4.2.0) lint_roller (~> 1.1) rack (>= 1.1) @@ -448,7 +462,7 @@ GEM ruby-vips (2.2.4) ffi (~> 1.12) logger - rubyzip (2.4.1) + rubyzip (3.0.1) sassc (2.4.0) ffi (~> 1.9) sassc-rails (2.1.2) @@ -457,11 +471,12 @@ GEM sprockets (> 3.0) sprockets-rails tilt - selenium-webdriver (4.34.0) + securerandom (0.4.1) + selenium-webdriver (4.35.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) - rubyzip (>= 1.2.2, < 3.0) + rubyzip (>= 1.2.2, < 4.0) websocket (~> 1.0) shoulda-matchers (6.5.0) activesupport (>= 5.2.0) @@ -501,9 +516,9 @@ GEM tilt (2.3.0) timecop (0.9.10) timeout (0.4.3) - turbo-rails (2.0.12) - actionpack (>= 6.0.0) - railties (>= 6.0.0) + turbo-rails (2.0.16) + actionpack (>= 7.1.0) + railties (>= 7.1.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) tzinfo-data (1.2025.2) @@ -513,6 +528,7 @@ GEM unicode-emoji (4.0.4) uniform_notifier (1.17.0) uri (1.0.3) + useragent (0.16.11) version_gem (1.1.3) web-console (4.2.1) actionview (>= 6.0.0) @@ -520,7 +536,8 @@ GEM bindex (>= 0.4.0) railties (>= 6.0.0) websocket (1.2.11) - websocket-driver (0.7.6) + websocket-driver (0.8.0) + base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xpath (3.2.0) @@ -584,7 +601,7 @@ DEPENDENCIES puma (~> 6.6) pundit rack-mini-profiler (~> 3.3) - rails (= 7.0.8.1) + rails (= 8.0.2) rails-html-sanitizer (~> 1.6.2) rails4-autocomplete rails_12factor