Skip to content

Commit

Permalink
Update rspec-rails requirement from ~> 4.0.0 to ~> 5.1.2
Browse files Browse the repository at this point in the history
Updates the requirements on [rspec-rails](https://github.com/rspec/rspec-rails) to permit the latest version.
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v4.0.2...v5.1.2)

---
updated-dependencies:
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent d79759f commit 9aeb462
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ 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)
nokogiri (>= 1.12.0)
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)
Expand All @@ -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
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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
Expand All @@ -114,7 +114,7 @@ DEPENDENCIES
capybara
high_voltage!
pry
rspec-rails (~> 5.0.0)
rspec-rails (~> 5.1.2)

BUNDLED WITH
2.2.33
2 changes: 1 addition & 1 deletion high_voltage.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9aeb462

Please sign in to comment.