Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rspec-rails requirement from ~> 4.0.0 to ~> 5.1.2 #313

Merged
merged 1 commit into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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