Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Update gems: mail (fixed Security advisory: mikel/mail#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
buren committed May 10, 2017
1 parent 3baf83a commit 11bf980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ gem 'frilans_finans_api', path: 'lib/frilans_finans_api' # Interact with Frilans

# NOTIFICATIONS
gem 'email_reply_parser', '~> 0.5' # Parse reply emails
gem 'mail', '~> 2.6' # General email functionality
gem 'mail', '2.6.6.rc1' # NOTE: We need to specify rc1 due to a security advisory, though we should update it as soon as a non-RC is published, General email functionality
gem 'twilio-ruby', '~> 4.13' # Send SMS notifications

# GEO/LOCALE/LANGUAGE UTILS
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ GEM
railties (>= 4, <= 5.1.0)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mail (2.6.5)
mail (2.6.6.rc1)
mime-types (>= 1.16, < 4)
maruku (0.7.3)
memoist (0.15.0)
Expand Down Expand Up @@ -778,7 +778,7 @@ DEPENDENCIES
letter_opener (~> 1.4)
listen (~> 3.1)
lograge (~> 0.5)
mail (~> 2.6)
mail (= 2.6.6.rc1)
mailcheck!
maruku (~> 0.7)
memory_profiler (~> 0.9)
Expand Down

0 comments on commit 11bf980

Please sign in to comment.