File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.50.0
4
+
5
+ * Updates rubocop to [ 1.75.5] ( https://github.com/rubocop/rubocop/tree/v1.75.5 )
6
+
3
7
## 1.49.0
4
8
5
9
* Updates standard performance to 1.8.0
Original file line number Diff line number Diff line change 4
4
standard (1.49.0 )
5
5
language_server-protocol (~> 3.17.0.2 )
6
6
lint_roller (~> 1.0 )
7
- rubocop (~> 1.75.2 )
7
+ rubocop (~> 1.75.5 )
8
8
standard-custom (~> 1.0.0 )
9
9
standard-performance (~> 1.8 )
10
10
34
34
rbs (3.5.2 )
35
35
logger
36
36
regexp_parser (2.9.3 )
37
- rubocop (1.75.2 )
37
+ rubocop (1.75.5 )
38
38
json (~> 2.3 )
39
39
language_server-protocol (~> 3.17.0.2 )
40
40
lint_roller (~> 1.1.0 )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
21
spec . require_paths = [ "lib" ]
22
22
spec . metadata [ "rubygems_mfa_required" ] = "true"
23
23
24
- spec . add_dependency "rubocop" , "~> 1.75.2 "
24
+ spec . add_dependency "rubocop" , "~> 1.75.5 "
25
25
26
26
spec . add_dependency "lint_roller" , "~> 1.0"
27
27
spec . add_dependency "standard-custom" , "~> 1.0.0"
You can’t perform that action at this time.
0 commit comments