add whenever
This commit is contained in:
parent
f5e81e71d4
commit
c6b5b561dc
2 changed files with 5 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -62,3 +62,4 @@ gem 'roo-xls'
|
|||
gem 'simple_form'
|
||||
gem 'midi-smtp-server', require: false
|
||||
gem 'will_paginate', '~> 3.0'
|
||||
gem 'whenever', '~> 0.9', require: false
|
||||
|
|
|
@ -78,6 +78,7 @@ GEM
|
|||
regexp_parser (>= 1.5, < 3.0)
|
||||
xpath (~> 3.2)
|
||||
childprocess (4.1.0)
|
||||
chronic (0.10.2)
|
||||
concurrent-ruby (1.1.9)
|
||||
crass (1.0.6)
|
||||
erubi (1.10.0)
|
||||
|
@ -232,6 +233,8 @@ GEM
|
|||
websocket-driver (0.7.5)
|
||||
websocket-extensions (>= 0.1.0)
|
||||
websocket-extensions (0.1.5)
|
||||
whenever (0.11.0)
|
||||
chronic (>= 0.6.3)
|
||||
will_paginate (3.3.1)
|
||||
xpath (3.2.0)
|
||||
nokogiri (~> 1.8)
|
||||
|
@ -264,6 +267,7 @@ DEPENDENCIES
|
|||
web-console (>= 4.1.0)
|
||||
webdrivers
|
||||
webpacker (~> 5.0)
|
||||
whenever (~> 0.9)
|
||||
will_paginate (~> 3.0)
|
||||
|
||||
RUBY VERSION
|
||||
|
|
Loading…
Reference in a new issue