Skip to content

Commit fd23449

Browse files
Bump mail from 2.8.1 to 2.9.0 (#6065)
Bumps [mail](https://github.com/mikel/mail) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/mikel/mail/releases) - [Changelog](https://github.com/mikel/mail/blob/master/CHANGELOG.rdoc) - [Commits](mikel/mail@2.8.1...2.9.0) --- updated-dependencies: - dependency-name: mail dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d645c09 commit fd23449

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gem "gravtastic", "~> 3.2"
2424
gem "honeybadger", "~> 6.1.3", require: false
2525
gem "http_accept_language", "~> 2.1"
2626
gem "kaminari", "~> 1.2"
27-
gem "mail", "~> 2.8"
27+
gem "mail", "~> 2.9"
2828
gem "octokit", "~> 10.0"
2929
gem "omniauth-github", "~> 2.0"
3030
gem "omniauth", "~> 2.1"

Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,8 @@ GEM
448448
view_component (>= 2.0)
449449
yard (~> 0.9)
450450
zeitwerk (~> 2.5)
451-
mail (2.8.1)
451+
mail (2.9.0)
452+
logger
452453
mini_mime (>= 0.1.1)
453454
net-imap
454455
net-pop
@@ -973,7 +974,7 @@ DEPENDENCIES
973974
listen (~> 3.9)
974975
local_time (~> 3.0)
975976
lookbook (~> 2.3)
976-
mail (~> 2.8)
977+
mail (~> 2.9)
977978
maintenance_tasks (~> 2.12)
978979
memory_profiler (~> 1.1)
979980
minitest (~> 5.26)
@@ -1203,7 +1204,7 @@ CHECKSUMS
12031204
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
12041205
loofah (2.24.1) sha256=655a30842b70ec476410b347ab1cd2a5b92da46a19044357bbd9f401b009a337
12051206
lookbook (2.3.13) sha256=acfa04a1ba7a87b057c222d78a2d72763546f52549e97590993344c8373f6d21
1206-
mail (2.8.1) sha256=ec3b9fadcf2b3755c78785cb17bc9a0ca9ee9857108a64b6f5cfc9c0b5bfc9ad
1207+
mail (2.9.0) sha256=6fa6673ecd71c60c2d996260f9ee3dd387d4673b8169b502134659ece6d34941
12071208
maintenance_tasks (2.12.0) sha256=f236ca6dc35e579692b61b42368d73f0e201cc33585ff62ebcc5bef15ad0f1a7
12081209
marcel (1.1.0) sha256=fdcfcfa33cc52e93c4308d40e4090a5d4ea279e160a7f6af988260fa970e0bee
12091210
matrix (0.4.2) sha256=71083ccbd67a14a43bfa78d3e4dc0f4b503b9cc18e5b4b1d686dc0f9ef7c4cc0

0 commit comments

Comments
 (0)