Skip to content

Commit 03625d8

Browse files
Bump the ruby-dependencies group with 1 update (#138)
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `rubocop` from 1.61.0 to 1.62.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.61.0...v1.62.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f8a4fd commit 03625d8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
boxt_rubocop (2.3.0)
5-
rubocop (= 1.61.0)
5+
rubocop (= 1.62.1)
66
rubocop-faker (= 1.1.0)
77
rubocop-performance (= 1.20.2)
88
rubocop-rails (= 2.24.0)
@@ -203,18 +203,18 @@ GEM
203203
diff-lcs (>= 1.2.0, < 2.0)
204204
rspec-support (~> 3.13.0)
205205
rspec-support (3.13.1)
206-
rubocop (1.61.0)
206+
rubocop (1.62.1)
207207
json (~> 2.3)
208208
language_server-protocol (>= 3.17.0)
209209
parallel (~> 1.10)
210210
parser (>= 3.3.0.2)
211211
rainbow (>= 2.2.2, < 4.0)
212212
regexp_parser (>= 1.8, < 3.0)
213213
rexml (>= 3.2.5, < 4.0)
214-
rubocop-ast (>= 1.30.0, < 2.0)
214+
rubocop-ast (>= 1.31.1, < 2.0)
215215
ruby-progressbar (~> 1.7)
216216
unicode-display_width (>= 2.4.0, < 3.0)
217-
rubocop-ast (1.31.1)
217+
rubocop-ast (1.31.2)
218218
parser (>= 3.3.0.4)
219219
rubocop-capybara (2.20.0)
220220
rubocop (~> 1.41)

boxt_rubocop.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
3030
spec.require_paths = ["lib"]
3131

3232
# Locking rubocop versions so we can control the pending cops
33-
spec.add_dependency "rubocop", "1.61.0"
33+
spec.add_dependency "rubocop", "1.62.1"
3434
spec.add_dependency "rubocop-faker", "1.1.0"
3535
spec.add_dependency "rubocop-performance", "1.20.2"
3636
spec.add_dependency "rubocop-rails", "2.24.0"

0 commit comments

Comments
 (0)