Skip to content

Commit 8775890

Browse files
committed
Bump ruboconf to 1.12.0
1 parent 1782605 commit 8775890

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

Gemfile.lock

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
ruboconf-rails (1.11.1)
5-
ruboconf (~> 1.11.0)
5+
ruboconf (~> 1.12.0)
66
rubocop-rails (~> 2.19)
77

88
GEM
@@ -18,31 +18,35 @@ GEM
1818
i18n (1.13.0)
1919
concurrent-ruby (~> 1.0)
2020
json (2.6.3)
21+
language_server-protocol (3.17.0.3)
2122
minitest (5.18.0)
2223
parallel (1.23.0)
23-
parser (3.2.2.1)
24+
parser (3.2.2.3)
2425
ast (~> 2.4.1)
26+
racc
27+
racc (1.7.1)
2528
rack (3.0.7)
2629
rainbow (3.1.1)
2730
rake (13.0.6)
28-
regexp_parser (2.8.0)
31+
regexp_parser (2.8.1)
2932
rexml (3.2.5)
30-
ruboconf (1.11.0)
31-
rubocop (~> 1.50)
32-
rubocop-performance (~> 1.17)
33-
rubocop (1.50.2)
33+
ruboconf (1.12.0)
34+
rubocop (~> 1.54)
35+
rubocop-performance (~> 1.18)
36+
rubocop (1.54.0)
3437
json (~> 2.3)
38+
language_server-protocol (>= 3.17.0)
3539
parallel (~> 1.10)
36-
parser (>= 3.2.0.0)
40+
parser (>= 3.2.2.3)
3741
rainbow (>= 2.2.2, < 4.0)
3842
regexp_parser (>= 1.8, < 3.0)
3943
rexml (>= 3.2.5, < 4.0)
4044
rubocop-ast (>= 1.28.0, < 2.0)
4145
ruby-progressbar (~> 1.7)
4246
unicode-display_width (>= 2.4.0, < 3.0)
43-
rubocop-ast (1.28.1)
47+
rubocop-ast (1.29.0)
4448
parser (>= 3.2.1.0)
45-
rubocop-performance (1.17.1)
49+
rubocop-performance (1.18.0)
4650
rubocop (>= 1.7.0, < 2.0)
4751
rubocop-ast (>= 0.4.0)
4852
rubocop-rails (2.19.1)

ruboconf-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222
end
2323
end
2424

25-
spec.add_dependency 'ruboconf', '~> 1.11.0'
25+
spec.add_dependency 'ruboconf', '~> 1.12.0'
2626
spec.add_dependency 'rubocop-rails', '~> 2.19'
2727
spec.metadata['rubygems_mfa_required'] = 'true'
2828
end

0 commit comments

Comments
 (0)