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.2 to 6.2.0 #13

Closed
wants to merge 1 commit into from
Closed
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 @@ -12,7 +12,7 @@ gem "foreman", "~>0.87.2"
gem "puma", "~> 5.0.4"
gem "rake", "13.0.1"
gem "rollbar", "~> 3.0"
gem "sidekiq", "~> 6.1.2"
gem "sidekiq", "~> 6.2.0"

group :development do
gem "mr-sparkle", "0.3.0"
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Expand Up @@ -25,6 +25,7 @@ GEM
dotenv (2.7.6)
erubis (2.7.0)
ffi (1.13.1)
ffi (1.13.1-x64-mingw32)
foreman (0.87.2)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
Expand All @@ -44,14 +45,15 @@ GEM
nio4r (2.5.4)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.5-x64-mingw32)
nokogiri (1.10.10-x64-mingw32)
mini_portile2 (~> 2.4.0)
optic14n (2.0.1)
addressable (~> 2.3)
parallel (1.19.2)
parser (2.7.2.0)
ast (~> 2.4.1)
pg (1.1.4)
pg (1.1.4-x64-mingw32)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -69,7 +71,7 @@ GEM
ffi (~> 1.0)
rb-kqueue (0.2.5)
ffi (>= 0.5.0)
redis (4.2.2)
redis (4.2.5)
regexp_parser (1.8.2)
rexml (3.2.4)
rollbar (3.0.1)
Expand Down Expand Up @@ -112,7 +114,7 @@ GEM
rubocop-rspec (1.42.0)
rubocop (>= 0.87.0)
ruby-progressbar (1.10.1)
sidekiq (6.1.2)
sidekiq (6.2.0)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
Expand Down Expand Up @@ -152,7 +154,7 @@ DEPENDENCIES
rollbar (~> 3.0)
rspec
rubocop-govuk
sidekiq (~> 6.1.2)
sidekiq (~> 6.2.0)
simplecov

BUNDLED WITH
Expand Down