mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 17:55:12 +02:00
Added que #2557
This commit is contained in:
parent
0aa8058022
commit
51d22af52b
9 changed files with 4779 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -76,6 +76,10 @@ gem 'epp', '~> 1.4.2', github: 'gitlabeu/epp'
|
|||
gem 'epp-xml', '~> 1.0.2' # EPP XMLs
|
||||
gem 'uuidtools', '~> 2.1.4' # For unique IDs (used by the epp gem)
|
||||
|
||||
# que
|
||||
gem 'que', '~> 0.10.0'
|
||||
gem 'que-web', '~> 0.4.0'
|
||||
|
||||
# for importing legacy db
|
||||
gem 'activerecord-import', '~> 0.7.0' # for inserting dummy data
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue