Skip to content

Commit

Permalink
remove mailer1.3 dep to favour customized mailer2
Browse files Browse the repository at this point in the history
  • Loading branch information
FLemon committed Dec 3, 2024
1 parent 43fe333 commit a21bea5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion hanami.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Gem::Specification.new do |spec|
spec.add_dependency 'hanami-validations', '>= 1.3', '< 3'
spec.add_dependency 'hanami-view', '~> 1.3'
spec.add_dependency 'hanami-helpers', '~> 1.3'
spec.add_dependency 'hanami-mailer', '~> 1.3'
spec.add_dependency 'hanami-assets', '~> 1.3'
spec.add_dependency 'dry-cli', '~> 0.5'
spec.add_dependency 'concurrent-ruby', '~> 1.0'
Expand Down
2 changes: 0 additions & 2 deletions lib/hanami/frameworks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
require 'hanami/controller'
require 'hanami/action/glue'
require 'hanami/action/csrf_protection'
require 'hanami/mailer'
require 'hanami/mailer/glue'
require 'hanami/assets'

Hanami::Controller.configure do
Expand Down

0 comments on commit a21bea5

Please sign in to comment.