Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
source "https://rubygems.org"

gem "faraday", "2.14.0"
gem "faraday", "2.14.1"
gem "faraday-retry", "2.4.0"
gem "github-pages", "~> 232", group: :jekyll_plugins
gem "json", "2.18.0"
gem "json", "2.18.1"
gem "language_server-protocol", "3.17.0.5"
gem "nokogiri", "~> 1.19.0"
gem "rake", "13.3.1"
gem "rubocop", "1.82.1"
gem "rubocop", "1.84.1"

group :test do
gem "fastimage"
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GEM
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.10.0)
faraday (2.14.0)
faraday (2.14.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
Expand Down Expand Up @@ -236,7 +236,7 @@ GEM
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
json (2.18.0)
json (2.18.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand Down Expand Up @@ -285,12 +285,12 @@ GEM
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.27.0)
parser (3.3.10.0)
parser (3.3.10.1)
ast (~> 2.4.1)
racc
pathutil (0.16.2)
forwardable-extended (~> 2.6)
prism (1.7.0)
prism (1.9.0)
pry (0.16.0)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -307,15 +307,15 @@ GEM
io-console (~> 0.5)
rexml (3.4.2)
rouge (3.30.0)
rubocop (1.82.1)
rubocop (1.84.1)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.48.0, < 2.0)
rubocop-ast (>= 1.49.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.49.0)
Expand Down Expand Up @@ -366,19 +366,19 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
faraday (= 2.14.0)
faraday (= 2.14.1)
faraday-retry (= 2.4.0)
fastimage
github-pages (~> 232)
httparty
json (= 2.18.0)
json (= 2.18.1)
language_server-protocol (= 3.17.0.5)
minitest
nokogiri (~> 1.19.0)
octokit
pry
rake (= 13.3.1)
rubocop (= 1.82.1)
rubocop (= 1.84.1)
rubocop-performance
safe_yaml
webrick
Expand Down
Loading