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.
1 parent 66da3e0 commit 8546250Copy full SHA for 8546250
Gemfile
@@ -1,13 +1,13 @@
1
source "https://rubygems.org"
2
3
+gem "faraday", "2.12.2"
4
gem "faraday-retry", "2.3.1"
5
gem "github-pages", "~> 232", group: :jekyll_plugins
6
+gem "json", "2.11.3"
7
+gem "language_server-protocol", "3.17.0.4"
8
gem "nokogiri", "~> 1.18.8"
9
gem "rake", "13.2.1"
10
gem "rubocop", "1.75.5"
-gem "faraday", "2.12.2"
-gem "json", "2.11.3"
-gem "language_server-protocol", "3.17.0.4"
11
12
group :test do
13
gem "fastimage"
0 commit comments