From 92315279bb2a25e360647e64b4d812da35ecfd93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 15:51:54 +0000 Subject: [PATCH] build(deps): bump the ruby group across 1 directory with 6 updates Bumps the ruby group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `2.5.0` | `2.6.0` | | [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.28.0` | `4.29.1` | | [rubocop](https://github.com/rubocop/rubocop) | `1.71.2` | `1.72.2` | | [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.23.1` | `1.24.0` | | [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.29.1` | `2.30.2` | | [rubocop-rake](https://github.com/rubocop/rubocop-rake) | `0.6.0` | `0.7.1` | Updates `sqlite3` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v2.5.0...v2.6.0) Updates `selenium-webdriver` from 4.28.0 to 4.29.1 - [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) Updates `rubocop` from 1.71.2 to 1.72.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.71.2...v1.72.2) Updates `rubocop-performance` from 1.23.1 to 1.24.0 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.23.1...v1.24.0) Updates `rubocop-rails` from 2.29.1 to 2.30.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.29.1...v2.30.2) Updates `rubocop-rake` from 0.6.0 to 0.7.1 - [Release notes](https://github.com/rubocop/rubocop-rake/releases) - [Changelog](https://github.com/rubocop/rubocop-rake/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rake/compare/v0.6.0...v0.7.1) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby - dependency-name: selenium-webdriver dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby - dependency-name: rubocop-performance dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby - dependency-name: rubocop-rake dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile | 10 +++++----- Gemfile.lock | 50 +++++++++++++++++++++++++++++++------------------- 2 files changed, 36 insertions(+), 24 deletions(-) diff --git a/Gemfile b/Gemfile index d942a85c..d2d77cf2 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby file: '.ruby-version' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 7.2.1' # Use sqlite3 as the database for Active Record -gem 'sqlite3', '~> 2.1' +gem 'sqlite3', '~> 2.6' # Use Puma as the app server gem 'puma', '~> 6.4' @@ -62,11 +62,11 @@ group :test do end group :linter do - gem 'rubocop', '~> 1.71.2' + gem 'rubocop', '~> 1.72.2' gem 'rubocop-capybara', '~> 2.21.0' - gem 'rubocop-performance', '~> 1.23.1' - gem 'rubocop-rails', '~> 2.29.1' - gem 'rubocop-rake', '~> 0.6.0' + gem 'rubocop-performance', '~> 1.24.0' + gem 'rubocop-rails', '~> 2.30.2' + gem 'rubocop-rake', '~> 0.7.1' end group :release do diff --git a/Gemfile.lock b/Gemfile.lock index 2460a24f..4fa88dcc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -233,6 +233,7 @@ GEM libv8-node (18.19.0.0-aarch64-linux-musl) libv8-node (18.19.0.0-x86_64-linux) libv8-node (18.19.0.0-x86_64-linux-musl) + lint_roller (1.1.0) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -379,7 +380,7 @@ GEM regexp_parser (2.10.0) reline (0.6.0) io-console (~> 0.5) - rexml (3.4.0) + rexml (3.4.1) rspec-core (3.13.3) rspec-support (~> 3.13.0) rspec-openapi (0.18.4) @@ -387,9 +388,10 @@ GEM rails-dom-testing rspec-core rspec-support (3.13.2) - rubocop (1.71.2) + rubocop (1.72.2) json (~> 2.3) - language_server-protocol (>= 3.17.0) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) @@ -401,16 +403,19 @@ GEM parser (>= 3.3.1.0) rubocop-capybara (2.21.0) rubocop (~> 1.41) - rubocop-performance (1.23.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.29.1) + rubocop-performance (1.24.0) + lint_roller (~> 1.1) + rubocop (>= 1.72.1, < 2.0) + rubocop-ast (>= 1.38.0, < 2.0) + rubocop-rails (2.30.2) activesupport (>= 4.2.0) + lint_roller (~> 1.1) rack (>= 1.1) - rubocop (>= 1.52.0, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rake (0.6.0) - rubocop (~> 1.0) + rubocop (>= 1.72.1, < 2.0) + rubocop-ast (>= 1.38.0, < 2.0) + rubocop-rake (0.7.1) + lint_roller (~> 1.1) + rubocop (>= 1.72.1) ruby-progressbar (1.13.0) ruby-saml (1.17.0) nokogiri (>= 1.13.10) @@ -428,7 +433,7 @@ GEM faraday (>= 0.17.3, < 3) scanf (1.0.0) securerandom (0.4.1) - selenium-webdriver (4.28.0) + selenium-webdriver (4.29.1) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -449,9 +454,16 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.5.0) + sqlite3 (2.6.0) mini_portile2 (~> 2.8.0) - sqlite3 (2.5.0-x86_64-linux-gnu) + sqlite3 (2.6.0-aarch64-linux-gnu) + sqlite3 (2.6.0-aarch64-linux-musl) + sqlite3 (2.6.0-arm-linux-gnu) + sqlite3 (2.6.0-arm-linux-musl) + sqlite3 (2.6.0-x86-linux-gnu) + sqlite3 (2.6.0-x86-linux-musl) + sqlite3 (2.6.0-x86_64-linux-gnu) + sqlite3 (2.6.0-x86_64-linux-musl) stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.3) @@ -533,16 +545,16 @@ DEPENDENCIES puppetdb-ruby rails (~> 7.2.1) rspec-openapi - rubocop (~> 1.71.2) + rubocop (~> 1.72.2) rubocop-capybara (~> 2.21.0) - rubocop-performance (~> 1.23.1) - rubocop-rails (~> 2.29.1) - rubocop-rake (~> 0.6.0) + rubocop-performance (~> 1.24.0) + rubocop-rails (~> 2.30.2) + rubocop-rake (~> 0.7.1) ruby-saml selenium-webdriver simplecov sprockets-rails - sqlite3 (~> 2.1) + sqlite3 (~> 2.6) stimulus-rails syslog (~> 0.2.0) turbo-rails