circleci-bundle-update-pr 5.0.9 → 5.0.10

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: 68dae423a18a82f4a1b8785ed6524f5a07397594ac86ad7afc62174e0ba5a07b
4
- data.tar.gz: bf7e0c272118dff699a6f0f7b87430ecc46b0798820a6a9e9bd963c67e4cc079
3
+ metadata.gz: c3e3525b7693b8125bbfa257e74a22ad7f78b3f7d7ef2f4f86afd932a76a1f65
4
+ data.tar.gz: f48b79cf0aeb0eabb2634389c4f292d3a308d3bec6b3f03f7c6da54f591447e6
5
5
  SHA512:
6
- metadata.gz: bad8ab1253afba681aeb31f1aae302bd02764b52a91effceea0540e1cfae3df13e2395a71a7b012b8c7db3c0cfab7a8770c930e6a0a0e5036c2f2eaf1dd5d0ce
7
- data.tar.gz: c1422e57bcd19596ebfcb8d1e93762d27d84d4e45d85aba3321fde38de844d2612caafa57d3b9b03892d8e79fabcd86c143292d5577f70f35619ef8beddd1895
6
+ metadata.gz: f3a47bdf5642ef4608e46d17063573abbda7c7040a4ad73a313b0c3153e4ea549139ad4ee6c1e31344e9b4f6fab8cd3486d28bbdd77b1a02223412e33046a58b
7
+ data.tar.gz: e9d35fc41dd27fe6eb4261ecec6e5ccf163663d8f8629556a3e3760493cecd5ffc7b02fe74f14c95a44cfa4b3f56869a9cee11aa698650e352c6a422dda4bf41
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (5.0.9)
4
+ circleci-bundle-update-pr (5.0.10)
5
5
  compare_linker (>= 1.4.5)
6
6
  octokit
7
7
 
@@ -18,31 +18,31 @@ GEM
18
18
  octokit
19
19
  ostruct
20
20
  diff-lcs (1.5.1)
21
- faraday (2.12.0)
22
- faraday-net_http (>= 2.0, < 3.4)
21
+ faraday (2.12.1)
22
+ faraday-net_http (>= 2.0, < 3.5)
23
23
  json
24
24
  logger
25
- faraday-net_http (3.3.0)
26
- net-http
25
+ faraday-net_http (3.4.0)
26
+ net-http (>= 0.5.0)
27
27
  httpclient (2.8.3)
28
- json (2.7.5)
28
+ json (2.8.2)
29
29
  language_server-protocol (3.17.0.3)
30
30
  logger (1.6.1)
31
- net-http (0.4.1)
31
+ net-http (0.5.0)
32
32
  uri
33
33
  octokit (9.2.0)
34
34
  faraday (>= 1, < 3)
35
35
  sawyer (~> 0.9)
36
- ostruct (0.6.0)
36
+ ostruct (0.6.1)
37
37
  parallel (1.26.3)
38
- parser (3.3.5.1)
38
+ parser (3.3.6.0)
39
39
  ast (~> 2.4.1)
40
40
  racc
41
41
  public_suffix (6.0.1)
42
42
  racc (1.8.1)
43
43
  rainbow (3.1.1)
44
44
  rake (13.2.1)
45
- regexp_parser (2.9.2)
45
+ regexp_parser (2.9.3)
46
46
  rspec (3.13.0)
47
47
  rspec-core (~> 3.13.0)
48
48
  rspec-expectations (~> 3.13.0)
@@ -56,17 +56,17 @@ GEM
56
56
  diff-lcs (>= 1.2.0, < 2.0)
57
57
  rspec-support (~> 3.13.0)
58
58
  rspec-support (3.13.1)
59
- rubocop (1.68.0)
59
+ rubocop (1.69.0)
60
60
  json (~> 2.3)
61
61
  language_server-protocol (>= 3.17.0)
62
62
  parallel (~> 1.10)
63
63
  parser (>= 3.3.0.2)
64
64
  rainbow (>= 2.2.2, < 4.0)
65
65
  regexp_parser (>= 2.4, < 3.0)
66
- rubocop-ast (>= 1.32.2, < 2.0)
66
+ rubocop-ast (>= 1.36.1, < 2.0)
67
67
  ruby-progressbar (~> 1.7)
68
- unicode-display_width (>= 2.4.0, < 3.0)
69
- rubocop-ast (1.33.0)
68
+ unicode-display_width (>= 2.4.0, < 4.0)
69
+ rubocop-ast (1.36.2)
70
70
  parser (>= 3.3.1.0)
71
71
  rubocop-rake (0.6.0)
72
72
  rubocop (~> 1.0)
@@ -76,8 +76,10 @@ GEM
76
76
  sawyer (0.9.2)
77
77
  addressable (>= 2.3.5)
78
78
  faraday (>= 0.17.3, < 3)
79
- unicode-display_width (2.6.0)
80
- uri (0.13.1)
79
+ unicode-display_width (3.1.2)
80
+ unicode-emoji (~> 4.0, >= 4.0.4)
81
+ unicode-emoji (4.0.4)
82
+ uri (1.0.2)
81
83
 
82
84
  PLATFORMS
83
85
  ruby
@@ -97,4 +99,4 @@ DEPENDENCIES
97
99
  rubocop-rspec
98
100
 
99
101
  BUNDLED WITH
100
- 2.5.18
102
+ 2.5.23
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '5.0.9'
7
+ VERSION = '5.0.10'
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +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.0.9
4
+ version: 5.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Masuda
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-06 00:00:00.000000000 Z
10
+ date: 2025-01-01 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: compare_linker
@@ -153,7 +152,6 @@ licenses:
153
152
  - MIT
154
153
  metadata:
155
154
  rubygems_mfa_required: 'true'
156
- post_install_message:
157
155
  rdoc_options: []
158
156
  require_paths:
159
157
  - lib
@@ -168,8 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
166
  - !ruby/object:Gem::Version
169
167
  version: '0'
170
168
  requirements: []
171
- rubygems_version: 3.5.16
172
- signing_key:
169
+ rubygems_version: 3.6.2
173
170
  specification_version: 4
174
171
  summary: Provide continues bundle update using CircleCI
175
172
  test_files: []