add guard

This commit is contained in:
2022-03-31 20:47:53 +03:00
parent ab7329cbae
commit 58fe0ef5fb
3 changed files with 73 additions and 0 deletions

View File

@ -33,6 +33,8 @@ group :development do
gem "web-console"
gem "rack-mini-profiler"
gem "mina"
gem 'guard-rails'
gem 'guard-rspec'
end
group :test do