Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sidekiq from 6.1.3 to 6.2.0 #229

Merged
merged 1 commit into from Mar 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -23,7 +23,7 @@ gem "redis-namespace"
gem "rollbar"
gem "rails", "~> 6.1.3"
gem "sass-rails", "~> 6.0"
gem "sidekiq", "~> 6.1"
gem "sidekiq", "~> 6.2"
gem "sidekiq-cron", "~> 1.2"
gem "turbolinks", "~> 5"
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -296,7 +296,7 @@ GEM
rubyzip (>= 1.2.2)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
sidekiq (6.1.3)
sidekiq (6.2.0)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
Expand Down Expand Up @@ -395,7 +395,7 @@ DEPENDENCIES
sass-rails (~> 6.0)
selenium-webdriver
shoulda-matchers
sidekiq (~> 6.1)
sidekiq (~> 6.2)
sidekiq-cron (~> 1.2)
simplecov
spring
Expand Down