Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Gervasi committed Aug 10, 2015
1 parent 0933deb commit 3477fdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions broken_record.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'bundler', '~> 1.3'

spec.add_runtime_dependency 'rake', '>= 10.1.10'
spec.add_runtime_dependency 'parallel', '>= 1.2.3'
spec.add_runtime_dependency 'colorize', '>= 0.5.8'
spec.add_runtime_dependency 'rake', '~> 10.1', '>= 10.1.10'
spec.add_runtime_dependency 'parallel', '~> 1.2', '>= 1.2.3'
spec.add_runtime_dependency 'colorize', '~> 0.5', '>= 0.5.8'
end

0 comments on commit 3477fdc

Please sign in to comment.