Skip to content

Commit

Permalink
Alphabetical order of dependencies
Browse files Browse the repository at this point in the history
    * saj_collector.gemspec:
  • Loading branch information
jwillemsen committed Jan 14, 2020
1 parent 981ab5a commit 8b76b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saj_collector.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }

spec.add_dependency 'pvoutput', '~> 0.4.0'
spec.add_dependency 'ipaddress'
spec.add_dependency 'pvoutput', '~> 0.4.0'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit 8b76b21

Please sign in to comment.