Skip to content

Commit

Permalink
Upgrade rspec-rails to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne authored and cbeer committed Oct 11, 2022
1 parent d24bc7e commit 9a7c3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blacklight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|
s.add_dependency "view_component", '~> 2.43'

s.add_development_dependency "rsolr", ">= 1.0.6", "< 3" # Library for interacting with rSolr.
s.add_development_dependency "rspec-rails", "~> 5.0"
s.add_development_dependency "rspec-rails", "~> 6.0"
s.add_development_dependency "rspec-collection_matchers", ">= 1.0"
s.add_development_dependency 'axe-core-rspec'
s.add_development_dependency "capybara", '~> 3'
Expand Down

0 comments on commit 9a7c3ea

Please sign in to comment.