Configure whenever schedule and logging for rake task

This commit is contained in:
Maximilian Grundke
2018-01-30 16:57:03 +01:00
parent 9bb85e2968
commit 0c5f88d748
5 changed files with 33 additions and 0 deletions

View File

@ -59,6 +59,7 @@ end
group :development, :test, :staging do
gem 'byebug', platform: :ruby
gem 'spring'
gem 'whenever', require: false
end
group :test do