Skip to content

Commit

Permalink
Update development dependencies in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
elskwid committed Feb 25, 2017
1 parent cae7a8e commit ed58c21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rom-csv.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'rom', '~> 3.0'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rake', '10.3'
spec.add_development_dependency 'rspec', '~> 3.5'
spec.add_development_dependency 'rubocop', '~> 0.28.0'
end

0 comments on commit ed58c21

Please sign in to comment.