We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53cf38d + 0b56130 commit f51fff3Copy full SHA for f51fff3
Gemfile
@@ -7,7 +7,7 @@ gem "json", "2.13.2"
7
gem "language_server-protocol", "3.17.0.5"
8
gem "nokogiri", "~> 1.18.8"
9
gem "rake", "13.3.0"
10
-gem "rubocop", "1.80.0"
+gem "rubocop", "1.80.1"
11
12
group :test do
13
gem "fastimage"
Gemfile.lock
@@ -302,7 +302,7 @@ GEM
302
regexp_parser (2.11.2)
303
rexml (3.4.1)
304
rouge (3.30.0)
305
- rubocop (1.80.0)
+ rubocop (1.80.1)
306
json (~> 2.3)
307
language_server-protocol (~> 3.17.0.2)
308
lint_roller (~> 1.1.0)
@@ -373,7 +373,7 @@ DEPENDENCIES
373
octokit
374
pry
375
rake (= 13.3.0)
376
- rubocop (= 1.80.0)
+ rubocop (= 1.80.1)
377
rubocop-performance
378
safe_yaml
379
webrick
0 commit comments