Skip to content

Commit e958882

Browse files
committed
Better order of dependencies
Put more important runtime dependencies at the top and sort alphabetically.
1 parent af999e2 commit e958882

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mail_interceptor.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Gem::Specification.new do |spec|
1717
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
1818
spec.require_paths = ["lib"]
1919

20+
spec.add_runtime_dependency "activesupport"
2021
spec.add_development_dependency "bundler"
21-
spec.add_development_dependency "rake"
2222
spec.add_development_dependency "minitest"
23-
spec.add_runtime_dependency "activesupport"
2423
spec.add_development_dependency "mocha"
24+
spec.add_development_dependency "rake"
2525
end

0 commit comments

Comments
 (0)