Skip to content

Commit

Permalink
Merge pull request #245 from dcollie2/dependabot/bundler/sidekiq-6.2.0
Browse files Browse the repository at this point in the history
Bump sidekiq from 6.1.3 to 6.2.0
  • Loading branch information
CraigJZ committed Mar 22, 2021
2 parents a522cdc + 55428d2 commit 74a0c9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -60,7 +60,7 @@ gem 'report_action', '~> 0.3.1'
# For processing excel files
gem 'roo', '~> 2.8', '>= 2.8.3'

gem 'sidekiq', '~> 6.1'
gem 'sidekiq', '~> 6.2'

gem 'smarter_csv'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -267,7 +267,7 @@ GEM
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
semantic_range (2.3.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 @@ -350,7 +350,7 @@ DEPENDENCIES
roo (~> 2.8, >= 2.8.3)
rubocop-rails (~> 2.9)
sass-rails (~> 6.0)
sidekiq (~> 6.1)
sidekiq (~> 6.2)
simplecov (~> 0.21.2)
smarter_csv
spring
Expand Down

0 comments on commit 74a0c9c

Please sign in to comment.