diff --git a/Gemfile b/Gemfile index bb745b9d..1aefbfe1 100644 --- a/Gemfile +++ b/Gemfile @@ -23,6 +23,7 @@ group :development, :test do gem "rubocop-performance", require: false gem "rubocop-rails", require: false gem "rubocop-rspec", require: false + gem "rubocop-rspec_rails", require: false gem "selenium-webdriver" gem "semantic" gem "shoulda-matchers" diff --git a/Gemfile.lock b/Gemfile.lock index d958c9b7..a5b03490 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,8 +111,8 @@ GEM tzinfo (~> 2.0) acts_as_list (0.9.19) activerecord (>= 3.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) alba (1.3.0) ast (2.4.2) babel-source (5.8.35) @@ -124,7 +124,7 @@ GEM bigdecimal (3.1.8) binding_of_caller (1.0.1) debug_inspector (>= 1.2.0) - builder (3.2.4) + builder (3.3.0) capybara (3.40.0) addressable matrix @@ -136,7 +136,7 @@ GEM xpath (~> 3.2) chunky_png (1.4.0) coderay (1.1.3) - concurrent-ruby (1.3.1) + concurrent-ruby (1.3.3) connection_pool (2.4.1) countries (6.0.1) unaccent (~> 0.3) @@ -153,17 +153,17 @@ GEM fog-local pmap (~> 1.1.0) rails (> 5.0) - docile (1.4.0) + docile (1.4.1) drb (2.2.1) - dynamic_image (3.0.2) + dynamic_image (3.0.3) dis (~> 1.1, >= 1.1.11) rails (> 5.0) ruby-vips (~> 2.1.0) vector2d (~> 2.2, >= 2.2.1) - erubi (1.12.0) + erubi (1.13.0) ethon (0.16.0) ffi (>= 1.15.0) - excon (0.110.0) + excon (0.111.0) execjs (2.9.1) factory_bot (6.4.6) activesupport (>= 5.0.0) @@ -180,13 +180,14 @@ GEM formatador (0.3.0) globalid (1.2.1) activesupport (>= 6.1) - highline (3.0.1) + highline (3.1.0) + reline htmlentities (4.3.4) i18n (1.14.5) concurrent-ruby (~> 1.0) interception (0.5) io-console (0.7.2) - irb (1.13.1) + irb (1.14.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.12.0) @@ -196,6 +197,7 @@ GEM language_server-protocol (3.17.0.3) localizable_model (0.6.4) rails (> 5.0) + logger (1.6.0) lograge (0.11.2) actionpack (>= 4) activesupport (>= 4) @@ -214,11 +216,11 @@ GEM method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0507) + mime-types-data (3.2024.0702) mini_mime (1.1.5) - minitest (5.23.1) + minitest (5.24.1) mutex_m (0.2.0) - net-imap (0.4.12) + net-imap (0.4.14) date net-protocol net-pop (0.1.2) @@ -228,20 +230,20 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.16.5-arm64-darwin) + nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86_64-darwin) + nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) options (2.3.2) - parallel (1.24.0) - parser (3.3.2.0) + parallel (1.25.1) + parser (3.3.4.0) ast (~> 2.4.1) racc pastel (0.8.0) tty-color (~> 0.5) - pg (1.5.6) + pg (1.5.7) pg_search (2.3.6) activerecord (>= 5.2) activesupport (>= 5.2) @@ -268,9 +270,9 @@ GEM pry (~> 0.13) psych (5.1.2) stringio - public_suffix (5.0.5) - racc (1.8.0) - rack (3.0.11) + public_suffix (6.0.1) + racc (1.8.1) + rack (3.1.7) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -327,12 +329,12 @@ GEM railties (>= 3.2) tilt regexp_parser (2.9.2) - reline (0.5.8) + reline (0.5.9) io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4) - rexml (3.2.8) - strscan (>= 3.0.9) + rexml (3.3.4) + strscan rotp (6.3.0) rqrcode (2.2.0) chunky_png (~> 1.0) @@ -340,13 +342,13 @@ GEM rqrcode_core (1.2.0) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.0) + rspec-expectations (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.2) + rspec-rails (6.1.3) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -357,38 +359,36 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.64.1) + rubocop (1.65.1) 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) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.0) parser (>= 3.3.1.0) - rubocop-capybara (2.20.0) + rubocop-capybara (2.21.0) rubocop (~> 1.41) - rubocop-factory_bot (2.25.1) - rubocop (~> 1.41) - rubocop-performance (1.21.0) + rubocop-factory_bot (2.26.1) + rubocop (~> 1.61) + 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) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rspec (2.30.0) - rubocop (~> 1.40) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) - rubocop-rspec_rails (~> 2.28) - rubocop-rspec_rails (2.28.3) - rubocop (~> 1.40) + rubocop-rspec (3.0.4) + rubocop (~> 1.61) + rubocop-rspec_rails (2.30.0) + rubocop (~> 1.61) + rubocop-rspec (~> 3, >= 3.0.1) ruby-progressbar (1.13.0) ruby-vips (2.1.4) ffi (~> 1.12) @@ -403,8 +403,9 @@ GEM sprockets (> 3.0) sprockets-rails tilt - selenium-webdriver (4.21.1) + selenium-webdriver (4.23.0) base64 (~> 0.2) + logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -419,11 +420,11 @@ GEM sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) - sprockets-rails (3.4.2) - actionpack (>= 5.2) - activesupport (>= 5.2) + sprockets-rails (3.5.2) + actionpack (>= 6.1) + activesupport (>= 6.1) sprockets (>= 3.0.0) - stringio (3.1.0) + stringio (3.1.1) strings (0.2.1) strings-ansi (~> 0.2) unicode-display_width (>= 1.5, < 3.0) @@ -431,8 +432,8 @@ GEM strings-ansi (0.2.0) strscan (3.1.0) thor (1.3.1) - tilt (2.3.0) - timecop (0.9.9) + tilt (2.4.0) + timecop (0.9.10) timeout (0.4.1) tty-color (0.6.0) tty-screen (0.8.2) @@ -449,14 +450,14 @@ GEM unicode_utils (1.4.0) vector2d (2.2.4) 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) - will_paginate (4.0.0) + will_paginate (4.0.1) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.15) + zeitwerk (2.6.17) PLATFORMS arm64-darwin-22 @@ -482,6 +483,7 @@ DEPENDENCIES rubocop-performance rubocop-rails rubocop-rspec + rubocop-rspec_rails selenium-webdriver semantic shoulda-matchers @@ -489,4 +491,4 @@ DEPENDENCIES timecop BUNDLED WITH - 2.5.3 + 2.5.17