mirror of
https://github.com/internetee/registry.git
synced 2025-06-12 23:54:44 +02:00
Merge pull request #1404 from internetee/update-que-gem
Update `que` and `que-web` gems
This commit is contained in:
commit
23835772dc
2 changed files with 6 additions and 8 deletions
6
Gemfile
6
Gemfile
|
@ -61,11 +61,9 @@ gem 'digidoc_client',
|
||||||
|
|
||||||
gem 'epp', github: 'internetee/epp', branch: :master
|
gem 'epp', github: 'internetee/epp', branch: :master
|
||||||
gem 'epp-xml', '1.1.0', github: 'internetee/epp-xml'
|
gem 'epp-xml', '1.1.0', github: 'internetee/epp-xml'
|
||||||
|
gem 'que'
|
||||||
# que
|
|
||||||
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'
|
||||||
gem 'pdfkit'
|
gem 'pdfkit'
|
||||||
gem 'jquery-ui-rails', '5.0.5'
|
gem 'jquery-ui-rails', '5.0.5'
|
||||||
gem 'active_model-errors_details' # Backport from Rails 5, https://github.com/rails/rails/pull/18322
|
gem 'active_model-errors_details' # Backport from Rails 5, https://github.com/rails/rails/pull/18322
|
||||||
|
|
|
@ -271,8 +271,8 @@ GEM
|
||||||
public_suffix (4.0.1)
|
public_suffix (4.0.1)
|
||||||
puma (4.2.1)
|
puma (4.2.1)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
que (0.10.0)
|
que (0.14.3)
|
||||||
que-web (0.4.0)
|
que-web (0.7.2)
|
||||||
erubis
|
erubis
|
||||||
que (~> 0.8)
|
que (~> 0.8)
|
||||||
sinatra
|
sinatra
|
||||||
|
@ -469,8 +469,8 @@ DEPENDENCIES
|
||||||
pg (= 0.19.0)
|
pg (= 0.19.0)
|
||||||
pry (= 0.10.1)
|
pry (= 0.10.1)
|
||||||
puma
|
puma
|
||||||
que (= 0.10.0)
|
que
|
||||||
que-web (= 0.4.0)
|
que-web
|
||||||
railroady (= 1.3.0)
|
railroady (= 1.3.0)
|
||||||
rails (= 4.2.11.1)
|
rails (= 4.2.11.1)
|
||||||
rails-settings-cached (= 0.7.2)
|
rails-settings-cached (= 0.7.2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue