diff --git a/Gemfile b/Gemfile index 70c5724..261290a 100644 --- a/Gemfile +++ b/Gemfile @@ -75,7 +75,7 @@ group :test do gem "rails-controller-testing" end -gem "rspec-rails", "~> 7.1", group: :test +gem "rspec-rails", "~> 8.0", group: :test gem "kaminari", "~> 1.2" diff --git a/Gemfile.lock b/Gemfile.lock index 571f75d..5b6e13e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) concurrent-ruby (1.3.5) - connection_pool (2.5.0) + connection_pool (2.5.3) countries (7.1.1) unaccent (~> 0.3) country_select (10.0.1) @@ -163,7 +163,7 @@ GEM railties (>= 4.1.0) responders warden (~> 1.2.3) - diff-lcs (1.5.1) + diff-lcs (1.6.1) docile (1.4.1) dotenv (3.1.7) dotenv-rails (3.1.7) @@ -202,7 +202,7 @@ GEM activesupport (>= 6.0.0) railties (>= 6.0.0) io-console (0.8.0) - irb (1.15.1) + irb (1.15.2) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -226,7 +226,7 @@ GEM kaminari-core (= 1.2.2) kaminari-core (1.2.2) language_server-protocol (3.17.0.4) - logger (1.6.5) + logger (1.7.0) loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -238,7 +238,7 @@ GEM marcel (1.0.4) matrix (0.4.2) mini_mime (1.1.5) - minitest (5.25.4) + minitest (5.25.5) msgpack (1.7.5) multi_json (1.15.0) multi_test (1.1.0) @@ -256,11 +256,11 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.4) - nokogiri (1.18.2-x64-mingw-ucrt) + nokogiri (1.18.8-x64-mingw-ucrt) racc (~> 1.4) - nokogiri (1.18.2-x86_64-darwin) + nokogiri (1.18.8-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.2-x86_64-linux-gnu) + nokogiri (1.18.8-x86_64-linux-gnu) racc (~> 1.4) oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0) @@ -298,7 +298,7 @@ GEM puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.9) + rack (3.1.13) rack-protection (4.1.1) base64 (>= 0.1.0) logger (>= 1.6.0) @@ -352,10 +352,10 @@ GEM activerecord (>= 6.1.5) activesupport (>= 6.1.5) i18n - rdoc (6.11.0) + rdoc (6.13.1) psych (>= 4.0.0) regexp_parser (2.10.0) - reline (0.6.0) + reline (0.6.1) io-console (~> 0.5) responders (3.1.1) actionpack (>= 5.2) @@ -363,21 +363,21 @@ GEM rexml (3.4.0) rspec-core (3.13.3) rspec-support (~> 3.13.0) - rspec-expectations (3.13.3) + rspec-expectations (3.13.4) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.2) + rspec-mocks (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.1.1) - actionpack (>= 7.0) - activesupport (>= 7.0) - railties (>= 7.0) + rspec-rails (8.0.0) + actionpack (>= 7.2) + activesupport (>= 7.2) + railties (>= 7.2) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.2) + rspec-support (3.13.3) rubocop (1.71.2) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -441,7 +441,7 @@ GEM sqlite3 (2.5.0-x86_64-linux-gnu) stimulus-rails (1.3.4) railties (>= 6.0.0) - stringio (3.1.2) + stringio (3.1.7) sys-uname (1.3.1) ffi (~> 1.1) thor (1.3.2) @@ -474,7 +474,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.18) + zeitwerk (2.7.2) PLATFORMS x64-mingw-ucrt @@ -506,7 +506,7 @@ DEPENDENCIES rails (~> 7.2.2, >= 7.2.2.1) rails-controller-testing ransack - rspec-rails (~> 7.1) + rspec-rails (~> 8.0) rubocop-rails-omakase rubyzip (~> 2.3) selenium-webdriver