From 6c94cf70be24f9be43386276bffd65241f6132e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:58:13 +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.1.1` | `2.4.1` | | [puma](https://github.com/puma/puma) | `6.4.3` | `6.5.0` | | [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.25.0` | `4.27.0` | | [rubocop](https://github.com/rubocop/rubocop) | `1.67.0` | `1.68.0` | | [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.22.1` | `1.23.0` | | [git](https://github.com/ruby-git/ruby-git) | `2.3.1` | `2.3.3` | Updates `sqlite3` from 2.1.1 to 2.4.1 - [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.1.1...v2.4.1) Updates `puma` from 6.4.3 to 6.5.0 - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v6.4.3...v6.5.0) Updates `selenium-webdriver` from 4.25.0 to 4.27.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.25.0...selenium-4.27.0) Updates `rubocop` from 1.67.0 to 1.68.0 - [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.67.0...v1.68.0) Updates `rubocop-performance` from 1.22.1 to 1.23.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.22.1...v1.23.0) Updates `git` from 2.3.1 to 2.3.3 - [Release notes](https://github.com/ruby-git/ruby-git/releases) - [Changelog](https://github.com/ruby-git/ruby-git/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-git/ruby-git/compare/v2.3.1...v2.3.3) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby - dependency-name: puma 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: git dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile | 8 ++++---- Gemfile.lock | 36 ++++++++++++++++++------------------ 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Gemfile b/Gemfile index 93d31bc5..121cf34d 100644 --- a/Gemfile +++ b/Gemfile @@ -6,9 +6,9 @@ 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.4' # Use Puma as the app server -gem 'puma', '~> 6.4' +gem 'puma', '~> 6.5' # Asset handling gem 'bootstrap', '~> 5.3.3' @@ -60,9 +60,9 @@ group :test do end group :linter do - gem 'rubocop', '~> 1.67.0' + gem 'rubocop', '~> 1.68.0' gem 'rubocop-capybara', '~> 2.21.0' - gem 'rubocop-performance', '~> 1.22.1' + gem 'rubocop-performance', '~> 1.23.0' gem 'rubocop-rails', '~> 2.27.0' gem 'rubocop-rake', '~> 0.6.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 81024944..efa75d31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -177,7 +177,7 @@ GEM friendly_id (5.5.1) activerecord (>= 4.0.0) getoptlong (0.2.1) - git (2.3.1) + git (2.3.3) activesupport (>= 5.0) addressable (~> 2.8) process_executer (~> 1.1) @@ -227,7 +227,7 @@ GEM irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.7.4) + json (2.9.0) language_server-protocol (3.17.0.3) libv8-node (18.19.0.0) libv8-node (18.19.0.0-arm64-darwin) @@ -267,7 +267,7 @@ GEM timeout net-smtp (0.5.0) net-protocol - nio4r (2.7.3) + nio4r (2.7.4) nkf (0.2.0) nokogiri (1.17.1) mini_portile2 (~> 2.8.2) @@ -283,7 +283,7 @@ GEM sawyer (~> 0.9) optimist (3.1.0) parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.6.0) ast (~> 2.4.1) racc popper_js (2.11.8) @@ -301,7 +301,7 @@ GEM psych (5.1.2) stringio public_suffix (6.0.1) - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) puppet (8.10.0) concurrent-ruby (~> 1.0) @@ -376,7 +376,7 @@ GEM rchardet (1.8.0) rdoc (6.7.0) psych (>= 4.0.0) - regexp_parser (2.9.2) + regexp_parser (2.9.3) reline (0.5.10) io-console (~> 0.5) rexml (3.3.9) @@ -387,7 +387,7 @@ GEM rails-dom-testing rspec-core rspec-support (3.13.1) - rubocop (1.67.0) + rubocop (1.68.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -397,11 +397,11 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) + rubocop-ast (1.36.2) parser (>= 3.3.1.0) rubocop-capybara (2.21.0) rubocop (~> 1.41) - rubocop-performance (1.22.1) + rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rails (2.27.0) @@ -432,7 +432,7 @@ GEM faraday (>= 0.17.3, < 3) scanf (1.0.0) securerandom (0.4.0) - selenium-webdriver (4.25.0) + selenium-webdriver (4.27.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -453,11 +453,11 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.1.1) + sqlite3 (2.4.1) mini_portile2 (~> 2.8.0) - sqlite3 (2.1.1-arm64-darwin) - sqlite3 (2.1.1-x86_64-darwin) - sqlite3 (2.1.1-x86_64-linux-gnu) + sqlite3 (2.4.1-arm64-darwin) + sqlite3 (2.4.1-x86_64-darwin) + sqlite3 (2.4.1-x86_64-linux-gnu) stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.1) @@ -518,21 +518,21 @@ DEPENDENCIES listen (~> 3.9) mini_racer net-ldap - puma (~> 6.4) + puma (~> 6.5) puppet puppetdb-ruby rails (~> 7.2.1) rspec-openapi - rubocop (~> 1.67.0) + rubocop (~> 1.68.0) rubocop-capybara (~> 2.21.0) - rubocop-performance (~> 1.22.1) + rubocop-performance (~> 1.23.0) rubocop-rails (~> 2.27.0) rubocop-rake (~> 0.6.0) ruby-saml selenium-webdriver simplecov sprockets-rails - sqlite3 (~> 2.1) + sqlite3 (~> 2.4) stimulus-rails turbo-rails tzinfo-data