circleci-bundle-update-pr 5.0.2 → 5.0.4

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: f2e1c7dc4f9ba59cf662454f7ccefb71d52c2fefa4188cd5ec7686224492fdee
4
+ data.tar.gz: feeb3e675ebf9d88d3a6e40d645fb0114f0f415a50f8dcb77378dc5b98b28f58
5
5
  SHA512:
6
- metadata.gz: bf0b957c1baa38b52253664852221fd4ee89af7e2a35c9cce3eb5630bd5a640a93187f1bb3a2c09fd3243a3a4297b1b8338a627473feba34c1906c4680d3b85a
7
- data.tar.gz: 1a800678251e7e4a31e1ea9be46a3643268dc18413aa43991e1b6ea6732a973be12de6d110080a6139f3904f2af30c03b5606c1b472d9351ea2ad4bcbe71d084
6
+ metadata.gz: db55abc0cff7238ebe01a4532f5e59ed4e6883471b3f413e9a8183283d3c3e83459d3a547990f4c5d7563dfc157e8fb754c21af4903d940347da7dcccef8297f
7
+ data.tar.gz: b047c3a95cfbf5be992e47a4230b59f7f46be5fb3124ad2c27b4f6473c262838c3d5c8d342a69a2a8f41fba8639048ae089e72242e5d6bc373a850561204b191
data/.rubocop.yml CHANGED
@@ -1,10 +1,12 @@
1
1
  inherit_from: .rubocop_todo.yml
2
- require: rubocop-rspec
2
+ require:
3
+ - rubocop-rake
4
+ - rubocop-rspec
3
5
 
4
6
  AllCops:
5
7
  DisplayCopNames: true
6
8
  NewCops: enable
7
- TargetRubyVersion: 2.5
9
+ TargetRubyVersion: '3.0'
8
10
 
9
11
  Gemspec/DevelopmentDependencies:
10
12
  EnforcedStyle: gemspec
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (5.0.2)
5
- compare_linker (>= 1.4.0)
4
+ circleci-bundle-update-pr (5.0.4)
5
+ compare_linker (>= 1.4.5)
6
6
  octokit
7
7
 
8
8
  GEM
@@ -12,7 +12,7 @@ GEM
12
12
  public_suffix (>= 2.0.2, < 6.0)
13
13
  ast (2.4.2)
14
14
  base64 (0.2.0)
15
- compare_linker (1.4.4)
15
+ compare_linker (1.4.5)
16
16
  httpclient
17
17
  octokit
18
18
  diff-lcs (1.5.1)
@@ -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.2.0)
34
34
  ast (~> 2.4.1)
35
35
  racc
36
- public_suffix (5.0.4)
37
- racc (1.7.3)
36
+ public_suffix (5.0.5)
37
+ racc (1.8.0)
38
38
  rainbow (3.1.1)
39
- rake (13.1.0)
40
- regexp_parser (2.9.0)
41
- rexml (3.2.6)
39
+ rake (13.2.1)
40
+ regexp_parser (2.9.2)
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)
@@ -48,11 +49,11 @@ GEM
48
49
  rspec-expectations (3.13.0)
49
50
  diff-lcs (>= 1.2.0, < 2.0)
50
51
  rspec-support (~> 3.13.0)
51
- rspec-mocks (3.13.0)
52
+ rspec-mocks (3.13.1)
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.64.1)
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.2)
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.11
@@ -20,9 +20,9 @@ Gem::Specification.new do |spec|
20
20
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
21
21
  spec.require_paths = ['lib']
22
22
 
23
- spec.required_ruby_version = '>= 2.5.0'
23
+ spec.required_ruby_version = '>= 3.0.0'
24
24
 
25
- spec.add_dependency 'compare_linker', '>= 1.4.0'
25
+ spec.add_dependency 'compare_linker', '>= 1.4.5'
26
26
  spec.add_dependency 'octokit'
27
27
 
28
28
  spec.add_development_dependency 'bundler'
@@ -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.4'
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.4
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-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compare_linker
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 1.4.0
19
+ version: 1.4.5
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 1.4.0
26
+ version: 1.4.5
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: octokit
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -161,7 +161,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
161
161
  requirements:
162
162
  - - ">="
163
163
  - !ruby/object:Gem::Version
164
- version: 2.5.0
164
+ version: 3.0.0
165
165
  required_rubygems_version: !ruby/object:Gem::Requirement
166
166
  requirements:
167
167
  - - ">="