Skip to content

Commit f412ef3

Browse files
committed
Simplecov version was changed to resolve bugs #10
1 parent c3a837c commit f412ef3

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ group :development, :test do
7979
# Use to clean database after executing a test case
8080
gem 'database_cleaner'
8181
# Use to track how much code has been tested
82-
gem 'simplecov'
82+
gem 'simplecov', '~> 0.7.1'
8383
# Webmock to stub http requests
8484
gem 'webmock'
8585
# VCR to record the responses from web and replay them when needed

Gemfile.lock

+5-7
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ GEM
7171
actionmailer (>= 3.2.6, < 5)
7272
devise (>= 3.2.0)
7373
diff-lcs (1.2.5)
74-
docile (1.1.5)
7574
erubis (2.7.0)
7675
execjs (2.2.1)
7776
extlib (0.9.16)
@@ -239,11 +238,10 @@ GEM
239238
simple_form (3.0.2)
240239
actionpack (~> 4.0)
241240
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)
247245
slop (3.5.0)
248246
spring (1.1.3)
249247
sprockets (2.11.0)
@@ -309,7 +307,7 @@ DEPENDENCIES
309307
sendgrid
310308
sidekiq
311309
simple_form
312-
simplecov
310+
simplecov (~> 0.7.1)
313311
spring
314312
therubyracer
315313
turbolinks

0 commit comments

Comments
 (0)