circleci-bundle-update-pr 5.0.7 → 5.0.8

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: 00d3a9958b2c6d685792644a79de3b48bc7baa87ecdd47c340c702727787d661
4
- data.tar.gz: 1b09448083abdb0352c70948c01c903e8d7ce593002dec0bc76bfd97937a5f2c
3
+ metadata.gz: 89fbc9890c17c4ed0e33145e6912a7d32f07a293b4ecfef1973b47dfabddf773
4
+ data.tar.gz: 17b1ca8ffef82150c2074dfc8729eb9205a4c5104801a2585691012ec9137612
5
5
  SHA512:
6
- metadata.gz: '029c735e1cfd435c42cfe9c675f2626e5177792f466e04e638d8e9f1788a4d2cb24cfe199e5a181c7b200b94bbca3991d0d32a81fa35f9b2a7d20b8afac91575'
7
- data.tar.gz: 30f92216de7fbaf19fd4a107c6c3e16ae04fa84ef3659e0a0bc9f27cb5caa87d8053bfbb26529ef05ac420bceae1d0d3a59650da5d38309362672e1b1db30b66
6
+ metadata.gz: a33a0287f587d15d45af947cb165d6011f548fa73926b5b7bbe5e648173caa7e2cf6d8d6c9338abbbf487e519fa3a8679b0870f98a9c4dba243e678ebf3968c2
7
+ data.tar.gz: fa1f79a853b0272dfc8e483cfc4786c710238a742c5a245d50f0c2d052db65a81caa26890dfaeb44d81732612162809035f84039b2f2be23f0a987be88a28d7e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (5.0.7)
4
+ circleci-bundle-update-pr (5.0.8)
5
5
  compare_linker (>= 1.4.5)
6
6
  octokit
7
7
 
@@ -17,22 +17,23 @@ GEM
17
17
  httpclient
18
18
  octokit
19
19
  diff-lcs (1.5.1)
20
- faraday (2.11.0)
20
+ faraday (2.12.0)
21
21
  faraday-net_http (>= 2.0, < 3.4)
22
+ json
22
23
  logger
23
24
  faraday-net_http (3.3.0)
24
25
  net-http
25
26
  httpclient (2.8.3)
26
27
  json (2.7.2)
27
28
  language_server-protocol (3.17.0.3)
28
- logger (1.6.0)
29
+ logger (1.6.1)
29
30
  net-http (0.4.1)
30
31
  uri
31
32
  octokit (9.1.0)
32
33
  faraday (>= 1, < 3)
33
34
  sawyer (~> 0.9)
34
35
  parallel (1.26.3)
35
- parser (3.3.4.2)
36
+ parser (3.3.5.0)
36
37
  ast (~> 2.4.1)
37
38
  racc
38
39
  public_suffix (6.0.1)
@@ -44,36 +45,36 @@ GEM
44
45
  rspec-core (~> 3.13.0)
45
46
  rspec-expectations (~> 3.13.0)
46
47
  rspec-mocks (~> 3.13.0)
47
- rspec-core (3.13.0)
48
+ rspec-core (3.13.1)
48
49
  rspec-support (~> 3.13.0)
49
- rspec-expectations (3.13.2)
50
+ rspec-expectations (3.13.3)
50
51
  diff-lcs (>= 1.2.0, < 2.0)
51
52
  rspec-support (~> 3.13.0)
52
53
  rspec-mocks (3.13.1)
53
54
  diff-lcs (>= 1.2.0, < 2.0)
54
55
  rspec-support (~> 3.13.0)
55
56
  rspec-support (3.13.1)
56
- rubocop (1.66.0)
57
+ rubocop (1.66.1)
57
58
  json (~> 2.3)
58
59
  language_server-protocol (>= 3.17.0)
59
60
  parallel (~> 1.10)
60
61
  parser (>= 3.3.0.2)
61
62
  rainbow (>= 2.2.2, < 4.0)
62
63
  regexp_parser (>= 2.4, < 3.0)
63
- rubocop-ast (>= 1.32.1, < 2.0)
64
+ rubocop-ast (>= 1.32.2, < 2.0)
64
65
  ruby-progressbar (~> 1.7)
65
66
  unicode-display_width (>= 2.4.0, < 3.0)
66
- rubocop-ast (1.32.1)
67
+ rubocop-ast (1.32.3)
67
68
  parser (>= 3.3.1.0)
68
69
  rubocop-rake (0.6.0)
69
70
  rubocop (~> 1.0)
70
- rubocop-rspec (3.0.4)
71
+ rubocop-rspec (3.0.5)
71
72
  rubocop (~> 1.61)
72
73
  ruby-progressbar (1.13.0)
73
74
  sawyer (0.9.2)
74
75
  addressable (>= 2.3.5)
75
76
  faraday (>= 0.17.3, < 3)
76
- unicode-display_width (2.5.0)
77
+ unicode-display_width (2.6.0)
77
78
  uri (0.13.1)
78
79
 
79
80
  PLATFORMS
@@ -94,4 +95,4 @@ DEPENDENCIES
94
95
  rubocop-rspec
95
96
 
96
97
  BUNDLED WITH
97
- 2.5.14
98
+ 2.5.18
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '5.0.7'
7
+ VERSION = '5.0.8'
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: circleci-bundle-update-pr
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.7
4
+ version: 5.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Masuda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-02 00:00:00.000000000 Z
11
+ date: 2024-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compare_linker