mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 22:16:19 +02:00
Updated sidekiq version
This commit is contained in:
parent
4dd355ffa2
commit
7bc3aaa3b9
2 changed files with 11 additions and 9 deletions
2
Gemfile
2
Gemfile
|
@ -65,7 +65,7 @@ gem 'epp', github: 'internetee/epp', branch: :master
|
|||
gem 'epp-xml', '1.2.0', github: 'internetee/epp-xml', branch: :master
|
||||
gem 'jquery-ui-rails', '6.0.1'
|
||||
gem 'pdfkit'
|
||||
gem 'sidekiq', '>= 6.4.1'
|
||||
gem 'sidekiq', '~> 7.0'
|
||||
|
||||
gem 'company_register', github: 'internetee/company_register',
|
||||
branch: 'master'
|
||||
|
|
18
Gemfile.lock
18
Gemfile.lock
|
@ -195,7 +195,7 @@ GEM
|
|||
execjs
|
||||
coffee-script-source (1.12.2)
|
||||
concurrent-ruby (1.2.2)
|
||||
connection_pool (2.2.5)
|
||||
connection_pool (2.4.1)
|
||||
countries (4.0.1)
|
||||
i18n_data (~> 0.13.0)
|
||||
sixarm_ruby_unaccent (~> 1.1)
|
||||
|
@ -415,7 +415,8 @@ GEM
|
|||
activesupport (>= 6.1.5)
|
||||
i18n
|
||||
rbtree3 (0.6.0)
|
||||
redis (4.6.0)
|
||||
redis-client (0.14.1)
|
||||
connection_pool
|
||||
regexp_parser (2.1.1)
|
||||
request_store (1.5.1)
|
||||
rack (>= 1.4)
|
||||
|
@ -453,10 +454,11 @@ GEM
|
|||
selenium-webdriver (3.142.7)
|
||||
childprocess (>= 0.5, < 4.0)
|
||||
rubyzip (>= 1.2.2)
|
||||
sidekiq (6.4.1)
|
||||
connection_pool (>= 2.2.2)
|
||||
rack (~> 2.0)
|
||||
redis (>= 4.2.0)
|
||||
sidekiq (7.1.1)
|
||||
concurrent-ruby (< 2)
|
||||
connection_pool (>= 2.3.0)
|
||||
rack (>= 2.2.4)
|
||||
redis-client (>= 0.14.0)
|
||||
simplecov (0.17.1)
|
||||
docile (~> 1.1)
|
||||
json (>= 1.8, < 3)
|
||||
|
@ -586,7 +588,7 @@ DEPENDENCIES
|
|||
sass-rails
|
||||
select2-rails (= 4.0.13)
|
||||
selectize-rails (= 0.12.6)
|
||||
sidekiq (>= 6.4.1)
|
||||
sidekiq (~> 7.0)
|
||||
simplecov (= 0.17.1)
|
||||
simpleidn (= 0.2.1)
|
||||
spy
|
||||
|
@ -600,4 +602,4 @@ DEPENDENCIES
|
|||
wkhtmltopdf-binary (~> 0.12.6.1)
|
||||
|
||||
BUNDLED WITH
|
||||
2.4.8
|
||||
2.4.13
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue