diff --git a/Gemfile b/Gemfile index 3eb9efa049..342f6ec61e 100644 --- a/Gemfile +++ b/Gemfile @@ -173,6 +173,8 @@ group :test do gem 'pdf-reader' gem 'rails-controller-testing' gem 'simplecov', require: false + gem 'simplecov-lcov', require: false + gem 'undercover', require: false gem 'vcr', require: false gem 'webmock', require: false # See spec/spec_helper.rb for instructions diff --git a/Gemfile.lock b/Gemfile.lock index 37547b0258..d391606055 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -364,6 +364,8 @@ GEM image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) + imagen (0.2.0) + parser (>= 2.5, != 2.5.1.1) immigrant (0.3.6) activerecord (>= 3.0) invisible_captcha (2.3.0) @@ -715,6 +717,7 @@ GEM rubyzip (2.3.2) rufus-scheduler (3.8.2) fugit (~> 1.1, >= 1.1.6) + rugged (1.7.2) sanitize (6.1.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -743,6 +746,7 @@ GEM simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) + simplecov-lcov (0.8.0) simplecov_json_formatter (0.1.4) spreadsheet_architect (5.0.0) caxlsx (>= 3.3.0, < 4) @@ -804,6 +808,11 @@ GEM turbo-rails (>= 1.3.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) + undercover (0.6.3) + bigdecimal + imagen (>= 0.2.0) + rainbow (>= 2.1, < 4.0) + rugged (>= 0.27, < 1.8) unicode-display_width (2.5.0) uniform_notifier (1.16.0) uri (0.13.0) @@ -980,6 +989,7 @@ DEPENDENCIES sidekiq sidekiq-scheduler simplecov + simplecov-lcov spreadsheet_architect spring spring-commands-rspec @@ -992,6 +1002,7 @@ DEPENDENCIES timecop turbo-rails turbo_power + undercover valid_email2 validates_lengths_from_database vcr