newrelic-sidekiq-metrics 1.5.1 → 1.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1e8c9bbcd7e70752c1593e0ffd7b938d0f6b9385dd584b5d5d811af2f98a11e
4
- data.tar.gz: 5f84f2514d43cbbe99a43b1430e9decf7b7187ccf9f6905fd6bf93aa65719129
3
+ metadata.gz: 748e65cfafcf2add910112d682f73156914fb6833ccd1d01efe3f6e390d8289b
4
+ data.tar.gz: d9c27f3173b32d70d9bf69d6684a6a859108402b5f2e3cf41501933910897617
5
5
  SHA512:
6
- metadata.gz: '079caa814c2cdc89b8daa752eecb77fa5dbfde12c9cb09ea596a0421640ebe883b256841091c2c087725afdc03789c2b6891798df26ff99697b9f24e5e238423'
7
- data.tar.gz: df4bb13f51c25d46a0cf53fe5d9ca16ea2fc8f46d4d92c9fbdbe3780c7d779b1d5cf91d46d2a4eef0ddac875210d4d512a72a43293036f224be0dce264f8e808
6
+ metadata.gz: e5182df1df1362b6d4c94010e46ee29e1923921de4427efc24f633b282bb9097fb5ddbe1383921a87e04ef3b0146a08ff198b1c82e2182343211d292f58ecfdb
7
+ data.tar.gz: 6f810e2ca56657dbcc9aebacb2123a0a879c9055925c4195ef8063284317620b3ac4914af2692799a6f89fac2a4e3ced0a2b8aafda7a96de78987268506ef397
data/.bundler-version CHANGED
@@ -1 +1 @@
1
- 2.3.12
1
+ 2.3.26
@@ -14,12 +14,9 @@ jobs:
14
14
  ruby-version: ['3.0', 3.1]
15
15
 
16
16
  steps:
17
- - uses: actions/checkout@v2
17
+ - uses: actions/checkout@v3
18
18
  - name: Set up Ruby
19
- # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
20
- # change this to (see https://github.com/ruby/setup-ruby#versioning):
21
- # uses: ruby/setup-ruby@v1
22
- uses: ruby/setup-ruby@bd94d6a504586da892a5753afdd1480096ed30df
19
+ uses: ruby/setup-ruby@v1
23
20
  with:
24
21
  ruby-version: ${{ matrix.ruby-version }}
25
22
  bundler-cache: true # runs 'bundle install' and caches installed gems automatically
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- newrelic-sidekiq-metrics (1.5.1)
4
+ newrelic-sidekiq-metrics (1.5.2)
5
5
  newrelic_rpm (~> 8)
6
6
  sidekiq (~> 6.2)
7
7
 
@@ -10,56 +10,58 @@ GEM
10
10
  specs:
11
11
  ast (2.4.2)
12
12
  coderay (1.1.3)
13
- connection_pool (2.2.5)
13
+ connection_pool (2.3.0)
14
14
  diff-lcs (1.5.0)
15
+ json (2.6.2)
15
16
  method_source (1.0.0)
16
- newrelic_rpm (8.6.0)
17
+ newrelic_rpm (8.13.1)
17
18
  parallel (1.22.1)
18
- parser (3.1.2.0)
19
+ parser (3.1.3.0)
19
20
  ast (~> 2.4.1)
20
21
  pry (0.14.1)
21
22
  coderay (~> 1.1)
22
23
  method_source (~> 1.0)
23
- rack (2.2.3)
24
+ rack (2.2.4)
24
25
  rainbow (3.1.1)
25
26
  rake (13.0.6)
26
- redis (4.6.0)
27
- regexp_parser (2.3.1)
27
+ redis (4.8.0)
28
+ regexp_parser (2.6.1)
28
29
  rexml (3.2.5)
29
- rspec (3.11.0)
30
- rspec-core (~> 3.11.0)
31
- rspec-expectations (~> 3.11.0)
32
- rspec-mocks (~> 3.11.0)
33
- rspec-core (3.11.0)
34
- rspec-support (~> 3.11.0)
35
- rspec-expectations (3.11.0)
30
+ rspec (3.12.0)
31
+ rspec-core (~> 3.12.0)
32
+ rspec-expectations (~> 3.12.0)
33
+ rspec-mocks (~> 3.12.0)
34
+ rspec-core (3.12.0)
35
+ rspec-support (~> 3.12.0)
36
+ rspec-expectations (3.12.0)
36
37
  diff-lcs (>= 1.2.0, < 2.0)
37
- rspec-support (~> 3.11.0)
38
- rspec-mocks (3.11.1)
38
+ rspec-support (~> 3.12.0)
39
+ rspec-mocks (3.12.0)
39
40
  diff-lcs (>= 1.2.0, < 2.0)
40
- rspec-support (~> 3.11.0)
41
- rspec-support (3.11.0)
42
- rubocop (1.28.2)
41
+ rspec-support (~> 3.12.0)
42
+ rspec-support (3.12.0)
43
+ rubocop (1.39.0)
44
+ json (~> 2.3)
43
45
  parallel (~> 1.10)
44
- parser (>= 3.1.0.0)
46
+ parser (>= 3.1.2.1)
45
47
  rainbow (>= 2.2.2, < 4.0)
46
48
  regexp_parser (>= 1.8, < 3.0)
47
- rexml
48
- rubocop-ast (>= 1.17.0, < 2.0)
49
+ rexml (>= 3.2.5, < 4.0)
50
+ rubocop-ast (>= 1.23.0, < 2.0)
49
51
  ruby-progressbar (~> 1.7)
50
52
  unicode-display_width (>= 1.4.0, < 3.0)
51
- rubocop-ast (1.17.0)
53
+ rubocop-ast (1.24.0)
52
54
  parser (>= 3.1.1.0)
53
55
  rubocop-rake (0.6.0)
54
56
  rubocop (~> 1.0)
55
- rubocop-rspec (2.10.0)
56
- rubocop (~> 1.19)
57
+ rubocop-rspec (2.15.0)
58
+ rubocop (~> 1.33)
57
59
  ruby-progressbar (1.11.0)
58
- sidekiq (6.4.2)
59
- connection_pool (>= 2.2.2)
60
+ sidekiq (6.5.8)
61
+ connection_pool (>= 2.2.5, < 3)
60
62
  rack (~> 2.0)
61
- redis (>= 4.2.0)
62
- unicode-display_width (2.1.0)
63
+ redis (>= 4.5.0, < 5)
64
+ unicode-display_width (2.3.0)
63
65
 
64
66
  PLATFORMS
65
67
  aarch64-linux-musl
@@ -81,4 +83,4 @@ DEPENDENCIES
81
83
  rubocop-rspec
82
84
 
83
85
  BUNDLED WITH
84
- 2.3.12
86
+ 2.3.25
data/Rakefile CHANGED
@@ -6,4 +6,4 @@ RSpec::Core::RakeTask.new(:spec)
6
6
  RuboCop::RakeTask.new
7
7
 
8
8
  task ci: %i[spec rubocop]
9
- task default: %i[spec rubocop:auto_correct]
9
+ task default: %i[spec rubocop:autocorrect]
@@ -1,3 +1,3 @@
1
1
  module NewrelicSidekiqMetrics
2
- VERSION = '1.5.1'.freeze
2
+ VERSION = '1.5.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: newrelic-sidekiq-metrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krzysztof Knapik
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2022-05-03 00:00:00.000000000 Z
12
+ date: 2022-12-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: newrelic_rpm
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
189
189
  - !ruby/object:Gem::Version
190
190
  version: '0'
191
191
  requirements: []
192
- rubygems_version: 3.3.11
192
+ rubygems_version: 3.3.7
193
193
  signing_key:
194
194
  specification_version: 4
195
195
  summary: Implements recording Sidekiq stats to New Relic metrics.