Skip to content

Commit

Permalink
upgrade premailer
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Jun 17, 2024
1 parent d740495 commit db64467
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ gem 'sendgrid-actionmailer'

# Email templating
gem 'sprockets', '~> 3.0'
gem 'premailer', '~> 1.23.0'
gem 'premailer-rails'
gem 'haml-rails'
gem 'sass-rails'
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ GEM
crass (1.0.6)
cronitor (5.0.0)
httparty
css_parser (1.11.0)
css_parser (1.17.1)
addressable
csv (3.3.0)
cucumber (7.1.0)
Expand Down Expand Up @@ -329,9 +329,9 @@ GEM
parallel_tests (4.2.1)
parallel
pg (1.3.4)
premailer (1.15.0)
premailer (1.23.0)
addressable
css_parser (>= 1.6.0)
css_parser (>= 1.12.0)
htmlentities (>= 4.0.0)
premailer-rails (1.11.1)
actionmailer (>= 3)
Expand Down Expand Up @@ -545,6 +545,7 @@ DEPENDENCIES
openssl (~> 3.1.0)
parallel_tests (~> 4.2.1)
pg (~> 1.3.4)
premailer (~> 1.23.0)
premailer-rails
puma (~> 6.4.2)
rack (~> 2.2.8.1)
Expand Down

0 comments on commit db64467

Please sign in to comment.