Skip to content

Commit

Permalink
Merge pull request #35 from lotus/add-tilt-dep-gemspec
Browse files Browse the repository at this point in the history
Add tilt as dependency

Resolve #35
  • Loading branch information
Trung Lê committed Sep 22, 2015
2 parents 8cb2e83 + ea24384 commit 56228f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lotus-mailer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'lotus-utils', '~> 0.5'
spec.add_dependency 'tilt', '~> 2.0', '>= 2.0.1'
spec.add_dependency 'mail'

spec.add_development_dependency 'bundler', '~> 1.10'
Expand Down

0 comments on commit 56228f4

Please sign in to comment.