Skip to content

Commit

Permalink
updated sidekiq
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Oct 30, 2023
1 parent 1d3ce9f commit 4622841
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 101 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ gem 'omniauth-rails_csrf_protection'
gem 'omniauth-tara', github: 'internetee/omniauth-tara'
gem 'pagy', '~> 6.0'
gem 'pg', '~> 1.1'
gem 'phonelib'
gem 'propshaft'
gem 'puma', '>= 6.3.1'
gem 'rails', '~> 7.0.5', '>= 7.0.7.1'
gem 'redis', '~> 4.0'
gem 'redis-namespace'
gem 'sidekiq', '<7'
gem 'sidekiq', '>=7'
gem 'stimulus-rails'
gem 'turbo-rails'
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
gem 'uuidtools' # For unique IDs (used by the epp gem)
gem 'view_component'
gem 'phonelib'

# gem "kredis"
# gem "image_processing", "~> 1.2"
Expand Down
13 changes: 8 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
redis (4.8.1)
redis-client (0.17.1)
connection_pool
redis-namespace (1.10.0)
redis (>= 4)
regexp_parser (2.7.0)
Expand Down Expand Up @@ -365,10 +367,11 @@ GEM
websocket (~> 1.0)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (6.5.8)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq (7.1.6)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -475,7 +478,7 @@ DEPENDENCIES
rubocop
selenium-webdriver
shoulda-matchers
sidekiq (< 7)
sidekiq (>= 7)
simplecov
stimulus-rails
turbo-rails
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"autoprefixer": "^10.4.14",
"dropzone": "^6.0.0-beta.2",
"esbuild": "^0.17.14",
"postcss": "^8.4.21",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 4622841

Please sign in to comment.