File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ group :development, :test do
79
79
# Use to clean database after executing a test case
80
80
gem 'database_cleaner'
81
81
# Use to track how much code has been tested
82
- gem 'simplecov'
82
+ gem 'simplecov' , '~> 0.7.1'
83
83
# Webmock to stub http requests
84
84
gem 'webmock'
85
85
# VCR to record the responses from web and replay them when needed
Original file line number Diff line number Diff line change 71
71
actionmailer (>= 3.2.6 , < 5 )
72
72
devise (>= 3.2.0 )
73
73
diff-lcs (1.2.5 )
74
- docile (1.1.5 )
75
74
erubis (2.7.0 )
76
75
execjs (2.2.1 )
77
76
extlib (0.9.16 )
@@ -239,11 +238,10 @@ GEM
239
238
simple_form (3.0.2 )
240
239
actionpack (~> 4.0 )
241
240
activemodel (~> 4.0 )
242
- simplecov (0.8.2 )
243
- docile (~> 1.1.0 )
244
- multi_json
245
- simplecov-html (~> 0.8.0 )
246
- simplecov-html (0.8.0 )
241
+ simplecov (0.7.1 )
242
+ multi_json (~> 1.0 )
243
+ simplecov-html (~> 0.7.1 )
244
+ simplecov-html (0.7.1 )
247
245
slop (3.5.0 )
248
246
spring (1.1.3 )
249
247
sprockets (2.11.0 )
@@ -309,7 +307,7 @@ DEPENDENCIES
309
307
sendgrid
310
308
sidekiq
311
309
simple_form
312
- simplecov
310
+ simplecov ( ~> 0.7.1 )
313
311
spring
314
312
therubyracer
315
313
turbolinks
You can’t perform that action at this time.
0 commit comments