Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Update mail
Browse files Browse the repository at this point in the history
  • Loading branch information
iSarCasm committed Feb 14, 2018
1 parent bf3b9a3 commit ce6cba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ A phishing toolkit for generating and sending phishing emails.
* [liquid] ~> 2.4
* [nokogiri] ~> 1.8
* [chars] ~> 0.2
* [mail] ~> 2.5
* [mail] ~> 2.7

## Install

Expand Down
2 changes: 1 addition & 1 deletion tackle_box.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'liquid', '~> 2.4'
gem.add_dependency 'nokogiri', '~> 1.8'
gem.add_dependency 'chars', '~> 0.2'
gem.add_dependency 'mail', '~> 2.5'
gem.add_dependency 'mail', '~> 2.7'

gem.add_development_dependency 'bundler', '~> 1.0'
end

0 comments on commit ce6cba7

Please sign in to comment.