diff --git a/Gemfile b/Gemfile index 137e72c4..9a759234 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ group :development do end group :development, :test do - gem 'capybara', '~> 3.39' + gem 'capybara', '~> 3.40' gem 'rails-controller-testing', '~> 1.0' gem 'rspec-rails', '~> 6.0' gem 'timecop' diff --git a/Gemfile.lock b/Gemfile.lock index 66979242..25ff1e5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.4) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) aws-eventstream (1.2.0) aws-partitions (1.828.0) @@ -87,11 +87,11 @@ GEM bootsnap (1.18.3) msgpack (~> 1.2) builder (3.2.4) - capybara (3.39.2) + capybara (3.40.0) addressable matrix mini_mime (>= 0.1.3) - nokogiri (~> 1.8) + nokogiri (~> 1.11) rack (>= 1.6.0) rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) @@ -129,7 +129,7 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.5) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) minitest (5.20.0) msgpack (1.7.2) net-imap (0.3.7) @@ -142,13 +142,13 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.5.9) - nokogiri (1.15.4) + nokogiri (1.16.0) mini_portile2 (~> 2.8.2) racc (~> 1.4) - public_suffix (5.0.1) + public_suffix (5.0.4) puma (6.4.0) nio4r (~> 2.0) - racc (1.7.1) + racc (1.7.3) rack (2.2.8) rack-test (2.1.0) rack (>= 1.3) @@ -188,7 +188,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - regexp_parser (2.8.1) + regexp_parser (2.9.0) rexml (3.2.5) rollbar (3.5.1) rspec-core (3.12.2) @@ -247,7 +247,7 @@ PLATFORMS DEPENDENCIES aws-sdk-s3 (~> 1.136) bootsnap (>= 1.1.0) - capybara (~> 3.39) + capybara (~> 3.40) dotenv-rails (~> 2.8) kramdown (~> 2.4) listen (>= 3.0.5, < 3.9)