diff --git a/Gemfile b/Gemfile index c5d427d..84bd88c 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ group :test do gem 'database_cleaner' gem 'factory_bot_rails' gem 'poltergeist' - gem 'rspec-rails', '~> 6.0.1' + gem 'rspec-rails', '~> 6.0.3' gem 'stripe-ruby-mock', '~> 3.0.1', require: 'stripe_mock' # assigns is deprecated - TODO: move to request specs diff --git a/Gemfile.lock b/Gemfile.lock index baae8df..e62ad97 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -169,13 +169,13 @@ GEM ffi (1.15.5) globalid (1.1.0) activesupport (>= 5.0) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) io-wait (0.3.0) json (2.6.3) - loofah (2.20.0) + loofah (2.21.3) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) mail (2.8.1) mini_mime (>= 0.1.1) net-imap @@ -224,8 +224,8 @@ GEM public_suffix (4.0.7) puma (6.3.0) nio4r (~> 2.0) - racc (1.6.2) - rack (2.2.6.4) + racc (1.7.1) + rack (2.2.7) rack-proxy (0.7.6) rack rack-test (2.1.0) @@ -249,8 +249,9 @@ GEM actionpack (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1) activesupport (>= 5.0.1.rc1) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.1.1) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) rails-html-sanitizer (1.5.0) loofah (~> 2.19, >= 2.19.1) @@ -283,23 +284,23 @@ GEM actionpack (>= 5.2) railties (>= 5.2) rexml (3.2.5) - rspec-core (3.12.1) + rspec-core (3.12.2) rspec-support (~> 3.12.0) - rspec-expectations (3.12.2) + rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.3) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-rails (6.0.1) + rspec-rails (6.0.3) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) - rspec-core (~> 3.11) - rspec-expectations (~> 3.11) - rspec-mocks (~> 3.11) - rspec-support (~> 3.11) - rspec-support (3.12.0) + rspec-core (~> 3.12) + rspec-expectations (~> 3.12) + rspec-mocks (~> 3.12) + rspec-support (~> 3.12) + rspec-support (3.12.1) rubocop (1.28.2) parallel (~> 1.10) parser (>= 3.1.0.0) @@ -347,7 +348,7 @@ GEM strscan (3.0.6) sys-uname (1.2.2) ffi (~> 1.1) - thor (1.2.1) + thor (1.2.2) tilt (2.1.0) timeout (0.3.2) tzinfo (2.0.6) @@ -367,7 +368,7 @@ GEM will_paginate (3.3.1) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.7) + zeitwerk (2.6.8) PLATFORMS ruby @@ -387,7 +388,7 @@ DEPENDENCIES rails-controller-testing rails_12factor rails_best_practices (~> 1.17) - rspec-rails (~> 6.0.1) + rspec-rails (~> 6.0.3) rubocop sass-rails (~> 6.0) stripe-ruby-mock (~> 3.0.1)