Skip to content

Commit

Permalink
Loosen rails dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
blowmage committed Jun 25, 2024
1 parent abe5842 commit 24d47fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ gemspec
gem "irb"
gem "rails", "~> 7.1.0"
gem "rake"
gem "sqlite3"
gem "sqlite3", "~> 1.4"
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.1.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 24d47fa

Please sign in to comment.