File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ group :test do
183
183
184
184
# why in Gemfile? see: https://github.com/guard/guard-test
185
185
gem 'ruby-prof'
186
- gem 'simplecov' , require : false
186
+ gem 'simplecov' , '~> 0.12.0' , require : false
187
187
gem 'shoulda-matchers' , '~> 3.1' , require : nil
188
188
gem 'json_spec'
189
189
gem 'activerecord-tableless' , '~> 1.0'
Original file line number Diff line number Diff line change 237
237
representable (~> 2.0 )
238
238
uber
239
239
docile (1.1.5 )
240
- unf (>= 0.0.5 , < 1.0.0 )
241
240
domain_name (0.5.20160826 )
242
241
unf (>= 0.0.5 , < 1.0.0 )
243
242
equalizer (0.0.11 )
515
514
shoulda-context (1.2.1 )
516
515
shoulda-matchers (3.1.1 )
517
516
activesupport (>= 4.0.0 )
518
- simplecov (0.11.2 )
517
+ simplecov (0.12.0 )
519
518
docile (~> 1.1.0 )
520
- json (~> 1.8 )
519
+ json (>= 1.8 , < 3 )
521
520
simplecov-html (~> 0.10.0 )
522
521
simplecov-html (0.10.0 )
523
522
slop (3.6.0 )
@@ -683,7 +682,7 @@ DEPENDENCIES
683
682
selenium-webdriver (~> 2.53.4 )
684
683
shoulda-context (~> 1.2 )
685
684
shoulda-matchers (~> 3.1 )
686
- simplecov
685
+ simplecov ( ~> 0.12.0 )
687
686
sprockets (~> 3.5.2 )
688
687
sqlite3
689
688
stringex (~> 2.6.1 )
You can’t perform that action at this time.
0 commit comments