Skip to content

Commit

Permalink
Merge pull request #3735 from sul-dlss/update-rspec-rails
Browse files Browse the repository at this point in the history
Update to rspec-rails 6.1
  • Loading branch information
corylown authored Jan 17, 2024
2 parents 5dbf067 + 80ed9f0 commit 0283087
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 @@ -49,7 +49,7 @@ group :development, :test do
gem 'capybara', '~> 3.0'
gem 'launchy' # useful for debugging rspec/capybara integration tests -- put "save_and_open_page" in your test to debug
gem 'rails-controller-testing'
gem 'rspec-rails', '~> 5.0'
gem 'rspec-rails', '~> 6.1'
gem 'rubocop', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -501,14 +501,14 @@ GEM
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (5.1.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-rails (6.1.0)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.12)
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rubocop (1.59.0)
json (~> 2.3)
Expand Down Expand Up @@ -696,7 +696,7 @@ DEPENDENCIES
rinku
roadie-rails (~> 3)
rsolr
rspec-rails (~> 5.0)
rspec-rails (~> 6.1)
rubocop
rubocop-performance
rubocop-rails
Expand Down

0 comments on commit 0283087

Please sign in to comment.