Skip to content

Commit

Permalink
Merge pull request #2587 from internetee/update-sidekiq
Browse files Browse the repository at this point in the history
Updated sidekiq version
  • Loading branch information
vohmar authored Jun 7, 2023
2 parents 17aa482 + 74b39ba commit 8b22e85
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ 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 'redis'
gem 'sidekiq', '~> 7.0'

gem 'company_register', github: 'internetee/company_register',
branch: 'master'
Expand Down
21 changes: 13 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -416,7 +416,10 @@ GEM
activesupport (>= 6.1.5)
i18n
rbtree3 (0.6.0)
redis (4.6.0)
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.14.1)
connection_pool
regexp_parser (2.1.1)
request_store (1.5.1)
rack (>= 1.4)
Expand Down Expand Up @@ -454,10 +457,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)
Expand Down Expand Up @@ -582,12 +586,13 @@ DEPENDENCIES
puma
rails (~> 6.1.4)
ransack (~> 4.0.0)
redis
rest-client
rexml
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
Expand All @@ -601,4 +606,4 @@ DEPENDENCIES
wkhtmltopdf-binary (~> 0.12.6.1)

BUNDLED WITH
2.4.8
2.4.13

0 comments on commit 8b22e85

Please sign in to comment.