add foreman to start dev enviroment

This commit is contained in:
João Geonizeli
2021-08-14 21:38:42 -03:00
parent 98a2011445
commit c1129b9953
4 changed files with 11 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ group :development do
gem "graphql_playground-rails"
gem "web-console", ">= 4.1.0"
gem "foreman"
gem "listen", "~> 3.3"
gem "spring"
end