circleci-bundle-update-pr 4.0.5 → 4.0.7

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: a266f0a358c51340b27fa4f7805c720a925e937a1ea1a00807f678bbd86d9368
4
- data.tar.gz: 0bb220d401431fac206715c2ea46bf31f8b0e0c1a614a0edba891aa5bd61be5e
3
+ metadata.gz: 497052a7bfce30c20fe0be86c1372a5021411b848bb40723829e53a5356746df
4
+ data.tar.gz: 1c903080285a451c816dca07a8b22f83d987adae62812bfbc51a2d491c132c01
5
5
  SHA512:
6
- metadata.gz: dd28ae3f44cf3ae8a696e6e64fdd7d3e56ca240f57d1065e1e5ee276fb95da94d37fe6455b041b94dc2490eca94174938b8e316fa098b1bc596678eebc137c14
7
- data.tar.gz: 41b5393ed61727a880021ac8c01646d7931a11785b5bb1bb6fba486bf64c57043a1cf40324f256f27c70acf4515fbee03b76683cc387b5f932b3c50dc1232df7
6
+ metadata.gz: dc398e3602e1db1ee04de36e4c4f6b0fe6bbae5fa5c6bc06c3350b4b3da6871fbfbdb02de0b8f7818ea6736f5deffc4a7175d3ec7db7b328dced739b9a41c633
7
+ data.tar.gz: 7742816d0450fe04764a27677dc508f6c36f73e346b7e07f3c1fc4e44ea8609696c70e2f4d07bbc61018079103ddfc928f2742e48cf7dd825059c71399732ca0
data/Gemfile.lock CHANGED
@@ -1,28 +1,30 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (4.0.5)
4
+ circleci-bundle-update-pr (4.0.7)
5
5
  compare_linker (>= 1.4.0)
6
6
  octokit
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- addressable (2.8.4)
11
+ addressable (2.8.5)
12
12
  public_suffix (>= 2.0.2, < 6.0)
13
13
  ast (2.4.2)
14
+ base64 (0.1.1)
14
15
  compare_linker (1.4.4)
15
16
  httpclient
16
17
  octokit
17
18
  diff-lcs (1.5.0)
18
- faraday (2.7.10)
19
+ faraday (2.7.11)
20
+ base64
19
21
  faraday-net_http (>= 2.0, < 3.1)
20
22
  ruby2_keywords (>= 0.0.4)
21
23
  faraday-net_http (3.0.2)
22
24
  httpclient (2.8.3)
23
25
  json (2.6.3)
24
26
  language_server-protocol (3.17.0.3)
25
- octokit (7.0.0)
27
+ octokit (7.2.0)
26
28
  faraday (>= 1, < 3)
27
29
  sawyer (~> 0.9)
28
30
  parallel (1.23.0)
@@ -48,7 +50,8 @@ GEM
48
50
  diff-lcs (>= 1.2.0, < 2.0)
49
51
  rspec-support (~> 3.12.0)
50
52
  rspec-support (3.12.1)
51
- rubocop (1.55.1)
53
+ rubocop (1.56.4)
54
+ base64 (~> 0.1.1)
52
55
  json (~> 2.3)
53
56
  language_server-protocol (>= 3.17.0)
54
57
  parallel (~> 1.10)
@@ -61,13 +64,13 @@ GEM
61
64
  unicode-display_width (>= 2.4.0, < 3.0)
62
65
  rubocop-ast (1.29.0)
63
66
  parser (>= 3.2.1.0)
64
- rubocop-capybara (2.18.0)
67
+ rubocop-capybara (2.19.0)
65
68
  rubocop (~> 1.41)
66
- rubocop-factory_bot (2.23.1)
69
+ rubocop-factory_bot (2.24.0)
67
70
  rubocop (~> 1.33)
68
71
  rubocop-rake (0.6.0)
69
72
  rubocop (~> 1.0)
70
- rubocop-rspec (2.23.0)
73
+ rubocop-rspec (2.24.1)
71
74
  rubocop (~> 1.33)
72
75
  rubocop-capybara (~> 2.17)
73
76
  rubocop-factory_bot (~> 2.22)
@@ -96,4 +99,4 @@ DEPENDENCIES
96
99
  rubocop-rspec
97
100
 
98
101
  BUNDLED WITH
99
- 2.4.10
102
+ 2.4.19
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '4.0.5'
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.5
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-09-02 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