diff --git a/Gemfile b/Gemfile index cbfbb883d..0bead5212 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ group :development, :test do gem 'pry-byebug', '~> 3.11.0' gem 'pry-rails', '~> 0.3.11' gem 'rb-readline', '~> 0.5.5' - gem 'rspec-rails', '~> 6.1.5' + gem 'rspec-rails', '~> 7.1.1' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index cf3da52b2..f56526400 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM devise-i18n (1.13.0) devise (>= 4.9.0) rails-i18n - diff-lcs (1.5.0) + diff-lcs (1.6.2) docile (1.4.0) domain_name (0.6.20240107) dotenv (3.1.8) @@ -136,7 +136,7 @@ GEM em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) - erb (5.0.1) + erb (5.1.1) erubi (1.13.1) et-orbi (1.2.11) tzinfo @@ -199,7 +199,7 @@ GEM http_parser.rb (0.8.0) i18n (1.14.7) concurrent-ruby (~> 1.0) - io-console (0.8.0) + io-console (0.8.1) irb (1.15.2) pp (>= 0.6.0) rdoc (>= 4.0.0) @@ -251,8 +251,6 @@ GEM mina (1.2.5) rake mini_mime (1.1.5) - minitest (5.25.5) - mini_portile2 (2.8.9) minitest (5.26.0) mollie-api-ruby (4.17.0) bigdecimal (~> 3.1, >= 3.1.8) @@ -279,7 +277,7 @@ GEM net-ssh (7.3.0) netrc (0.11.0) nio4r (2.7.4) - nokogiri (1.18.8-x86_64-linux-gnu) + nokogiri (1.18.10-x86_64-linux-gnu) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) @@ -313,7 +311,7 @@ GEM ast (~> 2.4.1) racc pg (1.5.9) - pp (0.6.2) + pp (0.6.3) prettyprint prettyprint (0.2.0) prism (1.4.0) @@ -391,9 +389,10 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rb-readline (0.5.5) - rdoc (6.14.0) + rdoc (6.15.0) erb psych (>= 4.0.0) + tsort redis (5.4.1) redis-client (>= 0.22.0) redis-actionpack (5.5.0) @@ -415,7 +414,7 @@ GEM redis-store (1.11.0) redis (>= 4, < 6) regexp_parser (2.10.0) - reline (0.6.1) + reline (0.6.2) io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4) @@ -432,23 +431,23 @@ GEM rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.4) + rspec-core (3.13.6) rspec-support (~> 3.13.0) rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.5) + rspec-mocks (3.13.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.5) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) + rspec-rails (8.0.2) + 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.4) + rspec-support (3.13.6) rubocop (1.76.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) @@ -552,11 +551,12 @@ GEM ostruct stringio (3.1.7) terminal-notifier-guard (1.7.0) - thor (1.3.2) + thor (1.4.0) tilt (2.6.0) timecop (0.9.10) timeliness (0.4.5) timeout (0.4.3) + tsort (0.2.0) turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) @@ -645,7 +645,7 @@ DEPENDENCIES rb-readline (~> 0.5.5) redis-rails (~> 5.0.2) rest-client (~> 2.1.0) - rspec-rails (~> 6.1.5) + rspec-rails (~> 8.0.2) rubocop (~> 1.76.1) rubocop-factory_bot (~> 2.27.1) rubocop-performance (~> 1.25)