Skip to content

Commit

Permalink
Bump mail from 2.7.1 to 2.8.0.1
Browse files Browse the repository at this point in the history
Bumps [mail](https://github.com/mikel/mail) from 2.7.1 to 2.8.0.1.
- [Release notes](https://github.com/mikel/mail/releases)
- [Changelog](https://github.com/mikel/mail/blob/master/CHANGELOG.rdoc)
- [Commits](mikel/mail@2.7.1...2.8.0.1)

---
updated-dependencies:
- dependency-name: mail
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 31, 2023
1 parent 866aac1 commit 12df792
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'sqlite3', '~> 1.6.0'
# gem 'mysql2', '~> 0.4.10'

# This can only be removed with Rails 7.0
gem 'mail', '< 2.8.0'
gem 'mail', '< 2.9.0'
gem 'psych', '< 4.0'

# Use SCSS for stylesheets
Expand Down
18 changes: 16 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.3.3)
date_validator (0.12.0)
activemodel (>= 3)
activesupport (>= 3)
Expand Down Expand Up @@ -195,8 +196,11 @@ GEM
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mail (2.8.0.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
Expand All @@ -206,6 +210,15 @@ GEM
mini_racer (0.6.3)
libv8-node (~> 16.10.0.0)
minitest (5.17.0)
net-imap (0.3.4)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
Expand Down Expand Up @@ -372,6 +385,7 @@ GEM
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.11)
timeout (0.3.1)
ttfunk (1.0.3)
tzinfo (1.2.11)
thread_safe (~> 0.1)
Expand Down Expand Up @@ -425,7 +439,7 @@ DEPENDENCIES
kaminari
letter_opener_web
listen
mail (< 2.8.0)
mail (< 2.9.0)
mini_racer
pdf-reader
prawn (~> 0.13.0)
Expand Down

0 comments on commit 12df792

Please sign in to comment.