mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix SimpleCov (#4576)
* Fix Simplecov * Add comment re: version lock Co-authored-by: Mike Perham <mperham@gmail.com>
This commit is contained in:
parent
797578c591
commit
19a236eb85
2 changed files with 9 additions and 5 deletions
3
Gemfile
3
Gemfile
|
@ -10,7 +10,8 @@ gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
|
|||
|
||||
group :test do
|
||||
gem "minitest"
|
||||
gem "simplecov"
|
||||
# https://github.com/codeclimate/test-reporter/issues/413
|
||||
gem "simplecov", "~> 0.17.1"
|
||||
end
|
||||
|
||||
group :development, :test do
|
||||
|
|
11
Gemfile.lock
11
Gemfile.lock
|
@ -88,6 +88,8 @@ GEM
|
|||
jaro_winkler (1.5.4)
|
||||
jaro_winkler (1.5.4-java)
|
||||
jdbc-sqlite3 (3.28.0)
|
||||
json (2.3.0)
|
||||
json (2.3.0-java)
|
||||
loofah (2.5.0)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.5.9)
|
||||
|
@ -162,10 +164,11 @@ GEM
|
|||
rubocop-performance (1.5.2)
|
||||
rubocop (>= 0.71.0)
|
||||
ruby-progressbar (1.10.1)
|
||||
simplecov (0.18.2)
|
||||
simplecov (0.17.1)
|
||||
docile (~> 1.1)
|
||||
simplecov-html (~> 0.11)
|
||||
simplecov-html (0.12.0)
|
||||
json (>= 1.8, < 3)
|
||||
simplecov-html (~> 0.10.0)
|
||||
simplecov-html (0.10.2)
|
||||
sprockets (4.0.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
rack (> 1, < 3)
|
||||
|
@ -204,7 +207,7 @@ DEPENDENCIES
|
|||
rake
|
||||
redis-namespace
|
||||
sidekiq!
|
||||
simplecov
|
||||
simplecov (~> 0.17.1)
|
||||
sqlite3
|
||||
standard
|
||||
toxiproxy
|
||||
|
|
Loading…
Add table
Reference in a new issue