circleci-bundle-update-pr 4.0.9 → 5.0.0

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: 1a055da28336315c45120971a0b2628529d8dfa9abd87b70c180c0a95b328fbf
4
- data.tar.gz: 67b7c379e4c45b45e10c645569880ffae9fb5913075215819d696a8f7223968b
3
+ metadata.gz: 482fdf91a56e450767fb05b99e8529424f71a04e126b28812653b8237a0490ff
4
+ data.tar.gz: 80e8c1019d4b506f2b6b824a72da70c2f33672fbeee245d71e003bc3311d06b0
5
5
  SHA512:
6
- metadata.gz: 903036c70c260a4aa184617e857ef3716ab38e3db5d9b2bafddcf4eda46ca5407ea5bd78fb26dcc3143248f08efe076fce53591c3f91ab28f13ca0ab455a56b9
7
- data.tar.gz: 19d1f210f2d4803b6ae68983f28a97c9541d626d2c5bf6bf8dda33d30dd61b923c78498eae500f0dd73fc97187da3a045247f90711cc6c1a6c579b5005fc01ad
6
+ metadata.gz: 8e59f17425eac00e9e8c5e38e5d623dd1999755106996efd2b7afc9fbc4a9311029059725de8af35c3bbeda6cd23d9d0568db856a6440e01c78b23298fe1b789
7
+ data.tar.gz: df3b392f117886c6527ec542bc82e9434b838b3bb4fee9e2c2fafc5fa551b98d2e56c374eb451c0ba40c72b35cca66bb9e4c166df5bdd956509abf74e34c5ec4
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']
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']
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']
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']
50
+ enum: ['3.0', '3.1', '3.2', '3.3']
51
51
  executor:
52
52
  name: default
53
53
  ruby_version: << parameters.ruby_version >>
@@ -70,12 +70,12 @@ jobs:
70
70
  continuous_bundle_update:
71
71
  executor:
72
72
  name: default
73
- ruby_version: '3.2'
73
+ ruby_version: '3.3'
74
74
  steps:
75
75
  - setup_requirements
76
76
  - checkout
77
77
  - restore_bundle_cache:
78
- ruby_version: '3.2'
78
+ ruby_version: '3.3'
79
79
  - run:
80
80
  name: Install edge circleci-bundle-update-pr
81
81
  command: |
@@ -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'
@@ -102,6 +99,9 @@ workflows:
102
99
  - build:
103
100
  name: ruby-3.2
104
101
  ruby_version: '3.2'
102
+ - build:
103
+ name: ruby-3.3
104
+ ruby_version: '3.3'
105
105
  nightly:
106
106
  triggers:
107
107
  - schedule:
data/Gemfile.lock CHANGED
@@ -1,41 +1,41 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (4.0.9)
4
+ circleci-bundle-update-pr (5.0.0)
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.5)
11
+ addressable (2.8.6)
12
12
  public_suffix (>= 2.0.2, < 6.0)
13
13
  ast (2.4.2)
14
- base64 (0.2.0)
15
14
  compare_linker (1.4.4)
16
15
  httpclient
17
16
  octokit
18
- diff-lcs (1.5.0)
19
- faraday (2.7.12)
20
- base64
21
- faraday-net_http (>= 2.0, < 3.1)
22
- ruby2_keywords (>= 0.0.4)
23
- faraday-net_http (3.0.2)
17
+ diff-lcs (1.5.1)
18
+ faraday (2.9.0)
19
+ faraday-net_http (>= 2.0, < 3.2)
20
+ faraday-net_http (3.1.0)
21
+ net-http
24
22
  httpclient (2.8.3)
25
- json (2.7.0)
23
+ json (2.7.1)
26
24
  language_server-protocol (3.17.0.3)
25
+ net-http (0.4.1)
26
+ uri
27
27
  octokit (8.0.0)
28
28
  faraday (>= 1, < 3)
29
29
  sawyer (~> 0.9)
30
- parallel (1.23.0)
31
- parser (3.2.2.4)
30
+ parallel (1.24.0)
31
+ parser (3.3.0.5)
32
32
  ast (~> 2.4.1)
33
33
  racc
34
34
  public_suffix (5.0.4)
35
35
  racc (1.7.3)
36
36
  rainbow (3.1.1)
37
37
  rake (13.1.0)
38
- regexp_parser (2.8.2)
38
+ regexp_parser (2.9.0)
39
39
  rexml (3.2.6)
40
40
  rspec (3.12.0)
41
41
  rspec-core (~> 3.12.0)
@@ -50,35 +50,35 @@ GEM
50
50
  diff-lcs (>= 1.2.0, < 2.0)
51
51
  rspec-support (~> 3.12.0)
52
52
  rspec-support (3.12.1)
53
- rubocop (1.57.2)
53
+ rubocop (1.60.2)
54
54
  json (~> 2.3)
55
55
  language_server-protocol (>= 3.17.0)
56
56
  parallel (~> 1.10)
57
- parser (>= 3.2.2.4)
57
+ parser (>= 3.3.0.2)
58
58
  rainbow (>= 2.2.2, < 4.0)
59
59
  regexp_parser (>= 1.8, < 3.0)
60
60
  rexml (>= 3.2.5, < 4.0)
61
- rubocop-ast (>= 1.28.1, < 2.0)
61
+ rubocop-ast (>= 1.30.0, < 2.0)
62
62
  ruby-progressbar (~> 1.7)
63
63
  unicode-display_width (>= 2.4.0, < 3.0)
64
64
  rubocop-ast (1.30.0)
65
65
  parser (>= 3.2.1.0)
66
- rubocop-capybara (2.19.0)
66
+ rubocop-capybara (2.20.0)
67
+ rubocop (~> 1.41)
68
+ rubocop-factory_bot (2.25.1)
67
69
  rubocop (~> 1.41)
68
- rubocop-factory_bot (2.24.0)
69
- rubocop (~> 1.33)
70
70
  rubocop-rake (0.6.0)
71
71
  rubocop (~> 1.0)
72
- rubocop-rspec (2.25.0)
72
+ rubocop-rspec (2.26.1)
73
73
  rubocop (~> 1.40)
74
74
  rubocop-capybara (~> 2.17)
75
75
  rubocop-factory_bot (~> 2.22)
76
76
  ruby-progressbar (1.13.0)
77
- ruby2_keywords (0.0.5)
78
77
  sawyer (0.9.2)
79
78
  addressable (>= 2.3.5)
80
79
  faraday (>= 0.17.3, < 3)
81
80
  unicode-display_width (2.5.0)
81
+ uri (0.13.0)
82
82
 
83
83
  PLATFORMS
84
84
  ruby
@@ -98,4 +98,4 @@ DEPENDENCIES
98
98
  rubocop-rspec
99
99
 
100
100
  BUNDLED WITH
101
- 2.4.19
101
+ 2.5.3
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '4.0.9'
7
+ VERSION = '5.0.0'
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.9
4
+ version: 5.0.0
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-01-02 00:00:00.000000000 Z
11
+ date: 2024-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compare_linker