Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Jun 27, 2024
1 parent ba5b0c5 commit 0718ff2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 63 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ group :development, :test do
# gem "net-pop", "~> 0.1.1"
# gem "net-smtp", "~> 0.3.1"
gem "parallel_tests", "~> 4.2"

# rubocop & rubocop-rspec are set to the following versions because of a change where FactoryBot/CreateList
# must be a boolean instead of contextual. These version locks can be removed when this problem is handled
# through decidim-dev.
gem "rubocop", "~>1.28"
gem "rubocop-faker"
gem "rubocop-rspec", "2.20"
end

group :development do
Expand Down
14 changes: 5 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -709,9 +709,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-faker (1.1.0)
faker (>= 2.12.0)
Expand All @@ -721,13 +719,9 @@ GEM
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.29.2)
rubocop (~> 1.40)
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.28.3)
rubocop (~> 1.40)
ruby-progressbar (1.13.0)
ruby-vips (2.2.1)
ffi (~> 1.12)
Expand Down Expand Up @@ -857,7 +851,9 @@ DEPENDENCIES
listen (~> 3.8)
parallel_tests (~> 4.2)
puma (>= 6.4.2)
rubocop (~> 1.28)
rubocop-faker
rubocop-rspec (= 2.20)
spring (~> 4.1.3)
spring-watcher-listen (~> 2.1)
web-console (~> 4.2)
Expand Down
54 changes: 0 additions & 54 deletions spec/system/private_process_spec.rb

This file was deleted.

0 comments on commit 0718ff2

Please sign in to comment.