newrelic-sidekiq-metrics 1.6.1 → 1.6.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.bundler-version +1 -1
- data/.github/workflows/auto-approve.yml +8 -9
- data/.github/workflows/auto-merge-dependencies.yml +1 -1
- data/.github/workflows/auto-merge.yml +1 -1
- data/.github/workflows/ci.yml +1 -1
- data/Gemfile.lock +35 -28
- data/lib/newrelic_sidekiq_metrics/version.rb +1 -1
- data/newrelic-sidekiq-metrics.gemspec +2 -2
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6c39889a91bb2f1e2095d3cb69ce25e04b8b094fa60515d01c0c2d7fefa45380
|
4
|
+
data.tar.gz: 4755388c16adac08e65415ebb29bee75ce7a5f3743f1c7c3bff04cd20428efe9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53429ff5cfa3cd475b8b0fbb3b6e31664ba89a75eb5b69fd0114fed7455262e708daccc3a8c76017d162291aab668e37bd2d8980070a971a7f97c429f604a21c
|
7
|
+
data.tar.gz: f5eefae681f5f7392626d150de41c3fb9440beae1e76f4a1437216abbd3d16bc997e09824ab055ccad4f564f3cfdebe21df76b154f003e3e5cfa03da5706ed92
|
data/.bundler-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.4.
|
1
|
+
2.4.21
|
@@ -1,14 +1,13 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
on: pull_request_target
|
1
|
+
name: Auto approve dependency upgrades and hot-fix PRs
|
2
|
+
on:
|
3
|
+
pull_request_target:
|
4
|
+
types: [labeled, unlabeled, edited, ready_for_review, review_requested, auto_merge_enabled]
|
6
5
|
|
7
6
|
jobs:
|
8
7
|
auto-approve:
|
9
8
|
runs-on: ubuntu-latest
|
10
9
|
steps:
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
10
|
+
- uses: hmarr/auto-approve-action@v3
|
11
|
+
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'renofidev' || contains(toJson(github), 'HOTFIX-AUTO-APPROVE')
|
12
|
+
with:
|
13
|
+
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
data/.github/workflows/ci.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
newrelic-sidekiq-metrics (1.6.
|
5
|
-
newrelic_rpm (
|
4
|
+
newrelic-sidekiq-metrics (1.6.2)
|
5
|
+
newrelic_rpm (>= 8.0.0)
|
6
6
|
sidekiq
|
7
7
|
|
8
8
|
GEM
|
@@ -10,64 +10,71 @@ GEM
|
|
10
10
|
specs:
|
11
11
|
ast (2.4.2)
|
12
12
|
coderay (1.1.3)
|
13
|
-
concurrent-ruby (1.2.
|
14
|
-
connection_pool (2.
|
13
|
+
concurrent-ruby (1.2.2)
|
14
|
+
connection_pool (2.4.1)
|
15
15
|
diff-lcs (1.5.0)
|
16
16
|
json (2.6.3)
|
17
|
+
language_server-protocol (3.17.0.3)
|
17
18
|
method_source (1.0.0)
|
18
|
-
newrelic_rpm (
|
19
|
-
parallel (1.
|
20
|
-
parser (3.2.
|
19
|
+
newrelic_rpm (9.5.0)
|
20
|
+
parallel (1.23.0)
|
21
|
+
parser (3.2.2.4)
|
21
22
|
ast (~> 2.4.1)
|
23
|
+
racc
|
22
24
|
pry (0.14.2)
|
23
25
|
coderay (~> 1.1)
|
24
26
|
method_source (~> 1.0)
|
25
|
-
|
27
|
+
racc (1.7.1)
|
28
|
+
rack (3.0.8)
|
26
29
|
rainbow (3.1.1)
|
27
|
-
rake (13.0
|
28
|
-
redis-client (0.
|
30
|
+
rake (13.1.0)
|
31
|
+
redis-client (0.18.0)
|
29
32
|
connection_pool
|
30
|
-
regexp_parser (2.
|
31
|
-
rexml (3.2.
|
33
|
+
regexp_parser (2.8.2)
|
34
|
+
rexml (3.2.6)
|
32
35
|
rspec (3.12.0)
|
33
36
|
rspec-core (~> 3.12.0)
|
34
37
|
rspec-expectations (~> 3.12.0)
|
35
38
|
rspec-mocks (~> 3.12.0)
|
36
|
-
rspec-core (3.12.
|
39
|
+
rspec-core (3.12.2)
|
37
40
|
rspec-support (~> 3.12.0)
|
38
|
-
rspec-expectations (3.12.
|
41
|
+
rspec-expectations (3.12.3)
|
39
42
|
diff-lcs (>= 1.2.0, < 2.0)
|
40
43
|
rspec-support (~> 3.12.0)
|
41
|
-
rspec-mocks (3.12.
|
44
|
+
rspec-mocks (3.12.6)
|
42
45
|
diff-lcs (>= 1.2.0, < 2.0)
|
43
46
|
rspec-support (~> 3.12.0)
|
44
|
-
rspec-support (3.12.
|
45
|
-
rubocop (1.
|
47
|
+
rspec-support (3.12.1)
|
48
|
+
rubocop (1.57.2)
|
46
49
|
json (~> 2.3)
|
50
|
+
language_server-protocol (>= 3.17.0)
|
47
51
|
parallel (~> 1.10)
|
48
|
-
parser (>= 3.2.
|
52
|
+
parser (>= 3.2.2.4)
|
49
53
|
rainbow (>= 2.2.2, < 4.0)
|
50
54
|
regexp_parser (>= 1.8, < 3.0)
|
51
55
|
rexml (>= 3.2.5, < 4.0)
|
52
|
-
rubocop-ast (>= 1.
|
56
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
53
57
|
ruby-progressbar (~> 1.7)
|
54
58
|
unicode-display_width (>= 2.4.0, < 3.0)
|
55
|
-
rubocop-ast (1.
|
59
|
+
rubocop-ast (1.30.0)
|
56
60
|
parser (>= 3.2.1.0)
|
57
|
-
rubocop-capybara (2.
|
61
|
+
rubocop-capybara (2.19.0)
|
58
62
|
rubocop (~> 1.41)
|
63
|
+
rubocop-factory_bot (2.24.0)
|
64
|
+
rubocop (~> 1.33)
|
59
65
|
rubocop-rake (0.6.0)
|
60
66
|
rubocop (~> 1.0)
|
61
|
-
rubocop-rspec (2.
|
62
|
-
rubocop (~> 1.
|
67
|
+
rubocop-rspec (2.25.0)
|
68
|
+
rubocop (~> 1.40)
|
63
69
|
rubocop-capybara (~> 2.17)
|
64
|
-
|
65
|
-
|
70
|
+
rubocop-factory_bot (~> 2.22)
|
71
|
+
ruby-progressbar (1.13.0)
|
72
|
+
sidekiq (7.1.6)
|
66
73
|
concurrent-ruby (< 2)
|
67
74
|
connection_pool (>= 2.3.0)
|
68
75
|
rack (>= 2.2.4)
|
69
|
-
redis-client (>= 0.
|
70
|
-
unicode-display_width (2.
|
76
|
+
redis-client (>= 0.14.0)
|
77
|
+
unicode-display_width (2.5.0)
|
71
78
|
|
72
79
|
PLATFORMS
|
73
80
|
aarch64-linux-musl
|
@@ -89,4 +96,4 @@ DEPENDENCIES
|
|
89
96
|
rubocop-rspec
|
90
97
|
|
91
98
|
BUNDLED WITH
|
92
|
-
2.
|
99
|
+
2.4.21
|
@@ -23,8 +23,8 @@ Gem::Specification.new do |spec|
|
|
23
23
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
24
24
|
spec.require_paths = ['lib']
|
25
25
|
|
26
|
-
spec.required_ruby_version = '>= 3.
|
26
|
+
spec.required_ruby_version = '>= 3.1'
|
27
27
|
|
28
|
-
spec.add_dependency 'newrelic_rpm', '
|
28
|
+
spec.add_dependency 'newrelic_rpm', '>= 8.0.0'
|
29
29
|
spec.add_dependency 'sidekiq'
|
30
30
|
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.6.
|
4
|
+
version: 1.6.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Knapik
|
@@ -9,22 +9,22 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-
|
12
|
+
date: 2023-10-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: newrelic_rpm
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- - "
|
18
|
+
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version:
|
20
|
+
version: 8.0.0
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
|
-
- - "
|
25
|
+
- - ">="
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version:
|
27
|
+
version: 8.0.0
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: sidekiq
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -85,14 +85,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
85
85
|
requirements:
|
86
86
|
- - ">="
|
87
87
|
- !ruby/object:Gem::Version
|
88
|
-
version: '3.
|
88
|
+
version: '3.1'
|
89
89
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
90
90
|
requirements:
|
91
91
|
- - ">="
|
92
92
|
- !ruby/object:Gem::Version
|
93
93
|
version: '0'
|
94
94
|
requirements: []
|
95
|
-
rubygems_version: 3.4.
|
95
|
+
rubygems_version: 3.4.21
|
96
96
|
signing_key:
|
97
97
|
specification_version: 4
|
98
98
|
summary: Implements recording Sidekiq stats to New Relic metrics.
|