circleci-bundle-update-pr 5.0.6 → 5.0.8

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: 10bc86fb9d0b160d75ff3f536ce23956b367d21fd41d5cecc069dddaa4b74f56
4
- data.tar.gz: 02bb3fcc2f5e255338ebec24285ec05ca103a565e11023d62661ce8860179670
3
+ metadata.gz: 89fbc9890c17c4ed0e33145e6912a7d32f07a293b4ecfef1973b47dfabddf773
4
+ data.tar.gz: 17b1ca8ffef82150c2074dfc8729eb9205a4c5104801a2585691012ec9137612
5
5
  SHA512:
6
- metadata.gz: c6dff5b00625c8303f8103beb3f0fd0701d8ed506614d4be6726f8b0d99713f950ce4f42d7a205a470a99c0069d33fb78eb6a0414d2a89c6f33d8cf709b9feb1
7
- data.tar.gz: e70d58c034e1446820804a0e8e577dcb17bc8e32b4305b652783e0f0198c7fdea712ff08315bbfcdcc321a773bed55bde2120351136fc5d7fbf59962a4adc3ea
6
+ metadata.gz: a33a0287f587d15d45af947cb165d6011f548fa73926b5b7bbe5e648173caa7e2cf6d8d6c9338abbbf487e519fa3a8679b0870f98a9c4dba243e678ebf3968c2
7
+ data.tar.gz: fa1f79a853b0272dfc8e483cfc4786c710238a742c5a245d50f0c2d052db65a81caa26890dfaeb44d81732612162809035f84039b2f2be23f0a987be88a28d7e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (5.0.6)
4
+ circleci-bundle-update-pr (5.0.8)
5
5
  compare_linker (>= 1.4.5)
6
6
  octokit
7
7
 
@@ -12,27 +12,28 @@ GEM
12
12
  public_suffix (>= 2.0.2, < 7.0)
13
13
  ast (2.4.2)
14
14
  base64 (0.2.0)
15
- compare_linker (1.4.6)
15
+ compare_linker (1.4.7)
16
16
  base64
17
17
  httpclient
18
18
  octokit
19
19
  diff-lcs (1.5.1)
20
- faraday (2.10.1)
21
- faraday-net_http (>= 2.0, < 3.2)
20
+ faraday (2.12.0)
21
+ faraday-net_http (>= 2.0, < 3.4)
22
+ json
22
23
  logger
23
- faraday-net_http (3.1.1)
24
+ faraday-net_http (3.3.0)
24
25
  net-http
25
26
  httpclient (2.8.3)
26
27
  json (2.7.2)
27
28
  language_server-protocol (3.17.0.3)
28
- logger (1.6.0)
29
+ logger (1.6.1)
29
30
  net-http (0.4.1)
30
31
  uri
31
32
  octokit (9.1.0)
32
33
  faraday (>= 1, < 3)
33
34
  sawyer (~> 0.9)
34
- parallel (1.25.1)
35
- parser (3.3.4.0)
35
+ parallel (1.26.3)
36
+ parser (3.3.5.0)
36
37
  ast (~> 2.4.1)
37
38
  racc
38
39
  public_suffix (6.0.1)
@@ -40,45 +41,41 @@ GEM
40
41
  rainbow (3.1.1)
41
42
  rake (13.2.1)
42
43
  regexp_parser (2.9.2)
43
- rexml (3.3.6)
44
- strscan
45
44
  rspec (3.13.0)
46
45
  rspec-core (~> 3.13.0)
47
46
  rspec-expectations (~> 3.13.0)
48
47
  rspec-mocks (~> 3.13.0)
49
- rspec-core (3.13.0)
48
+ rspec-core (3.13.1)
50
49
  rspec-support (~> 3.13.0)
51
- rspec-expectations (3.13.1)
50
+ rspec-expectations (3.13.3)
52
51
  diff-lcs (>= 1.2.0, < 2.0)
53
52
  rspec-support (~> 3.13.0)
54
53
  rspec-mocks (3.13.1)
55
54
  diff-lcs (>= 1.2.0, < 2.0)
56
55
  rspec-support (~> 3.13.0)
57
56
  rspec-support (3.13.1)
58
- rubocop (1.65.1)
57
+ rubocop (1.66.1)
59
58
  json (~> 2.3)
60
59
  language_server-protocol (>= 3.17.0)
61
60
  parallel (~> 1.10)
62
61
  parser (>= 3.3.0.2)
63
62
  rainbow (>= 2.2.2, < 4.0)
64
63
  regexp_parser (>= 2.4, < 3.0)
65
- rexml (>= 3.2.5, < 4.0)
66
- rubocop-ast (>= 1.31.1, < 2.0)
64
+ rubocop-ast (>= 1.32.2, < 2.0)
67
65
  ruby-progressbar (~> 1.7)
68
66
  unicode-display_width (>= 2.4.0, < 3.0)
69
- rubocop-ast (1.31.3)
67
+ rubocop-ast (1.32.3)
70
68
  parser (>= 3.3.1.0)
71
69
  rubocop-rake (0.6.0)
72
70
  rubocop (~> 1.0)
73
- rubocop-rspec (3.0.3)
71
+ rubocop-rspec (3.0.5)
74
72
  rubocop (~> 1.61)
75
73
  ruby-progressbar (1.13.0)
76
74
  sawyer (0.9.2)
77
75
  addressable (>= 2.3.5)
78
76
  faraday (>= 0.17.3, < 3)
79
- strscan (3.1.0)
80
- unicode-display_width (2.5.0)
81
- uri (0.13.0)
77
+ unicode-display_width (2.6.0)
78
+ uri (0.13.1)
82
79
 
83
80
  PLATFORMS
84
81
  ruby
@@ -98,4 +95,4 @@ DEPENDENCIES
98
95
  rubocop-rspec
99
96
 
100
97
  BUNDLED WITH
101
- 2.5.14
98
+ 2.5.18
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '5.0.6'
7
+ VERSION = '5.0.8'
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.6
4
+ version: 5.0.8
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-09-01 00:00:00.000000000 Z
11
+ date: 2024-11-03 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.11
171
+ rubygems_version: 3.5.16
172
172
  signing_key:
173
173
  specification_version: 4
174
174
  summary: Provide continues bundle update using CircleCI