File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ group :development do
8989 gem "annotate" # for adding db field listings to models as comments
9090 gem "bundler-audit" # for checking for security issues in gems
9191 gem "letter_opener" # Opens emails in new tab for easier testing
92+ gem "simplecov-mcp" # SimpleCov MCP integration
9293 gem "spring" # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
9394 gem "spring-commands-rspec"
9495 gem "traceroute" # for finding unused routes
Original file line number Diff line number Diff line change 296296 json-schema (5.1.1 )
297297 addressable (~> 2.8 )
298298 bigdecimal (~> 3.1 )
299+ json_rpc_handler (0.1.1 )
299300 jwt (3.1.2 )
300301 base64
301302 language_server-protocol (3.17.0.5 )
321322 net-smtp
322323 marcel (1.1.0 )
323324 matrix (0.4.2 )
325+ mcp (0.4.0 )
326+ json-schema (>= 4.1 )
327+ json_rpc_handler (~> 0.1 )
324328 method_source (1.1.0 )
325329 mini_magick (5.2.0 )
326330 benchmark
601605 simplecov-html (~> 0.11 )
602606 simplecov_json_formatter (~> 0.1 )
603607 simplecov-html (0.13.1 )
608+ simplecov-mcp (1.0.1 )
609+ mcp (~> 0.3 )
610+ simplecov (>= 0.21 , < 1.0 )
604611 simplecov_json_formatter (0.1.4 )
605612 smart_properties (1.17.0 )
606613 spring (4.3.0 )
@@ -767,6 +774,7 @@ DEPENDENCIES
767774 selenium-webdriver
768775 shoulda-matchers
769776 simplecov
777+ simplecov-mcp
770778 spring
771779 spring-commands-rspec
772780 sprockets-rails
You can’t perform that action at this time.
0 commit comments