circleci-bundle-update-pr 5.1.11 → 5.2.0

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: b4865dd3d76c7e5d80dfa736d0d40ae2924cf0b45847841152b03578abbcc0d8
4
- data.tar.gz: b2d6271e8de4682f4b247217ffd5e57aaabbfe806a337131e78506cfade0b7cc
3
+ metadata.gz: 3231ac22083eb2dd6e4fca40b4fb7ddbe18ebfe1414457279632d9f520d2f6fd
4
+ data.tar.gz: 59a925dbc80ea8f46dbd072a79fadbde0257b1e6da1c656e5aa3396818b90155
5
5
  SHA512:
6
- metadata.gz: 2dc3b0320d183c857bbbe1841bbb97badb33ae68045e4f0671adbd1b0fb7ddb01873c46a80bb5e0242642bb7788f5d48adb1fa4c0e5425ea60a9469038f778e3
7
- data.tar.gz: f420eb9ec1210957df055c93321bff490cf8377e94c572f4a7d74d2e89a42100af5d1633d3a0794c92f39d00649ac21664afa734266202fd7ee88472053fcdf9
6
+ metadata.gz: f4aa5da0153afd5f49c60d00394cadf813641453c9751968ec996c2950dbab3867eae4012139f81bd2bb0ac53cd4239b965fd368e305f92bf3be04faace17f35
7
+ data.tar.gz: f5ae169a75e4ea25be9ffa402ac434e90194d87c7755fa6ac987ecdf78adeedee8cc0149672b10e9bc22aad10db39900404f83eee98b4df59b14c36050e3c06d
data/.circleci/config.yml CHANGED
@@ -8,7 +8,7 @@ executors:
8
8
  parameters:
9
9
  ruby_version:
10
10
  type: enum
11
- enum: ['3.0', '3.1', '3.2', '3.3', '3.4']
11
+ enum: ["3.0", "3.1", "3.2", "3.3", "3.4", "4.0"]
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: ['3.0', '3.1', '3.2', '3.3', '3.4']
26
+ enum: ["3.0", "3.1", "3.2", "3.3", "3.4", "4.0"]
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: ['3.0', '3.1', '3.2', '3.3', '3.4']
37
+ enum: ["3.0", "3.1", "3.2", "3.3", "3.4", "4.0"]
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: ['3.0', '3.1', '3.2', '3.3', '3.4']
50
+ enum: ["3.0", "3.1", "3.2", "3.3", "3.4", "4.0"]
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.4'
73
+ ruby_version: "4.0"
74
74
  steps:
75
75
  - setup_requirements
76
76
  - checkout
77
77
  - restore_bundle_cache:
78
- ruby_version: '3.4'
78
+ ruby_version: "4.0"
79
79
  - run:
80
80
  name: Install edge circleci-bundle-update-pr
81
81
  command: |
@@ -92,19 +92,22 @@ workflows:
92
92
  jobs:
93
93
  - build:
94
94
  name: ruby-3.0
95
- ruby_version: '3.0'
95
+ ruby_version: "3.0"
96
96
  - build:
97
97
  name: ruby-3.1
98
- ruby_version: '3.1'
98
+ ruby_version: "3.1"
99
99
  - build:
100
100
  name: ruby-3.2
101
- ruby_version: '3.2'
101
+ ruby_version: "3.2"
102
102
  - build:
103
103
  name: ruby-3.3
104
- ruby_version: '3.3'
104
+ ruby_version: "3.3"
105
105
  - build:
106
106
  name: ruby-3.4
107
- ruby_version: '3.4'
107
+ ruby_version: "3.4"
108
+ - build:
109
+ name: ruby-4.0
110
+ ruby_version: "4.0"
108
111
  nightly:
109
112
  triggers:
110
113
  - schedule:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (5.1.11)
4
+ circleci-bundle-update-pr (5.2.0)
5
5
  compare_linker (>= 1.4.10)
6
6
  octokit
7
7
 
@@ -26,12 +26,12 @@ GEM
26
26
  net-http (~> 0.5)
27
27
  httpclient (2.9.0)
28
28
  mutex_m
29
- json (2.16.0)
29
+ json (2.18.0)
30
30
  language_server-protocol (3.17.0.5)
31
31
  lint_roller (1.1.0)
32
32
  logger (1.7.0)
33
33
  mutex_m (0.3.0)
34
- net-http (0.8.0)
34
+ net-http (0.9.1)
35
35
  uri (>= 0.11.1)
36
36
  octokit (10.0.0)
37
37
  faraday (>= 1, < 3)
@@ -41,7 +41,7 @@ GEM
41
41
  parser (3.3.10.0)
42
42
  ast (~> 2.4.1)
43
43
  racc
44
- prism (1.6.0)
44
+ prism (1.7.0)
45
45
  public_suffix (7.0.0)
46
46
  racc (1.8.1)
47
47
  rainbow (3.1.1)
@@ -60,7 +60,7 @@ GEM
60
60
  diff-lcs (>= 1.2.0, < 2.0)
61
61
  rspec-support (~> 3.13.0)
62
62
  rspec-support (3.13.6)
63
- rubocop (1.81.7)
63
+ rubocop (1.82.1)
64
64
  json (~> 2.3)
65
65
  language_server-protocol (~> 3.17.0.2)
66
66
  lint_roller (~> 1.1.0)
@@ -68,12 +68,12 @@ GEM
68
68
  parser (>= 3.3.0.2)
69
69
  rainbow (>= 2.2.2, < 4.0)
70
70
  regexp_parser (>= 2.9.3, < 3.0)
71
- rubocop-ast (>= 1.47.1, < 2.0)
71
+ rubocop-ast (>= 1.48.0, < 2.0)
72
72
  ruby-progressbar (~> 1.7)
73
73
  unicode-display_width (>= 2.4.0, < 4.0)
74
- rubocop-ast (1.48.0)
74
+ rubocop-ast (1.49.0)
75
75
  parser (>= 3.3.7.2)
76
- prism (~> 1.4)
76
+ prism (~> 1.7)
77
77
  rubocop-rake (0.7.1)
78
78
  lint_roller (~> 1.1)
79
79
  rubocop (>= 1.72.1)
@@ -107,4 +107,4 @@ DEPENDENCIES
107
107
  rubocop-rspec
108
108
 
109
109
  BUNDLED WITH
110
- 2.7.2
110
+ 4.0.2
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '5.1.11'
7
+ VERSION = '5.2.0'
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: circleci-bundle-update-pr
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.11
4
+ version: 5.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Masuda