Skip to content

Commit

Permalink
Enforce more recent version of Lockfile gem for #185
Browse files Browse the repository at this point in the history
  • Loading branch information
colszowka committed Sep 11, 2013
1 parent bd31f5f commit 94086e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplecov.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.license = "MIT"

gem.add_dependency 'multi_json'
gem.add_dependency 'lockfile'
gem.add_dependency 'lockfile', '>= 2.1.0'
gem.add_dependency 'simplecov-html', '~> 0.7.1'
gem.add_dependency 'docile', '~> 1.1.0'

Expand Down

0 comments on commit 94086e1

Please sign in to comment.