Skip to content

Commit

Permalink
Simplecov version was changed to resolve bugs #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Pbasnal committed Jul 11, 2014
1 parent 644bf80 commit f1b6c25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ group :development, :test do
# Use to clean database after executing a test case
gem 'database_cleaner'
# Use to track how much code has been tested
gem 'simplecov'
gem 'simplecov', '~> 0.7.1'
# Webmock to stub http requests
gem 'webmock'
# VCR to record the responses from web and replay them when needed
Expand Down
12 changes: 5 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ GEM
actionmailer (>= 3.2.6, < 5)
devise (>= 3.2.0)
diff-lcs (1.2.5)
docile (1.1.5)
erubis (2.7.0)
execjs (2.2.1)
extlib (0.9.16)
Expand Down Expand Up @@ -239,11 +238,10 @@ GEM
simple_form (3.0.2)
actionpack (~> 4.0)
activemodel (~> 4.0)
simplecov (0.8.2)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.5.0)
spring (1.1.3)
sprockets (2.11.0)
Expand Down Expand Up @@ -309,7 +307,7 @@ DEPENDENCIES
sendgrid
sidekiq
simple_form
simplecov
simplecov (~> 0.7.1)
spring
therubyracer
turbolinks
Expand Down

0 comments on commit f1b6c25

Please sign in to comment.