diff --git a/Gemfile.lock b/Gemfile.lock index 040d8f2..2918e57 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,11 +41,11 @@ GEM regexp_parser (~> 1.5) xpath (~> 3.2) coderay (1.1.3) - concurrent-ruby (1.1.7) + concurrent-ruby (1.2.3) crass (1.0.6) diff-lcs (1.5.1) erubi (1.12.0) - i18n (1.8.5) + i18n (1.14.4) concurrent-ruby (~> 1.0) loofah (2.22.0) crass (~> 1.0.2) @@ -53,7 +53,7 @@ GEM method_source (1.0.0) mini_mime (1.0.2) mini_portile2 (2.8.5) - minitest (5.14.2) + minitest (5.22.3) nokogiri (1.16.3) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -62,9 +62,9 @@ GEM method_source (~> 1.0) public_suffix (4.0.6) racc (1.7.3) - rack (2.2.3) - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack (2.2.9) + rack-test (2.1.0) + rack (>= 1.3) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -78,7 +78,7 @@ GEM method_source rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) - rake (13.0.1) + rake (13.1.0) regexp_parser (1.8.1) rspec-core (3.13.0) rspec-support (~> 3.13.0) @@ -88,7 +88,7 @@ GEM rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (5.0.3) + rspec-rails (5.1.2) actionpack (>= 5.2) activesupport (>= 5.2) railties (>= 5.2) @@ -97,13 +97,13 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.13.1) - thor (1.0.1) + thor (1.3.1) thread_safe (0.3.6) - tzinfo (1.2.7) + tzinfo (1.2.11) thread_safe (~> 0.1) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.4.0) + zeitwerk (2.6.13) PLATFORMS ruby @@ -114,7 +114,7 @@ DEPENDENCIES capybara high_voltage! pry - rspec-rails (~> 5.0.0) + rspec-rails (~> 5.1.2) BUNDLED WITH 2.2.33 diff --git a/high_voltage.gemspec b/high_voltage.gemspec index 115b795..c43bedc 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.0.0') + s.add_development_dependency('rspec-rails', '~> 5.1.2') end