circleci-bundle-update-pr 5.2.5 → 5.2.6

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: b84dc8ed4657544535a21179cb3e13f39f483408d684756f9d4b7835d25da647
4
- data.tar.gz: 2330db225a69d2f3ad6200cf0a80e382db9244e5d806df8bf7310c551bfbda5e
3
+ metadata.gz: bc70a323fa65d0d1cb4530113e5f3876491229eefd9b6cad4bab702f1e4752f0
4
+ data.tar.gz: 1f7a9526006c7796f0cc0924bfc92833e6eb05579be5c502749a41882ee832ee
5
5
  SHA512:
6
- metadata.gz: 0363e002b9822380c6e2f09ebf30e93eeee7b6c2db83138fdfa679caecf05bfc8f52a8ff81b545c7aeda448063930a6700cc838d2d48263840c142e7fa8ee5e1
7
- data.tar.gz: 81765b76065f191b19b76cbd69e7a159707fa898cd4bbeed287f2dde776fe1e18712c63bb9c8856c68b98d8de59416b0e4fd39727678ee7c2cf03d58140e078e
6
+ metadata.gz: c00a52aa215b765ff3a1e3135eaaa2b1e82b1f038f85ef9326e336639f3eec66315de3ac568efa4dcf371a990a68247d555befb713597c9c3e09aeeb5d4844d4
7
+ data.tar.gz: fb408871d13ecdfd42fc4c1d5a4d5ace814bd7b4050b0ff8ede6863be54bb4ca36196db417b2c9aaf5f1694ee1066fbea12c8cc2bd3591130f5909323bc87792
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- circleci-bundle-update-pr (5.2.5)
4
+ circleci-bundle-update-pr (5.2.6)
5
5
  compare_linker (>= 1.4.10)
6
6
  octokit
7
7
 
@@ -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.7)
63
- rubocop (1.87.0)
63
+ rubocop (1.88.1)
64
64
  json (~> 2.3)
65
65
  language_server-protocol (~> 3.17.0.2)
66
66
  lint_roller (~> 1.1.0)
@@ -77,9 +77,10 @@ GEM
77
77
  rubocop-rake (0.7.1)
78
78
  lint_roller (~> 1.1)
79
79
  rubocop (>= 1.72.1)
80
- rubocop-rspec (3.9.0)
80
+ rubocop-rspec (3.10.2)
81
81
  lint_roller (~> 1.1)
82
- rubocop (~> 1.81)
82
+ regexp_parser (>= 2.0)
83
+ rubocop (~> 1.86, >= 1.86.2)
83
84
  ruby-progressbar (1.13.0)
84
85
  sawyer (0.9.3)
85
86
  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.2.5'
7
+ VERSION = '5.2.6'
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.2.5
4
+ version: 5.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Masuda
@@ -167,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
167
167
  - !ruby/object:Gem::Version
168
168
  version: '0'
169
169
  requirements: []
170
- rubygems_version: 4.0.10
170
+ rubygems_version: 4.0.16
171
171
  specification_version: 4
172
172
  summary: Provide continues bundle update using CircleCI
173
173
  test_files: []