Skip to content

Commit

Permalink
remove require pry from simplecov.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Somar Melkhem committed Aug 17, 2018
1 parent 6c1fd39 commit 896c592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simplecov-html.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require "fileutils"
require "digest/sha1"
require "time"
require "pry"

# Ensure we are using a compatible version of SimpleCov
major, minor, patch = SimpleCov::VERSION.scan(/\d+/).first(3).map(&:to_i)
if major < 0 || minor < 9 || patch < 0
Expand Down

0 comments on commit 896c592

Please sign in to comment.