From 83397332ae7497695ea77fb4c236e2123f08ebfe Mon Sep 17 00:00:00 2001 From: Joonas Date: Mon, 24 Jun 2024 14:56:00 +0300 Subject: [PATCH] Update gemfile.lock Please enter the commit message for your changes. Lines starting --- Gemfile | 2 ++ Gemfile.lock | 28 ++++++++++++---------------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 9136c52..ebf4111 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,9 @@ gem "uglifier", "~> 4.1" group :development, :test do gem "byebug", "~> 11.0", platform: :mri gem "decidim-dev", DECIDIM_VERSION + gem "rubocop", "~>1.4" gem "rubocop-faker" + gem "rubocop-rspec", "2.20" gem "rubocop-performance", "~> 1.6.0" end diff --git a/Gemfile.lock b/Gemfile.lock index 8586f11..fb49b83 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -260,10 +260,10 @@ GEM rspec-rails (~> 6.0) rspec-retry (~> 0.6.2) rspec_junit_formatter (~> 0.6.0) - rubocop (~> 1.28.0) + rubocop (~> 1.50.0) rubocop-faker (~> 1.1) - rubocop-rails (~> 2.14) - rubocop-rspec (~> 2.10) + rubocop-rails (~> 2.19) + rubocop-rspec (~> 2.20) selenium-webdriver (~> 4.9) simplecov (~> 0.22.0) simplecov-cobertura (~> 2.1.0) @@ -653,39 +653,33 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.28.2) + rubocop (1.50.2) json (~> 2.3) parallel (~> 1.10) parser (>= 3.2.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.17.0, < 2.0) + rubocop-ast (>= 1.28.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) + rubocop-ast (1.31.3) parser (>= 3.3.1.0) rubocop-capybara (2.21.0) rubocop (~> 1.41) - rubocop-factory_bot (2.26.0) - rubocop (~> 1.41) rubocop-faker (1.1.0) faker (>= 2.12.0) rubocop (>= 0.82.0) rubocop-performance (1.6.1) rubocop (>= 0.71.0) - rubocop-rails (2.15.2) + rubocop-rails (2.25.0) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.7.0, < 2.0) + rubocop (>= 1.33.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rspec (2.11.1) - rubocop (~> 1.19) + rubocop-rspec (2.20.0) + rubocop (~> 1.33) rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) - rubocop-rspec_rails (~> 2.28) - rubocop-rspec_rails (2.29.0) - rubocop (~> 1.40) ruby-progressbar (1.13.0) ruby-vips (2.2.1) ffi (~> 1.12) @@ -809,8 +803,10 @@ DEPENDENCIES letter_opener_web (~> 2.0) listen (~> 3.8) puma (>= 6.4.2) + rubocop (~> 1.4) rubocop-faker rubocop-performance (~> 1.6.0) + rubocop-rspec (= 2.20) spring (~> 4.1.3) spring-watcher-listen (~> 2.1) uglifier (~> 4.1)