Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump premailer version #254

Closed
rex-remind101 opened this issue Jul 5, 2020 · 2 comments
Closed

bump premailer version #254

rex-remind101 opened this issue Jul 5, 2020 · 2 comments

Comments

@rex-remind101
Copy link

This gem relies on a very old version of premailer, namely one that includes hpricot whose hpricot_slate_method_added magic causes issues with sorbet. Please update this dependency to use a more recent version of premailer.

@fphilipe
Copy link
Owner

fphilipe commented Jul 6, 2020

This is the dependency definition:

s.add_dependency 'premailer', '~> 1.7', '>= 1.7.9'

premailer is currently at 1.11.1. If you do a fresh install of premailer-rails, it will install the latest premailer version. Thus, you should be able to simply run bundle update premailer to get a newer version of premailer in your project.

@fphilipe fphilipe closed this as completed Jul 6, 2020
@rex-remind101
Copy link
Author

Thank you for the quick and educational reply, new ecosystem I'm working in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants