circleci-bundle-update-pr 4.0.6 → 4.0.7

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: 9cfb83989fe108569d09f7172084442ccbe5a128ef806df5959276138f0e6355
4
- data.tar.gz: e650ec821aa023b297c9d596f3c0d86a9b4039cef62b8940ff989b5ecc831688
3
+ metadata.gz: 497052a7bfce30c20fe0be86c1372a5021411b848bb40723829e53a5356746df
4
+ data.tar.gz: 1c903080285a451c816dca07a8b22f83d987adae62812bfbc51a2d491c132c01
5
5
  SHA512:
6
- metadata.gz: 96445d28ef91cbc3f1512600d18187acbcdcba2ea41b541190a425a41757ee1342fd54a1d4e969e581c008dab0a11009a1164289fae186c4e3e74f1b3c07380e
7
- data.tar.gz: 0a3b5c8cb901e17bda32bb24b87262324f396dcbd076657d0dac407c34cf70cfc010c42b20ce98829cb8657b38f2806ae2ba0fa4a965a1bca0ba95476e73ffb3
6
+ metadata.gz: dc398e3602e1db1ee04de36e4c4f6b0fe6bbae5fa5c6bc06c3350b4b3da6871fbfbdb02de0b8f7818ea6736f5deffc4a7175d3ec7db7b328dced739b9a41c633
7
+ data.tar.gz: 7742816d0450fe04764a27677dc508f6c36f73e346b7e07f3c1fc4e44ea8609696c70e2f4d07bbc61018079103ddfc928f2742e48cf7dd825059c71399732ca0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (4.0.6)
4
+ circleci-bundle-update-pr (4.0.7)
5
5
  compare_linker (>= 1.4.0)
6
6
  octokit
7
7
 
@@ -16,14 +16,15 @@ GEM
16
16
  httpclient
17
17
  octokit
18
18
  diff-lcs (1.5.0)
19
- faraday (2.7.10)
19
+ faraday (2.7.11)
20
+ base64
20
21
  faraday-net_http (>= 2.0, < 3.1)
21
22
  ruby2_keywords (>= 0.0.4)
22
23
  faraday-net_http (3.0.2)
23
24
  httpclient (2.8.3)
24
25
  json (2.6.3)
25
26
  language_server-protocol (3.17.0.3)
26
- octokit (7.1.0)
27
+ octokit (7.2.0)
27
28
  faraday (>= 1, < 3)
28
29
  sawyer (~> 0.9)
29
30
  parallel (1.23.0)
@@ -49,7 +50,7 @@ GEM
49
50
  diff-lcs (>= 1.2.0, < 2.0)
50
51
  rspec-support (~> 3.12.0)
51
52
  rspec-support (3.12.1)
52
- rubocop (1.56.2)
53
+ rubocop (1.56.4)
53
54
  base64 (~> 0.1.1)
54
55
  json (~> 2.3)
55
56
  language_server-protocol (>= 3.17.0)
@@ -63,13 +64,13 @@ GEM
63
64
  unicode-display_width (>= 2.4.0, < 3.0)
64
65
  rubocop-ast (1.29.0)
65
66
  parser (>= 3.2.1.0)
66
- rubocop-capybara (2.18.0)
67
+ rubocop-capybara (2.19.0)
67
68
  rubocop (~> 1.41)
68
- rubocop-factory_bot (2.23.1)
69
+ rubocop-factory_bot (2.24.0)
69
70
  rubocop (~> 1.33)
70
71
  rubocop-rake (0.6.0)
71
72
  rubocop (~> 1.0)
72
- rubocop-rspec (2.23.2)
73
+ rubocop-rspec (2.24.1)
73
74
  rubocop (~> 1.33)
74
75
  rubocop-capybara (~> 2.17)
75
76
  rubocop-factory_bot (~> 2.22)
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '4.0.6'
7
+ VERSION = '4.0.7'
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.6
4
+ version: 4.0.7
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-10-07 00:00:00.000000000 Z
11
+ date: 2023-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compare_linker