Skip to content

Commit

Permalink
Merge pull request #1 from lmoyle1989/feat/allow-rspec-6
Browse files Browse the repository at this point in the history
Bump up allowable rspec-rails version to < 7
  • Loading branch information
joshbuker authored Dec 23, 2023
2 parents 4a5f017 + afe6031 commit 3a3e093
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 3a3e093

Please # to comment.