circleci-bundle-update-pr 5.0.0 → 5.0.2

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: 482fdf91a56e450767fb05b99e8529424f71a04e126b28812653b8237a0490ff
4
- data.tar.gz: 80e8c1019d4b506f2b6b824a72da70c2f33672fbeee245d71e003bc3311d06b0
3
+ metadata.gz: 5cd94aada368c4b1be89a50981f61f24e8ad1e1f119ece26614e9a9452c36ae1
4
+ data.tar.gz: b92a66d966b8e621ab842ee635bddbc5669f6c423119796fb02cb931e28654bb
5
5
  SHA512:
6
- metadata.gz: 8e59f17425eac00e9e8c5e38e5d623dd1999755106996efd2b7afc9fbc4a9311029059725de8af35c3bbeda6cd23d9d0568db856a6440e01c78b23298fe1b789
7
- data.tar.gz: df3b392f117886c6527ec542bc82e9434b838b3bb4fee9e2c2fafc5fa551b98d2e56c374eb451c0ba40c72b35cca66bb9e4c166df5bdd956509abf74e34c5ec4
6
+ metadata.gz: bf0b957c1baa38b52253664852221fd4ee89af7e2a35c9cce3eb5630bd5a640a93187f1bb3a2c09fd3243a3a4297b1b8338a627473feba34c1906c4680d3b85a
7
+ data.tar.gz: 1a800678251e7e4a31e1ea9be46a3643268dc18413aa43991e1b6ea6732a973be12de6d110080a6139f3904f2af30c03b5606c1b472d9351ea2ad4bcbe71d084
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (5.0.0)
4
+ circleci-bundle-update-pr (5.0.2)
5
5
  compare_linker (>= 1.4.0)
6
6
  octokit
7
7
 
@@ -11,6 +11,7 @@ GEM
11
11
  addressable (2.8.6)
12
12
  public_suffix (>= 2.0.2, < 6.0)
13
13
  ast (2.4.2)
14
+ base64 (0.2.0)
14
15
  compare_linker (1.4.4)
15
16
  httpclient
16
17
  octokit
@@ -24,7 +25,8 @@ GEM
24
25
  language_server-protocol (3.17.0.3)
25
26
  net-http (0.4.1)
26
27
  uri
27
- octokit (8.0.0)
28
+ octokit (8.1.0)
29
+ base64
28
30
  faraday (>= 1, < 3)
29
31
  sawyer (~> 0.9)
30
32
  parallel (1.24.0)
@@ -37,20 +39,20 @@ GEM
37
39
  rake (13.1.0)
38
40
  regexp_parser (2.9.0)
39
41
  rexml (3.2.6)
40
- rspec (3.12.0)
41
- rspec-core (~> 3.12.0)
42
- rspec-expectations (~> 3.12.0)
43
- rspec-mocks (~> 3.12.0)
44
- rspec-core (3.12.2)
45
- rspec-support (~> 3.12.0)
46
- rspec-expectations (3.12.3)
42
+ rspec (3.13.0)
43
+ rspec-core (~> 3.13.0)
44
+ rspec-expectations (~> 3.13.0)
45
+ rspec-mocks (~> 3.13.0)
46
+ rspec-core (3.13.0)
47
+ rspec-support (~> 3.13.0)
48
+ rspec-expectations (3.13.0)
47
49
  diff-lcs (>= 1.2.0, < 2.0)
48
- rspec-support (~> 3.12.0)
49
- rspec-mocks (3.12.6)
50
+ rspec-support (~> 3.13.0)
51
+ rspec-mocks (3.13.0)
50
52
  diff-lcs (>= 1.2.0, < 2.0)
51
- rspec-support (~> 3.12.0)
52
- rspec-support (3.12.1)
53
- rubocop (1.60.2)
53
+ rspec-support (~> 3.13.0)
54
+ rspec-support (3.13.1)
55
+ rubocop (1.62.1)
54
56
  json (~> 2.3)
55
57
  language_server-protocol (>= 3.17.0)
56
58
  parallel (~> 1.10)
@@ -58,21 +60,24 @@ GEM
58
60
  rainbow (>= 2.2.2, < 4.0)
59
61
  regexp_parser (>= 1.8, < 3.0)
60
62
  rexml (>= 3.2.5, < 4.0)
61
- rubocop-ast (>= 1.30.0, < 2.0)
63
+ rubocop-ast (>= 1.31.1, < 2.0)
62
64
  ruby-progressbar (~> 1.7)
63
65
  unicode-display_width (>= 2.4.0, < 3.0)
64
- rubocop-ast (1.30.0)
65
- parser (>= 3.2.1.0)
66
+ rubocop-ast (1.31.2)
67
+ parser (>= 3.3.0.4)
66
68
  rubocop-capybara (2.20.0)
67
69
  rubocop (~> 1.41)
68
70
  rubocop-factory_bot (2.25.1)
69
71
  rubocop (~> 1.41)
70
72
  rubocop-rake (0.6.0)
71
73
  rubocop (~> 1.0)
72
- rubocop-rspec (2.26.1)
74
+ rubocop-rspec (2.28.0)
73
75
  rubocop (~> 1.40)
74
76
  rubocop-capybara (~> 2.17)
75
77
  rubocop-factory_bot (~> 2.22)
78
+ rubocop-rspec_rails (~> 2.28)
79
+ rubocop-rspec_rails (2.28.2)
80
+ rubocop (~> 1.40)
76
81
  ruby-progressbar (1.13.0)
77
82
  sawyer (0.9.2)
78
83
  addressable (>= 2.3.5)
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '5.0.0'
7
+ VERSION = '5.0.2'
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.0
4
+ version: 5.0.2
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-03-02 00:00:00.000000000 Z
11
+ date: 2024-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compare_linker