diff --git a/Gemfile b/Gemfile index 93d31bc5..c0a27276 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.2' # Use Puma as the app server gem 'puma', '~> 6.4' @@ -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 a7d54c0e..bb5e6255 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -225,7 +225,7 @@ GEM irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.7.4) + json (2.8.2) language_server-protocol (3.17.0.3) libv8-node (18.19.0.0) libv8-node (18.19.0.0-arm64-darwin) @@ -247,7 +247,7 @@ GEM marcel (1.0.4) matrix (0.4.2) mini_mime (1.1.5) - mini_portile2 (2.8.7) + mini_portile2 (2.8.8) mini_racer (0.16.0) libv8-node (~> 18.19.0.0) minitest (5.25.1) @@ -281,7 +281,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) @@ -385,7 +385,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) @@ -395,11 +395,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.1) 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) @@ -430,7 +430,7 @@ GEM faraday (>= 0.17.3, < 3) scanf (1.0.0) securerandom (0.3.1) - selenium-webdriver (4.25.0) + selenium-webdriver (4.26.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -451,11 +451,11 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.1.1) + sqlite3 (2.2.0) 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.2.0-arm64-darwin) + sqlite3 (2.2.0-x86_64-darwin) + sqlite3 (2.2.0-x86_64-linux-gnu) stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.1) @@ -521,16 +521,16 @@ DEPENDENCIES 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.2) stimulus-rails turbo-rails tzinfo-data