Drop guard/spring

No developer left using this...
This commit is contained in:
Henne Vogelsang 2022-02-10 17:34:34 +01:00
parent 28caa143e8
commit 5b698f9a4a
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
7 changed files with 1 additions and 169 deletions

View file

@ -228,16 +228,12 @@ gem 'dalli'
gem 'icalendar'
# Use guard and spring for testing in development
group :development do
# to launch specs when files are modified
gem 'guard-rspec'
gem 'haml_lint'
gem 'spring-commands-rspec'
# for static code analisys
gem 'rubocop', require: false
gem 'rubocop-rspec', require: false
gem 'rubocop-rails', require: false
gem 'haml_lint'
# to open mails
gem 'letter_opener'
gem 'letter_opener_web'