circleci-bundle-update-pr 5.0.2 → 5.0.3

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: 5cd94aada368c4b1be89a50981f61f24e8ad1e1f119ece26614e9a9452c36ae1
4
- data.tar.gz: b92a66d966b8e621ab842ee635bddbc5669f6c423119796fb02cb931e28654bb
3
+ metadata.gz: 5849540e8be2d6bf63672d939c64e9cf032a374b7ffbd59eb3985c9127620787
4
+ data.tar.gz: d89428c0dbb9bf22de148fb96422d82a9547b494c9c60d51615fa1806561ec47
5
5
  SHA512:
6
- metadata.gz: bf0b957c1baa38b52253664852221fd4ee89af7e2a35c9cce3eb5630bd5a640a93187f1bb3a2c09fd3243a3a4297b1b8338a627473feba34c1906c4680d3b85a
7
- data.tar.gz: 1a800678251e7e4a31e1ea9be46a3643268dc18413aa43991e1b6ea6732a973be12de6d110080a6139f3904f2af30c03b5606c1b472d9351ea2ad4bcbe71d084
6
+ metadata.gz: 6e0f8ddc321bddd293f3c16fd4d41da7ffebd69c9611eeb12a1b0a87ae2c7ac95e2f037fcef237fc9cdee32e04302c236bcec7301035e6bf7da69f0db67ac189
7
+ data.tar.gz: f80269d46819bbb890b14a5ff06b21b7beac2ee902c0cfb0a69beebff44200064570d91a03c9eb76ea39d585079b1836704175f4ea97426acdf85eed2329b9da
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (5.0.2)
4
+ circleci-bundle-update-pr (5.0.3)
5
5
  compare_linker (>= 1.4.0)
6
6
  octokit
7
7
 
@@ -21,7 +21,7 @@ GEM
21
21
  faraday-net_http (3.1.0)
22
22
  net-http
23
23
  httpclient (2.8.3)
24
- json (2.7.1)
24
+ json (2.7.2)
25
25
  language_server-protocol (3.17.0.3)
26
26
  net-http (0.4.1)
27
27
  uri
@@ -30,15 +30,16 @@ GEM
30
30
  faraday (>= 1, < 3)
31
31
  sawyer (~> 0.9)
32
32
  parallel (1.24.0)
33
- parser (3.3.0.5)
33
+ parser (3.3.1.0)
34
34
  ast (~> 2.4.1)
35
35
  racc
36
- public_suffix (5.0.4)
36
+ public_suffix (5.0.5)
37
37
  racc (1.7.3)
38
38
  rainbow (3.1.1)
39
- rake (13.1.0)
39
+ rake (13.2.1)
40
40
  regexp_parser (2.9.0)
41
- rexml (3.2.6)
41
+ rexml (3.2.8)
42
+ strscan (>= 3.0.9)
42
43
  rspec (3.13.0)
43
44
  rspec-core (~> 3.13.0)
44
45
  rspec-expectations (~> 3.13.0)
@@ -52,7 +53,7 @@ GEM
52
53
  diff-lcs (>= 1.2.0, < 2.0)
53
54
  rspec-support (~> 3.13.0)
54
55
  rspec-support (3.13.1)
55
- rubocop (1.62.1)
56
+ rubocop (1.63.4)
56
57
  json (~> 2.3)
57
58
  language_server-protocol (>= 3.17.0)
58
59
  parallel (~> 1.10)
@@ -63,25 +64,26 @@ GEM
63
64
  rubocop-ast (>= 1.31.1, < 2.0)
64
65
  ruby-progressbar (~> 1.7)
65
66
  unicode-display_width (>= 2.4.0, < 3.0)
66
- rubocop-ast (1.31.2)
67
- parser (>= 3.3.0.4)
67
+ rubocop-ast (1.31.3)
68
+ parser (>= 3.3.1.0)
68
69
  rubocop-capybara (2.20.0)
69
70
  rubocop (~> 1.41)
70
71
  rubocop-factory_bot (2.25.1)
71
72
  rubocop (~> 1.41)
72
73
  rubocop-rake (0.6.0)
73
74
  rubocop (~> 1.0)
74
- rubocop-rspec (2.28.0)
75
+ rubocop-rspec (2.29.1)
75
76
  rubocop (~> 1.40)
76
77
  rubocop-capybara (~> 2.17)
77
78
  rubocop-factory_bot (~> 2.22)
78
79
  rubocop-rspec_rails (~> 2.28)
79
- rubocop-rspec_rails (2.28.2)
80
+ rubocop-rspec_rails (2.28.3)
80
81
  rubocop (~> 1.40)
81
82
  ruby-progressbar (1.13.0)
82
83
  sawyer (0.9.2)
83
84
  addressable (>= 2.3.5)
84
85
  faraday (>= 0.17.3, < 3)
86
+ strscan (3.1.0)
85
87
  unicode-display_width (2.5.0)
86
88
  uri (0.13.0)
87
89
 
@@ -103,4 +105,4 @@ DEPENDENCIES
103
105
  rubocop-rspec
104
106
 
105
107
  BUNDLED WITH
106
- 2.5.3
108
+ 2.5.9
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '5.0.2'
7
+ VERSION = '5.0.3'
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.2
4
+ version: 5.0.3
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-05-02 00:00:00.000000000 Z
11
+ date: 2024-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compare_linker