Skip to content

Commit

Permalink
Bump sidekiq from 6.5.1 to 7.0.8 (#88)
Browse files Browse the repository at this point in the history
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.1 to 7.0.8.
- [Release notes](https://github.com/sidekiq/sidekiq/releases)
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v6.5.1...v7.0.8)

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 25, 2023
1 parent c5314d8 commit dc5ee7c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'ddtrace', '~> 0.36'
gem 'faraday'
gem 'http'
gem 'ruby_tika_app', git: 'https://github.com/psu-libraries/ruby_tika_app.git', branch: 'tika-2.4.1'
gem 'sidekiq', '~> 6.4'
gem 'sidekiq', '~> 7.0'

# Development gems
# Since this isn't a Rails app, there really isn't a functional way to distinguish between dev/test gems and the gems
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ GEM
coderay (1.1.3)
colorize (0.8.1)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
connection_pool (2.4.0)
crack (0.4.5)
rexml
crass (1.0.6)
Expand Down Expand Up @@ -154,7 +154,7 @@ GEM
method_source (~> 1.0)
public_suffix (4.0.7)
racc (1.6.2)
rack (2.2.6.4)
rack (3.0.7)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
Expand All @@ -165,7 +165,8 @@ GEM
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.7.1)
redis-client (0.14.1)
connection_pool
regexp_parser (2.5.0)
rexml (3.2.5)
rspec (3.11.0)
Expand Down Expand Up @@ -215,10 +216,11 @@ GEM
scss_lint (0.59.0)
sass (~> 3.5, >= 3.5.5)
shellany (0.0.1)
sidekiq (6.5.1)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
sidekiq (7.0.8)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.11.0)
simplecov (0.17.1)
docile (~> 1.1)
json (>= 1.8, < 3)
Expand Down Expand Up @@ -257,7 +259,7 @@ DEPENDENCIES
rspec-its (~> 1.3)
rubocop
ruby_tika_app!
sidekiq (~> 6.4)
sidekiq (~> 7.0)
simplecov (= 0.17.1)
vcr
webmock
Expand Down

0 comments on commit dc5ee7c

Please sign in to comment.