Compare commits
No commits in common. "74837d4f9a0913af0bd5fd4a6bdac056a7667c7d" and "f5e81e71d446c3a9507363029b4c17aeb2b3961c" have entirely different histories.
74837d4f9a
...
f5e81e71d4
3 changed files with 0 additions and 30 deletions
1
Gemfile
1
Gemfile
|
@ -62,4 +62,3 @@ gem 'roo-xls'
|
|||
gem 'simple_form'
|
||||
gem 'midi-smtp-server', require: false
|
||||
gem 'will_paginate', '~> 3.0'
|
||||
gem 'whenever', '~> 0.9', require: false
|
||||
|
|
|
@ -78,7 +78,6 @@ 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)
|
||||
|
@ -233,8 +232,6 @@ 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)
|
||||
|
@ -267,7 +264,6 @@ DEPENDENCIES
|
|||
web-console (>= 4.1.0)
|
||||
webdrivers
|
||||
webpacker (~> 5.0)
|
||||
whenever (~> 0.9)
|
||||
will_paginate (~> 3.0)
|
||||
|
||||
RUBY VERSION
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
# Use this file to easily define all of your cron jobs.
|
||||
#
|
||||
# It's helpful, but not entirely necessary to understand cron before proceeding.
|
||||
# http://en.wikipedia.org/wiki/Cron
|
||||
|
||||
# Example:
|
||||
#
|
||||
# set :output, "/path/to/my/cron_log.log"
|
||||
#
|
||||
# every 2.hours do
|
||||
# command "/usr/bin/some_great_command"
|
||||
# runner "MyModel.some_method"
|
||||
# rake "some:great:rake:task"
|
||||
# end
|
||||
#
|
||||
# every 4.days do
|
||||
# runner "AnotherModel.prune_old_records"
|
||||
# end
|
||||
|
||||
# Learn more: http://github.com/javan/whenever
|
||||
|
||||
# Get newest articles from suppliers via ftp sync, every day at 11:14, 16:14 and 20:14
|
||||
every '14 11,16,20 * * *' do
|
||||
rake 'sync_ftp_files'
|
||||
end
|
Loading…
Reference in a new issue