diff --git a/Gemfile b/Gemfile index 5e3fb6ba9ed5..3f3e9d7bebcf 100644 --- a/Gemfile +++ b/Gemfile @@ -113,7 +113,7 @@ gem "ruby-duration", "~> 3.2.0" # `config/initializers/mail_starttls_patch.rb` has also been patched to # fix STARTTLS handling until https://github.com/mikel/mail/pull/1536 is # released. -gem "mail", "= 2.8.1" +gem "mail", "= 2.9.0" gem "csv", "~> 3.3" @@ -165,7 +165,7 @@ gem "ttfunk", "~> 1.7.0" # remove after https://github.com/prawnpdf/prawn/issues # prawn implicitly depends on matrix gem no longer in ruby core with 3.1 gem "matrix", "~> 0.4.2" -gem "meta-tags", "~> 2.22.0" +gem "meta-tags", "~> 2.22.2" gem "paper_trail", "~> 15.2.0"