Skip to content

Commit

Permalink
Bump rspec-rails from 6.1.4 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.4 to 7.0.0.
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v6.1.4...v7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and floehopper committed Sep 3, 2024
1 parent bee3b62 commit f96c937
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ end
group :development, :test do
gem 'capybara', '~> 3.40'
gem 'rails-controller-testing', '~> 1.0'
gem 'rspec-rails', '~> 6.1'
gem 'rspec-rails', '~> 7.0'
gem 'timecop'
end
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.25.0)
minitest (5.25.1)
msgpack (1.7.2)
net-imap (0.3.7)
date
Expand Down Expand Up @@ -191,16 +191,16 @@ GEM
rollbar (3.6.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
rspec-expectations (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.4)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-rails (7.0.0)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
Expand All @@ -225,7 +225,7 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
strscan (3.1.0)
thor (1.3.1)
thor (1.3.2)
tilt (2.0.10)
timecop (0.9.10)
timeout (0.4.0)
Expand All @@ -238,7 +238,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.17)
zeitwerk (2.6.18)

PLATFORMS
ruby
Expand All @@ -254,7 +254,7 @@ DEPENDENCIES
rails (~> 7.0.0)
rails-controller-testing (~> 1.0)
rollbar
rspec-rails (~> 6.1)
rspec-rails (~> 7.0)
sass-rails (~> 6.0)
soup (~> 1.0)
timecop
Expand Down

0 comments on commit f96c937

Please sign in to comment.