Skip to content

Commit

Permalink
Update Sidekiq-related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Oct 5, 2022
1 parent 1f203a5 commit 99f9de3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ gem 'json', '~> 2.6'
gem 'mail', '~> 2.7'
gem 'mime-types', '~> 3.4'
gem 'nokogiri', '~> 1.13'
gem 'redis-namespace', '~> 1.8'
gem 'redis-namespace', '~> 1.9'
gem 'rest-client', '~> 2.1'
gem 'ruby-filemagic', '~> 0.7.3'
gem 'sidekiq', '~> 6.1'
gem 'sidekiq-cron', '~> 1.3'
gem 'sidekiq', '~> 6.5'
gem 'sidekiq-cron', '~> 1.8'
gem 'sinatra', '~> 2.2'
gem 'thin', '~> 1.8'
gem 'unicorn', '~> 5.7'
Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GEM
specs:
byebug (11.1.3)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
connection_pool (2.3.0)
daemons (1.4.0)
diff-lcs (1.5.0)
docile (1.3.4)
Expand All @@ -12,7 +12,7 @@ GEM
et-orbi (1.2.7)
tzinfo
eventmachine (1.2.7)
fugit (1.5.3)
fugit (1.7.1)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
haml (5.2.2)
Expand Down Expand Up @@ -46,9 +46,9 @@ GEM
rack (>= 1.3)
raindrops (0.19.1)
rake (13.0.6)
redis (4.6.0)
redis-namespace (1.8.2)
redis (>= 3.0.4)
redis (4.8.0)
redis-namespace (1.9.0)
redis (>= 4)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
Expand All @@ -69,12 +69,12 @@ GEM
rspec-support (3.11.0)
ruby-filemagic (0.7.3)
ruby2_keywords (0.0.5)
sidekiq (6.1.2)
connection_pool (>= 2.2.2)
sidekiq (6.5.7)
connection_pool (>= 2.2.5)
rack (~> 2.0)
redis (>= 4.2.0)
sidekiq-cron (1.3.0)
fugit (>= 1.1)
redis (>= 4.5.0, < 5)
sidekiq-cron (1.8.0)
fugit (~> 1)
sidekiq (>= 4.2.1)
simplecov (0.21.2)
docile (~> 1.1)
Expand All @@ -94,7 +94,7 @@ GEM
rack (>= 1, < 3)
tilt (2.0.10)
timecop (0.9.5)
tzinfo (2.0.4)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
Expand All @@ -119,12 +119,12 @@ DEPENDENCIES
nokogiri (~> 1.13)
rack-test (~> 2.0)
rake (~> 13.0)
redis-namespace (~> 1.8)
redis-namespace (~> 1.9)
rest-client (~> 2.1)
rspec (~> 3.11)
ruby-filemagic (~> 0.7.3)
sidekiq (~> 6.1)
sidekiq-cron (~> 1.3)
sidekiq (~> 6.5)
sidekiq-cron (~> 1.8)
simplecov (~> 0.21.2)
sinatra (~> 2.2)
thin (~> 1.8)
Expand Down

0 comments on commit 99f9de3

Please sign in to comment.