Skip to content
Closed
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :jekyll_plugins do
end

group :development do
gem 'rubocop', '~> 1.53'
gem 'rubocop', '~> 1.85'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
18 changes: 12 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ GEM
nuggets
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.18.0)
json (2.18.1)
json-schema (6.1.0)
addressable (~> 2.8)
bigdecimal (>= 3.1, < 5)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
Expand All @@ -73,15 +76,17 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mcp (0.7.1)
json-schema (>= 4.1)
mercenary (0.4.0)
nuggets (1.6.1)
parallel (1.27.0)
parser (3.3.10.0)
parser (3.3.10.2)
ast (~> 2.4.1)
racc
pathutil (0.16.2)
forwardable-extended (~> 2.6)
prism (1.7.0)
prism (1.9.0)
public_suffix (7.0.2)
racc (1.8.1)
rainbow (3.1.1)
Expand All @@ -92,15 +97,16 @@ GEM
regexp_parser (2.11.3)
rexml (3.4.4)
rouge (4.7.0)
rubocop (1.82.1)
rubocop (1.85.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
mcp (~> 0.6)
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 @@ -130,7 +136,7 @@ DEPENDENCIES
jekyll-seo-tag
jekyll-sitemap
jekyll-tagging
rubocop (~> 1.53)
rubocop (~> 1.85)
sentry-ruby (~> 6.2)
tzinfo-data
webrick (~> 1.9)
Expand Down