Skip to content
Merged
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 @@ -45,7 +45,7 @@ end
group :development do
gem 'annotaterb', '~> 4.22', require: false
gem 'brakeman', '~> 8.0.4', require: false
gem 'rubocop', '~> 1.85.1', require: false
gem 'rubocop', '~> 1.86.0', require: false
gem 'rubocop-minitest', '~> 0.39.1', require: false
gem 'rubocop-rails', '~> 2.34', require: false
gem 'web-console', '~> 4.3.0'
Expand Down
18 changes: 6 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ GEM
activesupport (>= 6.0.0)
ast (2.4.3)
base64 (0.3.0)
bigdecimal (4.0.1)
bigdecimal (4.1.0)
bindex (0.8.1)
bootsnap (1.23.0)
msgpack (~> 1.2)
Expand Down Expand Up @@ -151,10 +151,7 @@ GEM
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.19.2)
json-schema (6.2.0)
addressable (~> 2.8)
bigdecimal (>= 3.1, < 5)
json (2.19.3)
jwt (2.10.2)
base64
language_server-protocol (3.17.0.5)
Expand All @@ -171,8 +168,6 @@ GEM
net-smtp
marcel (1.1.0)
matrix (0.4.3)
mcp (0.8.0)
json-schema (>= 4.1)
mini_mime (1.1.5)
minitest (6.0.2)
drb (~> 2.0)
Expand Down Expand Up @@ -215,7 +210,7 @@ GEM
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
parallel (1.27.0)
parser (3.3.10.2)
parser (3.3.11.1)
ast (~> 2.4.1)
racc
pg (1.6.3)
Expand Down Expand Up @@ -292,19 +287,18 @@ GEM
reline (0.6.3)
io-console (~> 0.5)
rexml (3.4.4)
rubocop (1.85.1)
rubocop (1.86.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.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)
rubocop-minitest (0.39.1)
Expand Down Expand Up @@ -390,7 +384,7 @@ DEPENDENCIES
puma (~> 7.2)
rack-cors (~> 3.0.0)
rails (~> 8.1.2)
rubocop (~> 1.85.1)
rubocop (~> 1.86.0)
rubocop-minitest (~> 0.39.1)
rubocop-rails (~> 2.34)
rugged (~> 1.9.0)
Expand Down