Skip to content

Commit

Permalink
relax fakeredis development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
teeparham committed May 24, 2013
1 parent ea111da commit c8327f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion von.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |gem|

gem.add_development_dependency 'rake', '~> 10.0.3'
gem.add_development_dependency 'minitest', '~> 3.0.0'
gem.add_development_dependency 'fakeredis', '~> 0.4.1'
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'
end

0 comments on commit c8327f3

Please sign in to comment.