diff --git a/Gemfile b/Gemfile index 729ef2f79012001fe9527df80fdf3a2145a5e098..63b09347cc0219c231ce2e6a740c1663f03a02e5 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ group :test do gem 'capybara' gem 'factory_bot_rails' gem 'faker' - gem 'rspec-rails', '>= 6.0.2' + gem 'rspec-rails', '>= 6.0.4' gem 'selenium-webdriver' gem 'shoulda-matchers', '~> 5.0' gem 'webdrivers' diff --git a/Gemfile.lock b/Gemfile.lock index beccedf92db0f5bfe24f70b3d1ec18b7f9b43ae2..030349bbfcf85d5cb9cd7ddb55d4a18be8ac143d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -155,7 +155,7 @@ GEM dotenv-rails (2.8.1) dotenv (= 2.8.1) railties (>= 3.2) - drb (2.1.1) + drb (2.2.0) ruby2_keywords erubi (1.12.0) factory_bot (6.2.1) @@ -221,7 +221,7 @@ GEM mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) io-console (0.6.0) - irb (1.8.1) + irb (1.9.1) rdoc reline (>= 0.3.8) jbuilder (2.11.5) @@ -245,7 +245,7 @@ GEM activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - loofah (2.21.4) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -262,7 +262,7 @@ GEM minitest (5.20.0) msgpack (1.6.0) multi_json (1.15.0) - mutex_m (0.1.2) + mutex_m (0.2.0) net-imap (0.4.1) date net-protocol @@ -273,10 +273,10 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.5.9) - nokogiri (1.15.4) + nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.15.4-x86_64-linux) + nokogiri (1.15.5-x86_64-linux) racc (~> 1.4) omniauth (2.1.1) hashie (>= 3.4.6) @@ -308,12 +308,12 @@ GEM ast (~> 2.4.1) racc pg (1.4.5) - psych (5.1.1) + psych (5.1.1.1) stringio public_suffix (5.0.3) puma (5.6.7) nio4r (~> 2.0) - racc (1.7.1) + racc (1.7.3) rack (2.2.8) rack-oauth2 (2.2.0) activesupport @@ -361,12 +361,12 @@ GEM thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.0.6) - rdoc (6.5.0) + rake (13.1.0) + rdoc (6.6.0) psych (>= 4.0.0) redis (4.8.0) regexp_parser (2.8.1) - reline (0.3.9) + reline (0.4.0) io-console (~> 0.5) remote_syslog_logger (1.0.4) syslog_protocol @@ -383,10 +383,10 @@ GEM rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.5) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-rails (6.0.3) + rspec-rails (6.1.0) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -441,14 +441,14 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - stringio (3.0.8) + stringio (3.0.9) swd (2.0.2) activesupport (>= 3) attr_required (>= 0.0.5) faraday (~> 2.0) faraday-follow_redirects syslog_protocol (0.9.2) - thor (1.2.2) + thor (1.3.0) timeout (0.4.0) trailblazer-option (0.1.2) tzinfo (2.0.6) @@ -526,7 +526,7 @@ DEPENDENCIES rails (~> 7.1.1) redis (~> 4.0) remote_syslog_logger - rspec-rails (>= 6.0.2) + rspec-rails (>= 6.0.4) rubocop (~> 1.26) rubocop-performance (~> 1.13) rubocop-rails (~> 2.18, >= 2.18.0)