Skip to content

Commit

Permalink
Merge pull request #14 from PikachuEXE/dependabot/bundler/rspec-rails…
Browse files Browse the repository at this point in the history
…-gte-5.1-and-lt-8

Update rspec-rails requirement from >= 5.1, < 7 to >= 5.1, < 8
  • Loading branch information
PikachuEXE authored Oct 1, 2024
2 parents 9012d8b + c528d06 commit c5b1e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action_controller_tweaks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "bundler", ">= 1.0.0"
s.add_development_dependency "rake", ">= 10.0", "<= 14.0"
s.add_development_dependency "appraisal", "~> 2.0", ">= 2.5.0"
s.add_development_dependency "rspec-rails", ">= 5.1", "< 7"
s.add_development_dependency "rspec-rails", ">= 5.1", "< 8"
s.add_development_dependency "rspec-its", "~> 1.0"
# rspec-rails needs activerecord...
s.add_development_dependency "activerecord", ">= 4.0.0"
Expand Down

0 comments on commit c5b1e5f

Please sign in to comment.