mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
Add guard file watcher
This commit is contained in:
parent
2d85da354b
commit
a13e848176
3 changed files with 107 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -42,6 +42,8 @@ group :development do
|
|||
gem 'spring-commands-rspec'
|
||||
gem 'quiet_assets'
|
||||
gem 'awesome_print'
|
||||
gem 'guard-rspec', require: false
|
||||
gem 'terminal-notifier-guard' # FIXME cross-platform
|
||||
end
|
||||
|
||||
group :development, :test do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue