diff --git a/Gemfile.lock b/Gemfile.lock index c9ac3f2..6f1aaa1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,7 +40,7 @@ GEM thor (>= 0.14.0) base64 (0.2.0) bigdecimal (3.1.8) - builder (3.2.4) + builder (3.3.0) capybara (3.40.0) addressable matrix @@ -51,16 +51,16 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) coderay (1.1.3) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crass (1.0.6) diff-lcs (1.5.1) drb (2.2.1) - erubi (1.12.0) + erubi (1.13.0) i18n (1.14.5) concurrent-ruby (~> 1.0) io-console (0.7.2) - irb (1.13.1) + irb (1.14.0) rdoc (>= 4.0.0) reline (>= 0.4.2) loofah (2.22.0) @@ -69,10 +69,10 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.5) - mini_portile2 (2.8.5) - minitest (5.23.0) + mini_portile2 (2.8.7) + minitest (5.25.0) mutex_m (0.2.0) - nokogiri (1.16.3) + nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) pry (0.14.2) @@ -81,15 +81,15 @@ GEM psych (5.1.2) stringio public_suffix (5.0.5) - racc (1.7.3) - rack (2.2.9) - rack-session (1.0.2) - rack (< 3) + racc (1.8.1) + rack (3.1.7) + rack-session (2.0.0) + rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) - rackup (1.0.0) - rack (< 3) - webrick + rackup (2.1.0) + rack (>= 3) + webrick (~> 1.8) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -105,37 +105,37 @@ GEM rake (>= 12.2) thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) - rake (13.1.0) - rdoc (6.6.3.1) + rake (13.2.1) + rdoc (6.7.0) psych (>= 4.0.0) regexp_parser (2.9.0) - reline (0.5.7) + reline (0.5.9) io-console (~> 0.5) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.0) + rspec-expectations (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.0) + rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (5.1.2) - actionpack (>= 5.2) - activesupport (>= 5.2) - railties (>= 5.2) - rspec-core (~> 3.10) - rspec-expectations (~> 3.10) - rspec-mocks (~> 3.10) - rspec-support (~> 3.10) + rspec-rails (6.1.4) + actionpack (>= 6.1) + activesupport (>= 6.1) + railties (>= 6.1) + rspec-core (~> 3.13) + rspec-expectations (~> 3.13) + rspec-mocks (~> 3.13) + rspec-support (~> 3.13) rspec-support (3.13.1) - stringio (3.1.0) + stringio (3.1.1) thor (1.3.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) webrick (1.8.1) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.14) + zeitwerk (2.6.17) PLATFORMS ruby @@ -146,7 +146,7 @@ DEPENDENCIES capybara high_voltage! pry - rspec-rails (~> 5.1.2) + rspec-rails (~> 6.1.4) BUNDLED WITH 2.2.33 diff --git a/high_voltage.gemspec b/high_voltage.gemspec index c43bedc..e4a13ca 100644 --- a/high_voltage.gemspec +++ b/high_voltage.gemspec @@ -26,5 +26,5 @@ Gem::Specification.new do |s| s.add_development_dependency('appraisal') s.add_development_dependency('capybara') s.add_development_dependency('pry') - s.add_development_dependency('rspec-rails', '~> 5.1.2') + s.add_development_dependency('rspec-rails', '~> 6.1.4') end