circleci-bundle-update-pr 5.1.7 → 5.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c87e4f23b7a252615cfd6835e4ab2786739230f8cbb341716591f87faaf7257
4
- data.tar.gz: e86fcbfa9538294c16f58cb5f87c471acfa6fcb1c760feb71153e7ecfa304372
3
+ metadata.gz: dc7071ca3fdf3f87405bcc8da44d082072236eb7d54235c81880123b493ac87d
4
+ data.tar.gz: a177e872a150daa5760beb8cd083cce77a2b05f87345c5aae167a6a7dfd3ac47
5
5
  SHA512:
6
- metadata.gz: 4fd4d2213f07ac7e9280c98f62516bcd138cf2ab176117ff1c3515e02fb5afdbf7c47f7b84eca6b824dda667119aab88a22f63e19f2c987b8a5b70880056abdd
7
- data.tar.gz: 37547a92416c28fbf5327005e5fa61cfc3054912d28602bf06d25e3017e9bd9678d0771f4aef75abeee4069194c86434da7e44c514b0b2b6ebcfd49537b5e2a0
6
+ metadata.gz: 3da0748723eb435ec9db5a982997f8aa4f0956f1b90ada8c1ac2ddb1e6624577b4ff1d4392800a1770f235d5672ee2ba6c622b7bcf0b0b954e1da9207bd20302
7
+ data.tar.gz: f02b8b05c813666af81bbc1b95022f16a7b94c2a06110a9b65fb3b4aa7e3f0442cb4eca1faefc7af7e74872ddc988b4aa56fa2c0e75360f52adaa27a95c776fb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (5.1.7)
4
+ circleci-bundle-update-pr (5.1.8)
5
5
  compare_linker (>= 1.4.10)
6
6
  octokit
7
7
 
@@ -46,7 +46,7 @@ GEM
46
46
  racc (1.8.1)
47
47
  rainbow (3.1.1)
48
48
  rake (13.3.0)
49
- regexp_parser (2.10.0)
49
+ regexp_parser (2.11.2)
50
50
  rspec (3.13.1)
51
51
  rspec-core (~> 3.13.0)
52
52
  rspec-expectations (~> 3.13.0)
@@ -59,8 +59,8 @@ GEM
59
59
  rspec-mocks (3.13.5)
60
60
  diff-lcs (>= 1.2.0, < 2.0)
61
61
  rspec-support (~> 3.13.0)
62
- rspec-support (3.13.4)
63
- rubocop (1.79.1)
62
+ rspec-support (3.13.5)
63
+ rubocop (1.80.1)
64
64
  json (~> 2.3)
65
65
  language_server-protocol (~> 3.17.0.2)
66
66
  lint_roller (~> 1.1.0)
@@ -84,7 +84,7 @@ GEM
84
84
  sawyer (0.9.2)
85
85
  addressable (>= 2.3.5)
86
86
  faraday (>= 0.17.3, < 3)
87
- unicode-display_width (3.1.4)
87
+ unicode-display_width (3.1.5)
88
88
  unicode-emoji (~> 4.0, >= 4.0.4)
89
89
  unicode-emoji (4.0.4)
90
90
  uri (1.0.3)
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '5.1.7'
7
+ VERSION = '5.1.8'
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: circleci-bundle-update-pr
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.7
4
+ version: 5.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Masuda
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-09-01 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: compare_linker
@@ -166,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
166
166
  - !ruby/object:Gem::Version
167
167
  version: '0'
168
168
  requirements: []
169
- rubygems_version: 3.6.2
169
+ rubygems_version: 3.6.9
170
170
  specification_version: 4
171
171
  summary: Provide continues bundle update using CircleCI
172
172
  test_files: []