8000 Bump simplecov to 0.17.1 · activeadmin/activeadmin@ef7f4e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit ef7f4e6

Browse files
Bump simplecov to 0.17.1
This will hopefully fix parallel_tests hanging on jruby right before completion.
1 parent 9a97cda commit ef7f4e6

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Gemfile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ group :test do
1616
gem 'capybara', '~> 3.14'
1717
gem 'db-query-matchers', '0.9.0'
1818

19-
gem 'simplecov', require: false # Test coverage generator. Go to /coverage/ after running tests
19+
gem 'simplecov', '0.17.1', require: false # Test coverage generator. Go to /coverage/ after running tests
2020
gem 'cucumber-rails', '~> 1.5', require: false
2121
gem 'cucumber'
2222
gem 'database_cleaner'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ GEM
369369
sawyer (0.8.2)
370370
addressable (>= 2.3.5)
371371
faraday (> 0.8, < 2.0)
372-
simplecov (0.17.0)
372+
simplecov (0.17.1)
373373
docile (~> 1.1)
374374
json (>= 1.8, < 3)
375375
simplecov-html (~> 0.10.0)
@@ -445,7 +445,7 @@ DEPENDENCIES
445445
rspec-rails
446446
rubocop (= 0.63.1)
447447
rubocop-rspec (~> 1.30)
448-
simplecov
448+
simplecov (= 0.17.1)
449449
sqlite3 (~> 1.4)
450450
yard
451451

gemfiles/rails_50.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ GEM
293293
sprockets (> 3.0)
294294
sprockets-rails
295295
tilt
296-
simplecov (0.17.0)
296+
simplecov (0.17.1)
297297
docile (~> 1.1)
298298
json (>= 1.8, < 3)
299299
simplecov-html (~> 0.10.0)
@@ -356,7 +356,7 @@ DEPENDENCIES
356356
rails-i18n
357357
rake
358358
rspec-rails
359-
simplecov
359+
simplecov (= 0.17.1)
360360
sqlite3 (~> 1.3.6)
361361

362362
BUNDLED WITH

gemfiles/rails_51.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ GEM
293293
sprockets (> 3.0)
294294
sprockets-rails
295295
tilt
296-
simplecov (0.17.0)
296+
simplecov (0.17.1)
297297
docile (~> 1.1)
298298
json (>= 1.8, < 3)
299299
simplecov-html (~> 0.10.0)
@@ -356,7 +356,7 @@ DEPENDENCIES
356356
rails-i18n
357357
rake
358358
rspec-rails
359-
simplecov
359+
simplecov (= 0.17.1)
360360
sqlite3 (~> 1.4)
361361

362362
BUNDLED WITH

gemfiles/rails_52.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ GEM
301301
sprockets (> 3.0)
302302
sprockets-rails
303303
tilt
304-
simplecov (0.17.0)
304+
simplecov (0.17.1)
305305
docile (~> 1.1)
306306
json (>= 1.8, < 3)
307307
simplecov-html (~> 0.10.0)
@@ -364,7 +364,7 @@ DEPENDENCIES
364364
rails-i18n
365365
rake
366366
rspec-rails
367-
simplecov
367+
simplecov (= 0.17.1)
368368
sqlite3 (~> 1.4)
369369

370370
BUNDLED WITH

gemfiles/rails_60_turbolinks.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ GEM
316316
sprockets (> 3.0)
317317
sprockets-rails
318318
tilt
319-
simplecov (0.17.0)
319+
simplecov (0.17.1)
320320
docile (~> 1.1)
321321
json (>= 1.8, < 3)
322322
simplecov-html (~> 0.10.0)
@@ -383,7 +383,7 @@ DEPENDENCIES
383383
rails-i18n
384384
rake
385385
rspec-rails
386-
simplecov
386+
simplecov (= 0.17.1)
387387
sqlite3 (~> 1.4)
388388
turbolinks (~> 5.2)
389389

0 commit comments

Comments
 (0)
0