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 @@ -57,6 +57,7 @@ group :test do
57
57
gem "capybara" # Acceptance test framework for web applications [https://github.com/teamcapybara/capybara]
58
58
gem "selenium-webdriver" # Ruby bindings for Selenium [https://www.rubydoc.info/gems/selenium-webdriver/frames]
59
59
gem "cuprite" , git : "https://github.com/rubycdp/cuprite"
60
+ gem "simplecov" , require : false # Code coverage for Ruby [https://github.com/simplecov-ruby/simplecov]
60
61
gem "webmock" , require : false # Library for stubbing HTTP requests [https://github.com/bblimke/webmock]
61
62
end
62
63
Original file line number Diff line number Diff line change 138
138
reline (>= 0.3.8 )
139
139
device_detector (1.1.2 )
140
140
diff-lcs (1.5.1 )
141
+ docile (1.4.0 )
141
142
dotenv (3.1.0 )
142
143
drb (2.2.1 )
143
144
dry-cli (1.0.0 )
432
433
rubyzip (>= 1.2.2 , < 3.0 )
433
434
websocket (~> 1.0 )
434
435
sexp_processor (4.17.1 )
436
+ simplecov (0.22.0 )
437
+ docile (~> 1.1 )
438
+ simplecov-html (~> 0.11 )
439
+ simplecov_json_formatter (~> 0.1 )
440
+ simplecov-html (0.12.3 )
441
+ simplecov_json_formatter (0.1.4 )
435
442
sitepress-core (4.0.2 )
436
443
mime-types (>= 2.99 )
437
444
sitepress-rails (4.0.2 )
@@ -564,6 +571,7 @@ DEPENDENCIES
564
571
rspec-rails
565
572
ruby_wasm (~> 2.5 )
566
573
selenium-webdriver
574
+ simplecov
567
575
sitepress-rails
568
576
solid_cache
569
577
solid_queue
You can’t perform that action at this time.
0 commit comments