circleci-bundle-update-pr 4.1.0 → 5.0.1

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: 3f03a5738f8b3de24281bc65b415fc270c23c025a29a18ac9f8da72b1d06e475
4
- data.tar.gz: 29712eb2dfc676aab2832f0d5a5a931559352526118dd7ce71cc71f6f76c3e33
3
+ metadata.gz: 9ddb49a0291b7ffdd98a8833d1e0a1e684209e23d28966d55f009e6674ebda4d
4
+ data.tar.gz: d47d02b673826772ade3a038b4ca55c2e41d0cf5419d71a9877120abf6f50567
5
5
  SHA512:
6
- metadata.gz: 8199db926e564013eb6cc5026781f6a7d74e516f99ebdab04c351b5e999385b7d87c0d9a1b4dd082d2721bf125738fc0c228477edfa316fe3e2fcbe4be7cdd99
7
- data.tar.gz: 28f57a184f0942329e112cab4c96f47a0d7481c2f332f836e1f0f401de2585f3e488b278627bbbc5c88287a051029b48a7979fb4edc4ba6ccfc543a5cdca91cc
6
+ metadata.gz: 62b234614b4f1eae57780b9697eb9fae4f67de1fed7f93f38f5602843aa844ef87c43ef2f3846c35bbda2120175596259580f83e43071e1b15b9018d0d806cb7
7
+ data.tar.gz: 8c07e7a757d4b745e614628e092acc42f1bdcf0fa988c3f3a4cdc269eba4dfb6654e4ff3de7077b149c075588212335764a73f9464f1a80238841b8b94894926
data/.circleci/config.yml CHANGED
@@ -8,7 +8,7 @@ executors:
8
8
  parameters:
9
9
  ruby_version:
10
10
  type: enum
11
- enum: ['2.7', '3.0', '3.1', '3.2', '3.3']
11
+ enum: ['3.0', '3.1', '3.2', '3.3']
12
12
  docker:
13
13
  - image: cimg/ruby:<< parameters.ruby_version >>
14
14
  working_directory: ~/repo
@@ -23,7 +23,7 @@ commands:
23
23
  parameters:
24
24
  ruby_version:
25
25
  type: enum
26
- enum: ['2.7', '3.0', '3.1', '3.2', '3.3']
26
+ enum: ['3.0', '3.1', '3.2', '3.3']
27
27
  steps:
28
28
  - restore_cache:
29
29
  name: Restore bundle cache
@@ -34,7 +34,7 @@ commands:
34
34
  parameters:
35
35
  ruby_version:
36
36
  type: enum
37
- enum: ['2.7', '3.0', '3.1', '3.2', '3.3']
37
+ enum: ['3.0', '3.1', '3.2', '3.3']
38
38
  steps:
39
39
  - save_cache:
40
40
  name: Save bundle cache
@@ -47,7 +47,7 @@ jobs:
47
47
  parameters:
48
48
  ruby_version:
49
49
  type: enum
50
- enum: ['2.7', '3.0', '3.1', '3.2', '3.3']
50
+ enum: ['3.0', '3.1', '3.2', '3.3']
51
51
  executor:
52
52
  name: default
53
53
  ruby_version: << parameters.ruby_version >>
@@ -90,9 +90,6 @@ workflows:
90
90
  version: 2
91
91
  ordinary:
92
92
  jobs:
93
- - build:
94
- name: ruby-2.7
95
- ruby_version: '2.7'
96
93
  - build:
97
94
  name: ruby-3.0
98
95
  ruby_version: '3.0'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (4.1.0)
4
+ circleci-bundle-update-pr (5.0.1)
5
5
  compare_linker (>= 1.4.0)
6
6
  octokit
7
7
 
@@ -15,70 +15,72 @@ GEM
15
15
  compare_linker (1.4.4)
16
16
  httpclient
17
17
  octokit
18
- diff-lcs (1.5.0)
19
- faraday (2.8.1)
20
- base64
21
- faraday-net_http (>= 2.0, < 3.1)
22
- ruby2_keywords (>= 0.0.4)
23
- faraday-net_http (3.0.2)
18
+ diff-lcs (1.5.1)
19
+ faraday (2.9.0)
20
+ faraday-net_http (>= 2.0, < 3.2)
21
+ faraday-net_http (3.1.0)
22
+ net-http
24
23
  httpclient (2.8.3)
25
24
  json (2.7.1)
26
25
  language_server-protocol (3.17.0.3)
27
- octokit (8.0.0)
26
+ net-http (0.4.1)
27
+ uri
28
+ octokit (8.1.0)
29
+ base64
28
30
  faraday (>= 1, < 3)
29
31
  sawyer (~> 0.9)
30
32
  parallel (1.24.0)
31
- parser (3.2.2.4)
33
+ parser (3.3.0.5)
32
34
  ast (~> 2.4.1)
33
35
  racc
34
36
  public_suffix (5.0.4)
35
37
  racc (1.7.3)
36
38
  rainbow (3.1.1)
37
39
  rake (13.1.0)
38
- regexp_parser (2.8.3)
40
+ regexp_parser (2.9.0)
39
41
  rexml (3.2.6)
40
- rspec (3.12.0)
41
- rspec-core (~> 3.12.0)
42
- rspec-expectations (~> 3.12.0)
43
- rspec-mocks (~> 3.12.0)
44
- rspec-core (3.12.2)
45
- rspec-support (~> 3.12.0)
46
- rspec-expectations (3.12.3)
42
+ rspec (3.13.0)
43
+ rspec-core (~> 3.13.0)
44
+ rspec-expectations (~> 3.13.0)
45
+ rspec-mocks (~> 3.13.0)
46
+ rspec-core (3.13.0)
47
+ rspec-support (~> 3.13.0)
48
+ rspec-expectations (3.13.0)
47
49
  diff-lcs (>= 1.2.0, < 2.0)
48
- rspec-support (~> 3.12.0)
49
- rspec-mocks (3.12.6)
50
+ rspec-support (~> 3.13.0)
51
+ rspec-mocks (3.13.0)
50
52
  diff-lcs (>= 1.2.0, < 2.0)
51
- rspec-support (~> 3.12.0)
52
- rspec-support (3.12.1)
53
- rubocop (1.59.0)
53
+ rspec-support (~> 3.13.0)
54
+ rspec-support (3.13.1)
55
+ rubocop (1.61.0)
54
56
  json (~> 2.3)
55
57
  language_server-protocol (>= 3.17.0)
56
58
  parallel (~> 1.10)
57
- parser (>= 3.2.2.4)
59
+ parser (>= 3.3.0.2)
58
60
  rainbow (>= 2.2.2, < 4.0)
59
61
  regexp_parser (>= 1.8, < 3.0)
60
62
  rexml (>= 3.2.5, < 4.0)
61
63
  rubocop-ast (>= 1.30.0, < 2.0)
62
64
  ruby-progressbar (~> 1.7)
63
65
  unicode-display_width (>= 2.4.0, < 3.0)
64
- rubocop-ast (1.30.0)
65
- parser (>= 3.2.1.0)
66
- rubocop-capybara (2.19.0)
66
+ rubocop-ast (1.31.1)
67
+ parser (>= 3.3.0.4)
68
+ rubocop-capybara (2.20.0)
69
+ rubocop (~> 1.41)
70
+ rubocop-factory_bot (2.25.1)
67
71
  rubocop (~> 1.41)
68
- rubocop-factory_bot (2.24.0)
69
- rubocop (~> 1.33)
70
72
  rubocop-rake (0.6.0)
71
73
  rubocop (~> 1.0)
72
- rubocop-rspec (2.25.0)
74
+ rubocop-rspec (2.27.0)
73
75
  rubocop (~> 1.40)
74
76
  rubocop-capybara (~> 2.17)
75
77
  rubocop-factory_bot (~> 2.22)
76
78
  ruby-progressbar (1.13.0)
77
- ruby2_keywords (0.0.5)
78
79
  sawyer (0.9.2)
79
80
  addressable (>= 2.3.5)
80
81
  faraday (>= 0.17.3, < 3)
81
82
  unicode-display_width (2.5.0)
83
+ uri (0.13.0)
82
84
 
83
85
  PLATFORMS
84
86
  ruby
@@ -98,4 +100,4 @@ DEPENDENCIES
98
100
  rubocop-rspec
99
101
 
100
102
  BUNDLED WITH
101
- 2.4.19
103
+ 2.5.3
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '4.1.0'
7
+ VERSION = '5.0.1'
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.1.0
4
+ version: 5.0.1
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-02-04 00:00:00.000000000 Z
11
+ date: 2024-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compare_linker