circleci-bundle-update-pr 4.0.3 → 4.0.4

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: be878e8232fce3b8f295c43db992ccc84fce2c6ee21ba7f1aa518ac92198f9ae
4
- data.tar.gz: 5466130e740cd5737caa29f675485fd03e947e5eaea42ccb5327dbfd2bb539ca
3
+ metadata.gz: 42c8eedc4be1ffb54080f95c2f0a81187b1970cfea28ad8893ecde8bcf0cccd9
4
+ data.tar.gz: cdab3d5c21133c1ace977573b33fa88edbaebba46af3271ca0f6f0a51f1a85d0
5
5
  SHA512:
6
- metadata.gz: d9787a00e48746416f43d7b0d0019e4c4980a005982a088ce3ab07a9b8736c7161f268f22c15c871a08d5b08e3e077c12bf41ff9a58d02d07da4077b48ef04c7
7
- data.tar.gz: cec84103ac02775401d0b284c239b92b4c1cb31f11e7905e74e0f2a5426890d04b1439a00a5332dc50f6a8cf6e9ad100b2dc82f0a4451c2ff5ceab3f02c8546b
6
+ metadata.gz: e7da9e1ba76f52a3e7b53e6b03c8e4b2e54b394109ab3e07483e6a34a0a26eadba2e01e86458760f5731b83f06da8e7825881b552a825163802e7eb6db7484d3
7
+ data.tar.gz: 22f403f4dc201be0a914692ad51aba105ecba60f2a449a78a6ec69d709517861293ba0079d49e24cabf5529af3df4bc27d1055c7ef090791d9d33f648eae87df
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (4.0.2)
4
+ circleci-bundle-update-pr (4.0.4)
5
5
  compare_linker (>= 1.4.0)
6
6
  octokit
7
7
 
@@ -15,22 +15,25 @@ GEM
15
15
  httpclient
16
16
  octokit
17
17
  diff-lcs (1.5.0)
18
- faraday (2.7.5)
18
+ faraday (2.7.9)
19
19
  faraday-net_http (>= 2.0, < 3.1)
20
20
  ruby2_keywords (>= 0.0.4)
21
21
  faraday-net_http (3.0.2)
22
22
  httpclient (2.8.3)
23
23
  json (2.6.3)
24
+ language_server-protocol (3.17.0.3)
24
25
  octokit (6.1.1)
25
26
  faraday (>= 1, < 3)
26
27
  sawyer (~> 0.9)
27
28
  parallel (1.23.0)
28
- parser (3.2.2.1)
29
+ parser (3.2.2.3)
29
30
  ast (~> 2.4.1)
31
+ racc
30
32
  public_suffix (5.0.1)
33
+ racc (1.7.1)
31
34
  rainbow (3.1.1)
32
35
  rake (13.0.6)
33
- regexp_parser (2.8.0)
36
+ regexp_parser (2.8.1)
34
37
  rexml (3.2.5)
35
38
  rspec (3.12.0)
36
39
  rspec-core (~> 3.12.0)
@@ -44,18 +47,19 @@ GEM
44
47
  rspec-mocks (3.12.5)
45
48
  diff-lcs (>= 1.2.0, < 2.0)
46
49
  rspec-support (~> 3.12.0)
47
- rspec-support (3.12.0)
48
- rubocop (1.51.0)
50
+ rspec-support (3.12.1)
51
+ rubocop (1.54.0)
49
52
  json (~> 2.3)
53
+ language_server-protocol (>= 3.17.0)
50
54
  parallel (~> 1.10)
51
- parser (>= 3.2.0.0)
55
+ parser (>= 3.2.2.3)
52
56
  rainbow (>= 2.2.2, < 4.0)
53
57
  regexp_parser (>= 1.8, < 3.0)
54
58
  rexml (>= 3.2.5, < 4.0)
55
59
  rubocop-ast (>= 1.28.0, < 2.0)
56
60
  ruby-progressbar (~> 1.7)
57
61
  unicode-display_width (>= 2.4.0, < 3.0)
58
- rubocop-ast (1.28.1)
62
+ rubocop-ast (1.29.0)
59
63
  parser (>= 3.2.1.0)
60
64
  rubocop-capybara (2.18.0)
61
65
  rubocop (~> 1.41)
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '4.0.3'
7
+ VERSION = '4.0.4'
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: 4.0.3
4
+ version: 4.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Masuda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-02 00:00:00.000000000 Z
11
+ date: 2023-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compare_linker