Bump parallel dependency

This commit is contained in:
Markus Schirp 2014-08-10 14:59:52 +00:00
parent 4b0bf986be
commit fb895069bd

View file

@ -37,7 +37,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency('inflecto', '~> 0.0.2')
gem.add_runtime_dependency('anima', '~> 0.2.0')
gem.add_runtime_dependency('concord', '~> 0.1.5')
gem.add_runtime_dependency('parallel', '~> 1.1.1')
gem.add_runtime_dependency('parallel', '~> 1.2.0')
gem.add_development_dependency('bundler', '~> 1.3', '>= 1.3.5')
end