did about and start on forms (index)

This commit is contained in:
2022-12-09 00:55:50 +02:00
parent a99b33d236
commit 4c4b660d58
7 changed files with 184 additions and 3 deletions

View File

@ -33,6 +33,7 @@ group :development do
# Use console on exceptions pages [https://github.com/rails/web-console]
gem "web-console"
gem "puma", "~> 5.0"
gem 'guard-rspec', require: false
end
group :test do