Skip to content

Commit f8023f8

Browse files
authored
Merge pull request #13 from trusted/mhfs/feb25-deps
[ENG-0] Sec Vulnerabilities
2 parents 04988e2 + 8ca722e commit f8023f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
sidekiq-silent-retry (0.3.1)
4+
sidekiq-silent-retry (0.3.2)
55
sidekiq (>= 6.0)
66

77
GEM
@@ -17,7 +17,7 @@ GEM
1717
ast (~> 2.4.1)
1818
racc
1919
racc (1.8.0)
20-
rack (2.2.9)
20+
rack (2.2.11)
2121
rainbow (3.1.1)
2222
rake (13.2.1)
2323
redis (4.8.1)

lib/sidekiq/silent_retry/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Sidekiq
44
module SilentRetry
5-
VERSION = "0.3.1"
5+
VERSION = "0.3.2"
66
end
77
end

0 commit comments

Comments
 (0)