Skip to content

Commit 26b3f80

Browse files
committed
update to version 3.8.0
1 parent 50d6b7f commit 26b3f80

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

Gemfile.lock

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
PATH
22
remote: .
33
specs:
4-
sidekiq-cronitor (3.7.1)
4+
sidekiq-cronitor (3.8.0)
55
cronitor (~> 5.1)
66
sidekiq (< 8)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
1111
bump (0.10.0)
12-
concurrent-ruby (1.2.2)
1312
connection_pool (2.3.0)
1413
cronitor (5.1.0)
1514
httparty
@@ -20,7 +19,11 @@ GEM
2019
mini_mime (1.1.2)
2120
multi_xml (0.6.0)
2221
rack (3.0.6.1)
22+
rack-protection (3.0.6)
23+
rack
2324
rake (13.0.1)
25+
redis (5.0.7)
26+
redis-client (>= 0.9.0)
2427
redis-client (0.14.0)
2528
connection_pool
2629
rspec (3.7.0)
@@ -36,11 +39,11 @@ GEM
3639
diff-lcs (>= 1.2.0, < 2.0)
3740
rspec-support (~> 3.7.0)
3841
rspec-support (3.7.0)
39-
sidekiq (7.0.6)
40-
concurrent-ruby (< 2)
41-
connection_pool (>= 2.3.0)
42-
rack (>= 2.2.4)
43-
redis-client (>= 0.11.0)
42+
sidekiq (6.0.4)
43+
connection_pool (>= 2.2.2)
44+
rack (>= 2.0.0)
45+
rack-protection (>= 2.0.0)
46+
redis (>= 4.1.0)
4447

4548
PLATFORMS
4649
ruby
@@ -53,4 +56,4 @@ DEPENDENCIES
5356
sidekiq-cronitor!
5457

5558
BUNDLED WITH
56-
2.1.4
59+
2.4.22

lib/sidekiq/cronitor/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Sidekiq
22
module Cronitor
3-
VERSION = '3.7.1'
3+
VERSION = '3.8.0'
44
end
55
end

0 commit comments

Comments
 (0)