Navigation Menu

Skip to content

Commit

Permalink
Pin SimpleCov to working version until #36 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
infertux committed Mar 27, 2018
1 parent d07b998 commit a968e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,6 +2,6 @@

source "https://rubygems.org"

# gem 'simplecov', path: '../simplecov'
# gem "simplecov", path: "../simplecov"

gemspec
2 changes: 1 addition & 1 deletion bashcov.gemspec
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 2.3.0"

gem.add_dependency "simplecov", "~> 0.15"
gem.add_dependency "simplecov", "0.15.1"

gem.add_development_dependency "aruba", "~> 0.14.3"
gem.add_development_dependency "coveralls"
Expand Down

0 comments on commit a968e17

Please sign in to comment.