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 @@ -7,7 +7,7 @@ gem "logger", "~> 1.7"
group :development do
gem "irb", "~> 1.15"
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.80"
gem "rubocop", "~> 1.81"
gem "rubocop-github", "~> 0.23"
gem "rubocop-performance", "~> 1.26"
gem "rubocop-rspec", "~> 3.7"
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GEM
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.13.2)
json (2.15.1)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
Expand All @@ -44,7 +44,7 @@ GEM
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
prism (1.4.0)
prism (1.5.1)
psych (5.2.3)
date
stringio
Expand All @@ -53,7 +53,7 @@ GEM
rainbow (3.1.1)
rdoc (6.13.1)
psych (>= 4.0.0)
regexp_parser (2.11.2)
regexp_parser (2.11.3)
reline (0.6.1)
io-console (~> 0.5)
rspec (3.13.1)
Expand All @@ -69,18 +69,18 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.4)
rubocop (1.80.2)
rubocop (1.81.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.46.0, < 2.0)
rubocop-ast (>= 1.47.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.46.0)
rubocop-ast (1.47.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-github (0.23.0)
Expand Down Expand Up @@ -128,7 +128,7 @@ DEPENDENCIES
irb (~> 1.15)
logger (~> 1.7)
rspec (~> 3.13)
rubocop (~> 1.80)
rubocop (~> 1.81)
rubocop-github (~> 0.23)
rubocop-performance (~> 1.26)
rubocop-rspec (~> 3.7)
Expand Down
Binary file removed vendor/cache/json-2.13.2.gem
Binary file not shown.
Binary file added vendor/cache/json-2.15.1.gem
Binary file not shown.
Binary file removed vendor/cache/prism-1.4.0.gem
Binary file not shown.
Binary file added vendor/cache/prism-1.5.1.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.11.2.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.11.3.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.80.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.81.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.46.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.47.1.gem
Binary file not shown.