Skip to content

Commit

Permalink
Merge pull request #1310 from sul-dlss/rspec-rails-upgrade
Browse files Browse the repository at this point in the history
Upgrade rspec-rails to version 7
  • Loading branch information
marlo-longley authored Nov 26, 2024
2 parents ee6f168 + 30df395 commit 73d08b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ group :development, :test do
gem "debug", platforms: %i[ mri mingw x64_mingw ]

# RSpec for testing
gem 'rspec-rails', '~> 6.0'
gem 'rspec-rails', '~> 7.0'

gem 'rails-controller-testing'

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,10 @@ GEM
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.5)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-rails (7.1.0)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
Expand Down Expand Up @@ -434,7 +434,7 @@ DEPENDENCIES
rails-controller-testing
redis
retries
rspec-rails (~> 6.0)
rspec-rails (~> 7.0)
rubocop (~> 1.57)
rubocop-capybara
rubocop-performance
Expand Down

0 comments on commit 73d08b8

Please sign in to comment.