Skip to content

Commit 93ea341

Browse files
authored
Merge pull request #719 from standardrb/updates-2025-05-13
Updates rubocop to 1.75.5
2 parents 250b306 + 1a0a17e commit 93ea341

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.50.0
4+
5+
* Updates rubocop to [1.75.5](https://github.com/rubocop/rubocop/tree/v1.75.5)
6+
37
## 1.49.0
48

59
* Updates standard performance to 1.8.0

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PATH
44
standard (1.49.0)
55
language_server-protocol (~> 3.17.0.2)
66
lint_roller (~> 1.0)
7-
rubocop (~> 1.75.2)
7+
rubocop (~> 1.75.5)
88
standard-custom (~> 1.0.0)
99
standard-performance (~> 1.8)
1010

@@ -34,7 +34,7 @@ GEM
3434
rbs (3.5.2)
3535
logger
3636
regexp_parser (2.9.3)
37-
rubocop (1.75.2)
37+
rubocop (1.75.5)
3838
json (~> 2.3)
3939
language_server-protocol (~> 3.17.0.2)
4040
lint_roller (~> 1.1.0)

standard.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.require_paths = ["lib"]
2222
spec.metadata["rubygems_mfa_required"] = "true"
2323

24-
spec.add_dependency "rubocop", "~> 1.75.2"
24+
spec.add_dependency "rubocop", "~> 1.75.5"
2525

2626
spec.add_dependency "lint_roller", "~> 1.0"
2727
spec.add_dependency "standard-custom", "~> 1.0.0"

0 commit comments

Comments
 (0)