Skip to content

Commit 76952ca

Browse files
Bump sidekiq from 5.0.5 to 6.0.4
Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.0.5 to 6.0.4. - [Release notes](https://github.com/mperham/sidekiq/releases) - [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md) - [Commits](sidekiq/sidekiq@v5.0.5...v6.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 5f5776e commit 76952ca

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ GEM
5353
activesupport
5454
coderay (1.1.2)
5555
concurrent-ruby (1.1.5)
56-
connection_pool (2.2.1)
56+
connection_pool (2.2.2)
5757
crass (1.0.5)
5858
debug_inspector (0.0.3)
5959
devise (4.6.2)
@@ -111,12 +111,12 @@ GEM
111111
binding_of_caller (>= 0.7)
112112
pry (>= 0.9.11)
113113
puma (3.12.2)
114-
rack (2.0.8)
114+
rack (2.1.2)
115115
rack-attack (5.0.1)
116116
rack
117117
rack-cors (1.0.5)
118118
rack (>= 1.6.0)
119-
rack-protection (2.0.0)
119+
rack-protection (2.0.8.1)
120120
rack
121121
rack-test (1.1.0)
122122
rack (>= 1.0, < 3)
@@ -147,7 +147,7 @@ GEM
147147
rb-fsevent (0.10.2)
148148
rb-inotify (0.9.10)
149149
ffi (>= 0.5.0, < 2)
150-
redis (4.0.1)
150+
redis (4.1.3)
151151
redis-actionpack (5.0.2)
152152
actionpack (>= 4.0, < 6)
153153
redis-rack (>= 1, < 3)
@@ -183,11 +183,11 @@ GEM
183183
rspec-mocks (~> 3.1.0)
184184
rspec-support (~> 3.1.0)
185185
rspec-support (3.1.2)
186-
sidekiq (5.0.5)
187-
concurrent-ruby (~> 1.0)
188-
connection_pool (~> 2.2, >= 2.2.0)
189-
rack-protection (>= 1.5.0)
190-
redis (>= 3.3.4, < 5)
186+
sidekiq (6.0.4)
187+
connection_pool (>= 2.2.2)
188+
rack (>= 2.0.0)
189+
rack-protection (>= 2.0.0)
190+
redis (>= 4.1.0)
191191
spring (2.0.2)
192192
activesupport (>= 4.2)
193193
spring-watcher-listen (2.0.1)

0 commit comments

Comments
 (0)