fix generator problem. allow no auth

This commit is contained in:
2023-10-23 20:10:44 +03:00
parent 9f6b5a878a
commit 60808aee26
5 changed files with 17 additions and 7 deletions

View File

@ -24,4 +24,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "active_hash"
spec.add_dependency "mini_magick"
spec.add_dependency "ruby2js" , '~> 5.0', '>= 5.0.1'
spec.add_dependency "simple_form" , "5.1.0"
end