circleci-bundle-update-pr 5.0.4 → 5.0.5

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: f2e1c7dc4f9ba59cf662454f7ccefb71d52c2fefa4188cd5ec7686224492fdee
4
- data.tar.gz: feeb3e675ebf9d88d3a6e40d645fb0114f0f415a50f8dcb77378dc5b98b28f58
3
+ metadata.gz: b8ccfd730c460d36e9fb617a558cc061bcbabf327c96d82953621df958faf988
4
+ data.tar.gz: aab0811d45f444873f6c7aea95874637e8634267ebc668381593f164c896f560
5
5
  SHA512:
6
- metadata.gz: db55abc0cff7238ebe01a4532f5e59ed4e6883471b3f413e9a8183283d3c3e83459d3a547990f4c5d7563dfc157e8fb754c21af4903d940347da7dcccef8297f
7
- data.tar.gz: b047c3a95cfbf5be992e47a4230b59f7f46be5fb3124ad2c27b4f6473c262838c3d5c8d342a69a2a8f41fba8639048ae089e72242e5d6bc373a850561204b191
6
+ metadata.gz: 2ad3631a6bb73b79044942a43e8d4905f08409e3f733be81f5a57a5f4cccbceda6e9802eee65ed37c1e9740ffcc19fd1b4b92e2c080d0bf8bc0843e5ff740978
7
+ data.tar.gz: c584a93d18847d951d527eaf54d9d97a19fe3bfb64f1ac68bb7edab189a8d1ce73587412af94a00ed219c0f38879ba690ea19df5fa3596f53f1efc160fa5b53b
data/Gemfile.lock CHANGED
@@ -1,22 +1,21 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (5.0.4)
4
+ circleci-bundle-update-pr (5.0.5)
5
5
  compare_linker (>= 1.4.5)
6
6
  octokit
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- addressable (2.8.6)
12
- public_suffix (>= 2.0.2, < 6.0)
11
+ addressable (2.8.7)
12
+ public_suffix (>= 2.0.2, < 7.0)
13
13
  ast (2.4.2)
14
- base64 (0.2.0)
15
14
  compare_linker (1.4.5)
16
15
  httpclient
17
16
  octokit
18
17
  diff-lcs (1.5.1)
19
- faraday (2.9.0)
18
+ faraday (2.9.2)
20
19
  faraday-net_http (>= 2.0, < 3.2)
21
20
  faraday-net_http (3.1.0)
22
21
  net-http
@@ -25,28 +24,27 @@ GEM
25
24
  language_server-protocol (3.17.0.3)
26
25
  net-http (0.4.1)
27
26
  uri
28
- octokit (8.1.0)
29
- base64
27
+ octokit (9.1.0)
30
28
  faraday (>= 1, < 3)
31
29
  sawyer (~> 0.9)
32
- parallel (1.24.0)
33
- parser (3.3.2.0)
30
+ parallel (1.25.1)
31
+ parser (3.3.3.0)
34
32
  ast (~> 2.4.1)
35
33
  racc
36
- public_suffix (5.0.5)
34
+ public_suffix (6.0.0)
37
35
  racc (1.8.0)
38
36
  rainbow (3.1.1)
39
37
  rake (13.2.1)
40
38
  regexp_parser (2.9.2)
41
- rexml (3.2.8)
42
- strscan (>= 3.0.9)
39
+ rexml (3.3.1)
40
+ strscan
43
41
  rspec (3.13.0)
44
42
  rspec-core (~> 3.13.0)
45
43
  rspec-expectations (~> 3.13.0)
46
44
  rspec-mocks (~> 3.13.0)
47
45
  rspec-core (3.13.0)
48
46
  rspec-support (~> 3.13.0)
49
- rspec-expectations (3.13.0)
47
+ rspec-expectations (3.13.1)
50
48
  diff-lcs (>= 1.2.0, < 2.0)
51
49
  rspec-support (~> 3.13.0)
52
50
  rspec-mocks (3.13.1)
@@ -66,19 +64,10 @@ GEM
66
64
  unicode-display_width (>= 2.4.0, < 3.0)
67
65
  rubocop-ast (1.31.3)
68
66
  parser (>= 3.3.1.0)
69
- rubocop-capybara (2.20.0)
70
- rubocop (~> 1.41)
71
- rubocop-factory_bot (2.25.1)
72
- rubocop (~> 1.41)
73
67
  rubocop-rake (0.6.0)
74
68
  rubocop (~> 1.0)
75
- rubocop-rspec (2.29.2)
76
- rubocop (~> 1.40)
77
- rubocop-capybara (~> 2.17)
78
- rubocop-factory_bot (~> 2.22)
79
- rubocop-rspec_rails (~> 2.28)
80
- rubocop-rspec_rails (2.28.3)
81
- rubocop (~> 1.40)
69
+ rubocop-rspec (3.0.1)
70
+ rubocop (~> 1.61)
82
71
  ruby-progressbar (1.13.0)
83
72
  sawyer (0.9.2)
84
73
  addressable (>= 2.3.5)
@@ -105,4 +94,4 @@ DEPENDENCIES
105
94
  rubocop-rspec
106
95
 
107
96
  BUNDLED WITH
108
- 2.5.11
97
+ 2.5.12
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '5.0.4'
7
+ VERSION = '5.0.5'
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.4
4
+ version: 5.0.5
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-06-16 00:00:00.000000000 Z
11
+ date: 2024-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compare_linker
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  - !ruby/object:Gem::Version
169
169
  version: '0'
170
170
  requirements: []
171
- rubygems_version: 3.5.3
171
+ rubygems_version: 3.5.11
172
172
  signing_key:
173
173
  specification_version: 4
174
174
  summary: Provide continues bundle update using CircleCI