1
0
Fork 0

Allow Rails 7

This commit is contained in:
Andrew Tomaka 2022-10-04 21:21:42 -04:00
parent b35d7967b5
commit 1322b80158
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.add_dependency "psenv", Psenv::VERSION
spec.add_dependency "railties", ">= 3.2", "< 6.2"
spec.add_dependency "railties", ">= 3.2", "< 7.1"
end