Remove que_mailer gem

Closes #895
This commit is contained in:
Artur Beljajev 2019-04-12 17:21:11 +03:00
parent 718bcbcea6
commit a5fa78e94a
2 changed files with 0 additions and 16 deletions

View file

@ -85,9 +85,6 @@ gem 'uuidtools', '2.1.5' # For unique IDs (used by the epp gem)
gem 'que', '0.10.0' gem 'que', '0.10.0'
gem 'daemons-rails', '1.2.1' gem 'daemons-rails', '1.2.1'
gem 'que-web', '0.4.0' gem 'que-web', '0.4.0'
gem 'que_mailer',
github: 'prehnRA/que-mailer',
branch: 'master'
# for importing legacy db # for importing legacy db
gem 'activerecord-import', '0.7.0' # for inserting dummy data gem 'activerecord-import', '0.7.0' # for inserting dummy data

View file

@ -41,18 +41,6 @@ GIT
hpricot hpricot
libxml-ruby libxml-ruby
GIT
remote: https://github.com/prehnRA/que-mailer.git
revision: 32156f258993348b50a7db2a41eed1bdb0bf4fab
branch: master
specs:
que_mailer (0.0.2)
actionmailer (>= 4.0)
activesupport (>= 4.0)
pg (~> 0)
que (~> 0.6)
rails (>= 4.0)
GIT GIT
remote: https://github.com/tarmotalu/digidoc_client.git remote: https://github.com/tarmotalu/digidoc_client.git
revision: 1645e83a5a548addce383f75703b0275c5310c32 revision: 1645e83a5a548addce383f75703b0275c5310c32
@ -497,7 +485,6 @@ DEPENDENCIES
puma puma
que (= 0.10.0) que (= 0.10.0)
que-web (= 0.4.0) que-web (= 0.4.0)
que_mailer!
railroady (= 1.3.0) railroady (= 1.3.0)
rails (= 4.2.11.1) rails (= 4.2.11.1)
rails-settings-cached (= 0.4.1) rails-settings-cached (= 0.4.1)