circleci-bundle-update-pr 4.0.5 → 4.0.6

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: a266f0a358c51340b27fa4f7805c720a925e937a1ea1a00807f678bbd86d9368
4
- data.tar.gz: 0bb220d401431fac206715c2ea46bf31f8b0e0c1a614a0edba891aa5bd61be5e
3
+ metadata.gz: 9cfb83989fe108569d09f7172084442ccbe5a128ef806df5959276138f0e6355
4
+ data.tar.gz: e650ec821aa023b297c9d596f3c0d86a9b4039cef62b8940ff989b5ecc831688
5
5
  SHA512:
6
- metadata.gz: dd28ae3f44cf3ae8a696e6e64fdd7d3e56ca240f57d1065e1e5ee276fb95da94d37fe6455b041b94dc2490eca94174938b8e316fa098b1bc596678eebc137c14
7
- data.tar.gz: 41b5393ed61727a880021ac8c01646d7931a11785b5bb1bb6fba486bf64c57043a1cf40324f256f27c70acf4515fbee03b76683cc387b5f932b3c50dc1232df7
6
+ metadata.gz: 96445d28ef91cbc3f1512600d18187acbcdcba2ea41b541190a425a41757ee1342fd54a1d4e969e581c008dab0a11009a1164289fae186c4e3e74f1b3c07380e
7
+ data.tar.gz: 0a3b5c8cb901e17bda32bb24b87262324f396dcbd076657d0dac407c34cf70cfc010c42b20ce98829cb8657b38f2806ae2ba0fa4a965a1bca0ba95476e73ffb3
data/Gemfile.lock CHANGED
@@ -1,16 +1,17 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (4.0.5)
4
+ circleci-bundle-update-pr (4.0.6)
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
@@ -22,7 +23,7 @@ GEM
22
23
  httpclient (2.8.3)
23
24
  json (2.6.3)
24
25
  language_server-protocol (3.17.0.3)
25
- octokit (7.0.0)
26
+ octokit (7.1.0)
26
27
  faraday (>= 1, < 3)
27
28
  sawyer (~> 0.9)
28
29
  parallel (1.23.0)
@@ -48,7 +49,8 @@ GEM
48
49
  diff-lcs (>= 1.2.0, < 2.0)
49
50
  rspec-support (~> 3.12.0)
50
51
  rspec-support (3.12.1)
51
- rubocop (1.55.1)
52
+ rubocop (1.56.2)
53
+ base64 (~> 0.1.1)
52
54
  json (~> 2.3)
53
55
  language_server-protocol (>= 3.17.0)
54
56
  parallel (~> 1.10)
@@ -67,7 +69,7 @@ GEM
67
69
  rubocop (~> 1.33)
68
70
  rubocop-rake (0.6.0)
69
71
  rubocop (~> 1.0)
70
- rubocop-rspec (2.23.0)
72
+ rubocop-rspec (2.23.2)
71
73
  rubocop (~> 1.33)
72
74
  rubocop-capybara (~> 2.17)
73
75
  rubocop-factory_bot (~> 2.22)
@@ -96,4 +98,4 @@ DEPENDENCIES
96
98
  rubocop-rspec
97
99
 
98
100
  BUNDLED WITH
99
- 2.4.10
101
+ 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.6'
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.6
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-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compare_linker