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.86'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ GEM
nuggets
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.18.0)
json (2.19.4)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
Expand All @@ -75,35 +75,35 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
nuggets (1.6.1)
parallel (1.27.0)
parser (3.3.10.0)
parallel (2.1.0)
parser (3.3.11.1)
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)
rake (13.3.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
regexp_parser (2.11.3)
regexp_parser (2.12.0)
rexml (3.4.4)
rouge (4.7.0)
rubocop (1.82.1)
rubocop (1.86.1)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
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)
rubocop-ast (1.49.1)
parser (>= 3.3.7.2)
prism (~> 1.7)
ruby-progressbar (1.13.0)
Expand All @@ -130,7 +130,7 @@ DEPENDENCIES
jekyll-seo-tag
jekyll-sitemap
jekyll-tagging
rubocop (~> 1.53)
rubocop (~> 1.86)
sentry-ruby (~> 6.2)
tzinfo-data
webrick (~> 1.9)
Expand Down