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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1183bc07ae04b502796426c2fb4fb8d28c87d470688cbdfb72173241ebbff3cf
4
- data.tar.gz: 3f970bc47b817d63dff758ad734bd63fb7feed5fa9414406808b8e9eeed99bd2
3
+ metadata.gz: 6c39889a91bb2f1e2095d3cb69ce25e04b8b094fa60515d01c0c2d7fefa45380
4
+ data.tar.gz: 4755388c16adac08e65415ebb29bee75ce7a5f3743f1c7c3bff04cd20428efe9
5
5
  SHA512:
6
- metadata.gz: 1f05ff265b70d3f2e5544e04775e368d5beffd5636f9ee0223d1b96554b59599ba25b026d2628688a21af25579bc3bb300050d80e5424eae4f7cb34aa036b239
7
- data.tar.gz: a33682d0463bb46b34dd911f9a854caee1c5aad8c1d30c8fb77ae93cdb36027d06ecdd2f7d191808f64b030c9899497060a746b257330e6a3e40e97cfdf20824
6
+ metadata.gz: 53429ff5cfa3cd475b8b0fbb3b6e31664ba89a75eb5b69fd0114fed7455262e708daccc3a8c76017d162291aab668e37bd2d8980070a971a7f97c429f604a21c
7
+ data.tar.gz: f5eefae681f5f7392626d150de41c3fb9440beae1e76f4a1437216abbd3d16bc997e09824ab055ccad4f564f3cfdebe21df76b154f003e3e5cfa03da5706ed92
data/.bundler-version CHANGED
@@ -1 +1 @@
1
- 2.4.5
1
+ 2.4.21
@@ -1,14 +1,13 @@
1
- # automatically approve PRs submitted by Dependabot or Renofidev
2
- # this will allow Dependabot to automatically merge dependency update PRs where CI passes
3
- # from: https://github.com/hmarr/auto-approve-action
4
- name: Auto approve dependency upgrades PRs
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
- - uses: hmarr/auto-approve-action@v2
12
- if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'renofidev'
13
- with:
14
- github-token: "${{ secrets.GITHUB_TOKEN }}"
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 }}"
@@ -15,7 +15,7 @@ jobs:
15
15
  runs-on: ubuntu-latest
16
16
  steps:
17
17
  - name: automerge-dependencies
18
- uses: pascalgn/automerge-action@v0.15.5
18
+ uses: pascalgn/automerge-action@v0.15.6
19
19
  env:
20
20
  GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
21
21
  MERGE_METHOD: squash
@@ -15,7 +15,7 @@ jobs:
15
15
  runs-on: ubuntu-latest
16
16
  steps:
17
17
  - name: automerge
18
- uses: pascalgn/automerge-action@v0.15.5
18
+ uses: pascalgn/automerge-action@v0.15.6
19
19
  env:
20
20
  GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
21
21
  MERGE_METHOD: squash
@@ -11,7 +11,7 @@ jobs:
11
11
  runs-on: ubuntu-latest
12
12
  strategy:
13
13
  matrix:
14
- ruby-version: ['3.0', 3.1]
14
+ ruby-version: [3.1, 3.2]
15
15
 
16
16
  steps:
17
17
  - uses: actions/checkout@v3
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- newrelic-sidekiq-metrics (1.6.1)
5
- newrelic_rpm (~> 8)
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.0)
14
- connection_pool (2.3.0)
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 (8.16.0)
19
- parallel (1.22.1)
20
- parser (3.2.1.0)
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
- rack (3.0.4.1)
27
+ racc (1.7.1)
28
+ rack (3.0.8)
26
29
  rainbow (3.1.1)
27
- rake (13.0.6)
28
- redis-client (0.12.1)
30
+ rake (13.1.0)
31
+ redis-client (0.18.0)
29
32
  connection_pool
30
- regexp_parser (2.7.0)
31
- rexml (3.2.5)
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.1)
39
+ rspec-core (3.12.2)
37
40
  rspec-support (~> 3.12.0)
38
- rspec-expectations (3.12.2)
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.3)
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.0)
45
- rubocop (1.45.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.0.0)
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.24.1, < 2.0)
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.26.0)
59
+ rubocop-ast (1.30.0)
56
60
  parser (>= 3.2.1.0)
57
- rubocop-capybara (2.17.0)
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.18.1)
62
- rubocop (~> 1.33)
67
+ rubocop-rspec (2.25.0)
68
+ rubocop (~> 1.40)
63
69
  rubocop-capybara (~> 2.17)
64
- ruby-progressbar (1.11.0)
65
- sidekiq (7.0.4)
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.11.0)
70
- unicode-display_width (2.4.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.3.26
99
+ 2.4.21
@@ -1,3 +1,3 @@
1
1
  module NewrelicSidekiqMetrics
2
- VERSION = '1.6.1'.freeze
2
+ VERSION = '1.6.2'.freeze
3
3
  end
@@ -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.0'
26
+ spec.required_ruby_version = '>= 3.1'
27
27
 
28
- spec.add_dependency 'newrelic_rpm', '~> 8'
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.1
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-02-14 00:00:00.000000000 Z
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: '8'
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: '8'
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.0'
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.6
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.