Skip to content

Commit

Permalink
Fix CI by correcting railties version to include 7.1.z
Browse files Browse the repository at this point in the history
  • Loading branch information
zenspider committed Dec 18, 2024
1 parent 9c000f8 commit 5f3263d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minitest-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = ">= 2.7.0"

gem.add_dependency "minitest", "~> 5.20"
gem.add_dependency "railties", ">= 7.2.0", "< 8.0.0"
gem.add_dependency "railties", ">= 7.1.0", "< 8.0.0"

gem.add_development_dependency "minitest-autotest", "~> 1.1"
gem.add_development_dependency "minitest-focus", "~> 1.4"
Expand Down

0 comments on commit 5f3263d

Please sign in to comment.