Skip to content

Commit 8546250

Browse files
committed
Fix code style issues with RuboCop
1 parent 66da3e0 commit 8546250

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
source "https://rubygems.org"
22

3+
gem "faraday", "2.12.2"
34
gem "faraday-retry", "2.3.1"
45
gem "github-pages", "~> 232", group: :jekyll_plugins
6+
gem "json", "2.11.3"
7+
gem "language_server-protocol", "3.17.0.4"
58
gem "nokogiri", "~> 1.18.8"
69
gem "rake", "13.2.1"
710
gem "rubocop", "1.75.5"
8-
gem "faraday", "2.12.2"
9-
gem "json", "2.11.3"
10-
gem "language_server-protocol", "3.17.0.4"
1111

1212
group :test do
1313
gem "fastimage"

0 commit comments

Comments
 (0)