Skip to content

Commit

Permalink
relax timecop development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
teeparham committed May 24, 2013
1 parent 1a8c021 commit 125c337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion von.gemspec
Expand Up @@ -26,5 +26,5 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'minitest', '~> 3.0.0'
gem.add_development_dependency 'fakeredis', '~> 0.4.1'
gem.add_development_dependency 'mocha', '~> 0.11.4'
gem.add_development_dependency 'timecop', '~> 0.5.9.1'
gem.add_development_dependency 'timecop', '>= 0.5.9.1'
end

0 comments on commit 125c337

Please sign in to comment.