From 34e863b87152a362a5f0ab4adb0899049912e67e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:35:11 +0000 Subject: [PATCH] Bump the ruby group across 1 directory with 3 updates Bumps the ruby group with 3 updates in the / directory: [selenium-webdriver](https://github.com/SeleniumHQ/selenium), [rubocop](https://github.com/rubocop/rubocop) and [mini_racer](https://github.com/discourse/mini_racer). Updates `selenium-webdriver` from 4.19.0 to 4.20.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.19.0...selenium-4.20.0) Updates `rubocop` from 1.63.2 to 1.63.3 - [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.63.2...v1.63.3) Updates `mini_racer` from 0.9.0 to 0.12.0 - [Changelog](https://github.com/rubyjs/mini_racer/blob/main/CHANGELOG) - [Commits](https://github.com/discourse/mini_racer/compare/v0.9.0...v0.12.0) --- updated-dependencies: - 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-patch dependency-group: ruby - dependency-name: mini_racer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 61817a71..76729f98 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ group :test do end group :linter do - gem 'rubocop', '~> 1.63.2' + gem 'rubocop', '~> 1.63.3' gem 'rubocop-capybara', '~> 2.20.0' gem 'rubocop-performance', '~> 1.21.0' gem 'rubocop-rails', '~> 2.24.1' diff --git a/Gemfile.lock b/Gemfile.lock index 5eb3ab9c..6b054cdd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -214,10 +214,10 @@ GEM reline (>= 0.4.2) json (2.7.2) language_server-protocol (3.17.0.3) - libv8-node (18.19.0.0) - libv8-node (18.19.0.0-arm64-darwin) - libv8-node (18.19.0.0-x86_64-darwin) - libv8-node (18.19.0.0-x86_64-linux) + libv8-node (21.7.2.0) + libv8-node (21.7.2.0-arm64-darwin) + libv8-node (21.7.2.0-x86_64-darwin) + libv8-node (21.7.2.0-x86_64-linux) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -234,8 +234,8 @@ GEM matrix (0.4.2) mini_mime (1.1.5) mini_portile2 (2.8.6) - mini_racer (0.9.0) - libv8-node (~> 18.19.0.0) + mini_racer (0.12.0) + libv8-node (~> 21.7.2.0) minitest (5.22.3) multi_json (1.15.0) multi_xml (0.6.0) @@ -365,7 +365,7 @@ GEM rails-dom-testing rspec-core rspec-support (3.13.1) - rubocop (1.63.2) + rubocop (1.63.3) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -410,7 +410,7 @@ GEM addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) scanf (1.0.0) - selenium-webdriver (4.19.0) + selenium-webdriver (4.20.0) base64 (~> 0.2) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) @@ -499,7 +499,7 @@ DEPENDENCIES puppetdb-ruby rails (~> 7.1.3) rspec-openapi - rubocop (~> 1.63.2) + rubocop (~> 1.63.3) rubocop-capybara (~> 2.20.0) rubocop-performance (~> 1.21.0) rubocop-rails (~> 2.24.1)