Skip to content

Commit

Permalink
Bump up allowable rspec-rails version to < 7
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoyle1989 committed Dec 22, 2023
1 parent 4a5f017 commit afe6031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator-matchers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Gem::Specification.new do |s|

s.require_paths = ['lib']

s.add_dependency 'rspec-rails', '>= 3.0', '< 6'
s.add_dependency 'rspec-rails', '>= 3.0', '< 7'
end

0 comments on commit afe6031

Please # to comment.