circleci-bundle-update-pr 5.0.1 → 5.0.2

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: 9ddb49a0291b7ffdd98a8833d1e0a1e684209e23d28966d55f009e6674ebda4d
4
- data.tar.gz: d47d02b673826772ade3a038b4ca55c2e41d0cf5419d71a9877120abf6f50567
3
+ metadata.gz: 5cd94aada368c4b1be89a50981f61f24e8ad1e1f119ece26614e9a9452c36ae1
4
+ data.tar.gz: b92a66d966b8e621ab842ee635bddbc5669f6c423119796fb02cb931e28654bb
5
5
  SHA512:
6
- metadata.gz: 62b234614b4f1eae57780b9697eb9fae4f67de1fed7f93f38f5602843aa844ef87c43ef2f3846c35bbda2120175596259580f83e43071e1b15b9018d0d806cb7
7
- data.tar.gz: 8c07e7a757d4b745e614628e092acc42f1bdcf0fa988c3f3a4cdc269eba4dfb6654e4ff3de7077b149c075588212335764a73f9464f1a80238841b8b94894926
6
+ metadata.gz: bf0b957c1baa38b52253664852221fd4ee89af7e2a35c9cce3eb5630bd5a640a93187f1bb3a2c09fd3243a3a4297b1b8338a627473feba34c1906c4680d3b85a
7
+ data.tar.gz: 1a800678251e7e4a31e1ea9be46a3643268dc18413aa43991e1b6ea6732a973be12de6d110080a6139f3904f2af30c03b5606c1b472d9351ea2ad4bcbe71d084
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (5.0.1)
4
+ circleci-bundle-update-pr (5.0.2)
5
5
  compare_linker (>= 1.4.0)
6
6
  octokit
7
7
 
@@ -52,7 +52,7 @@ GEM
52
52
  diff-lcs (>= 1.2.0, < 2.0)
53
53
  rspec-support (~> 3.13.0)
54
54
  rspec-support (3.13.1)
55
- rubocop (1.61.0)
55
+ rubocop (1.62.1)
56
56
  json (~> 2.3)
57
57
  language_server-protocol (>= 3.17.0)
58
58
  parallel (~> 1.10)
@@ -60,10 +60,10 @@ GEM
60
60
  rainbow (>= 2.2.2, < 4.0)
61
61
  regexp_parser (>= 1.8, < 3.0)
62
62
  rexml (>= 3.2.5, < 4.0)
63
- rubocop-ast (>= 1.30.0, < 2.0)
63
+ rubocop-ast (>= 1.31.1, < 2.0)
64
64
  ruby-progressbar (~> 1.7)
65
65
  unicode-display_width (>= 2.4.0, < 3.0)
66
- rubocop-ast (1.31.1)
66
+ rubocop-ast (1.31.2)
67
67
  parser (>= 3.3.0.4)
68
68
  rubocop-capybara (2.20.0)
69
69
  rubocop (~> 1.41)
@@ -71,10 +71,13 @@ GEM
71
71
  rubocop (~> 1.41)
72
72
  rubocop-rake (0.6.0)
73
73
  rubocop (~> 1.0)
74
- rubocop-rspec (2.27.0)
74
+ rubocop-rspec (2.28.0)
75
75
  rubocop (~> 1.40)
76
76
  rubocop-capybara (~> 2.17)
77
77
  rubocop-factory_bot (~> 2.22)
78
+ rubocop-rspec_rails (~> 2.28)
79
+ rubocop-rspec_rails (2.28.2)
80
+ rubocop (~> 1.40)
78
81
  ruby-progressbar (1.13.0)
79
82
  sawyer (0.9.2)
80
83
  addressable (>= 2.3.5)
@@ -4,7 +4,7 @@ module Circleci
4
4
  module Bundle
5
5
  module Update
6
6
  module Pr
7
- VERSION = '5.0.1'
7
+ VERSION = '5.0.2'
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.1
4
+ version: 5.0.2
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-04-01 00:00:00.000000000 Z
11
+ date: 2024-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compare_linker