Skip to content

Commit

Permalink
Fix LoadError addressable with Addressable 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
deraru committed Mar 10, 2017
1 parent 5ac7034 commit eef7875
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Premailer CHANGELOG

### Version 1.10.2

* Fix LoadError addressable with Addressable 2.3.8

### Version 1.10.1

* Depends on css_parser 1.4.10.
Expand Down
2 changes: 1 addition & 1 deletion lib/premailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'open-uri'
require 'digest/md5'
require 'cgi'
require 'addressable'
require 'addressable/uri'
require 'css_parser'

require 'premailer/adapter'
Expand Down
2 changes: 1 addition & 1 deletion lib/premailer/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Premailer
# Premailer version.
VERSION = '1.10.1'.freeze
VERSION = '1.10.2'.freeze
end

0 comments on commit eef7875

Please sign in to comment.