Skip to content

Commit 582bdb0

Browse files
Merge pull request opf#4861 from ulferts/fix/simplecov_segfault
bump simplecov to avoid segfault
2 parents 5029fc2 + 369241d commit 582bdb0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ group :test do
183183

184184
# why in Gemfile? see: https://github.com/guard/guard-test
185185
gem 'ruby-prof'
186-
gem 'simplecov', require: false
186+
gem 'simplecov', '~> 0.12.0', require: false
187187
gem 'shoulda-matchers', '~> 3.1', require: nil
188188
gem 'json_spec'
189189
gem 'activerecord-tableless', '~> 1.0'

Gemfile.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ GEM
237237
representable (~> 2.0)
238238
uber
239239
docile (1.1.5)
240-
unf (>= 0.0.5, < 1.0.0)
241240
domain_name (0.5.20160826)
242241
unf (>= 0.0.5, < 1.0.0)
243242
equalizer (0.0.11)
@@ -515,9 +514,9 @@ GEM
515514
shoulda-context (1.2.1)
516515
shoulda-matchers (3.1.1)
517516
activesupport (>= 4.0.0)
518-
simplecov (0.11.2)
517+
simplecov (0.12.0)
519518
docile (~> 1.1.0)
520-
json (~> 1.8)
519+
json (>= 1.8, < 3)
521520
simplecov-html (~> 0.10.0)
522521
simplecov-html (0.10.0)
523522
slop (3.6.0)
@@ -683,7 +682,7 @@ DEPENDENCIES
683682
selenium-webdriver (~> 2.53.4)
684683
shoulda-context (~> 1.2)
685684
shoulda-matchers (~> 3.1)
686-
simplecov
685+
simplecov (~> 0.12.0)
687686
sprockets (~> 3.5.2)
688687
sqlite3
689688
stringex (~> 2.6.1)

0 commit comments

Comments
 (0)