From e324720bebc15c64e13bbe357f2d0e1409c4406b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:24:21 +0000 Subject: [PATCH 1/2] 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 [rubocop-rails](https://github.com/rubocop/rubocop-rails). Updates `selenium-webdriver` from 4.21.1 to 4.22.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/commits/selenium-4.22.0) Updates `rubocop` from 1.64.1 to 1.65.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.64.1...v1.65.0) Updates `rubocop-rails` from 2.25.0 to 2.25.1 - [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.25.0...v2.25.1) --- 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-minor dependency-group: ruby - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 24 +++++++++++++----------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 12915059..48df2a1a 100644 --- a/Gemfile +++ b/Gemfile @@ -60,10 +60,10 @@ group :test do end group :linter do - gem 'rubocop', '~> 1.64.1' + gem 'rubocop', '~> 1.65.0' gem 'rubocop-capybara', '~> 2.21.0' gem 'rubocop-performance', '~> 1.21.1' - gem 'rubocop-rails', '~> 2.25.0' + gem 'rubocop-rails', '~> 2.25.1' gem 'rubocop-rake', '~> 0.6.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 34815793..ea6fd028 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -229,6 +229,7 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) locale (2.1.4) + logger (1.6.0) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -243,7 +244,7 @@ GEM mini_portile2 (2.8.7) mini_racer (0.12.0) libv8-node (~> 21.7.2.0) - minitest (5.23.1) + minitest (5.24.1) multi_json (1.15.0) multi_xml (0.6.0) mutex_m (0.2.0) @@ -275,7 +276,7 @@ GEM sawyer (~> 0.9) optimist (3.1.0) parallel (1.25.1) - parser (3.3.3.0) + parser (3.3.4.0) ast (~> 2.4.1) racc popper_js (2.11.8) @@ -321,7 +322,7 @@ GEM puppetdb-ruby (1.2.0) httparty racc (1.8.0) - rack (3.0.11) + rack (3.1.6) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -369,7 +370,7 @@ GEM regexp_parser (2.9.2) reline (0.5.7) io-console (~> 0.5) - rexml (3.3.0) + rexml (3.3.1) strscan rspec-core (3.13.0) rspec-support (~> 3.13.0) @@ -378,13 +379,13 @@ GEM rails-dom-testing rspec-core rspec-support (3.13.1) - rubocop (1.64.1) + rubocop (1.65.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) @@ -396,7 +397,7 @@ GEM rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.25.0) + rubocop-rails (2.25.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) @@ -423,8 +424,9 @@ GEM addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) scanf (1.0.0) - selenium-webdriver (4.21.1) + selenium-webdriver (4.22.0) base64 (~> 0.2) + logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -471,7 +473,7 @@ GEM bindex (>= 0.4.0) railties (>= 6.0.0) webrick (1.8.1) - websocket (1.2.10) + websocket (1.2.11) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -514,10 +516,10 @@ DEPENDENCIES puppetdb-ruby rails (~> 7.1.3) rspec-openapi - rubocop (~> 1.64.1) + rubocop (~> 1.65.0) rubocop-capybara (~> 2.21.0) rubocop-performance (~> 1.21.1) - rubocop-rails (~> 2.25.0) + rubocop-rails (~> 2.25.1) rubocop-rake (~> 0.6.0) ruby-saml selenium-webdriver From 770885bb721dadd07235c183bac17b787028719a Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Thu, 11 Jul 2024 16:04:38 +0200 Subject: [PATCH 2/2] switch from Rack to Rackup Signed-off-by: Robert Waffen --- test/test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index d1c339ec..fe65116d 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -14,7 +14,7 @@ # Start FakePuppetDB-Server server_thread = Thread.new do - Rack::Server.start(app: FakePuppetDB.new, Host: "localhost", Port: 8085) + Rackup::Server.start(app: FakePuppetDB.new, Host: "localhost", Port: 8085) end server_thread.join(1)