Commit d83f4709dfa7dc9862e8f0be4c20e6eeb4ae12ef
1 parent
8ad76e43
Exists in
master
and in
1 other branch
Bumped actionmailer_inline_css (now has premailer workaround to support UTF-8)
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
... | ... | @@ -17,7 +17,7 @@ gem 'octokit' |
17 | 17 | gem 'inherited_resources' |
18 | 18 | gem 'SystemTimer', :platform => :ruby_18 |
19 | 19 | gem 'hoptoad_notifier', "~> 2.4" |
20 | -gem 'actionmailer_inline_css', "~> 1.1.0" | |
20 | +gem 'actionmailer_inline_css', "~> 1.2.0" | |
21 | 21 | |
22 | 22 | platform :ruby do |
23 | 23 | gem 'bson_ext', '~> 1.3.1' | ... | ... |
Gemfile.lock
... | ... | @@ -13,7 +13,7 @@ GEM |
13 | 13 | actionmailer (3.0.10) |
14 | 14 | actionpack (= 3.0.10) |
15 | 15 | mail (~> 2.2.19) |
16 | - actionmailer_inline_css (1.1.0) | |
16 | + actionmailer_inline_css (1.2.0) | |
17 | 17 | actionmailer (>= 3.0.0) |
18 | 18 | nokogiri (>= 1.4.4) |
19 | 19 | premailer (>= 1.7.1) |
... | ... | @@ -214,7 +214,7 @@ PLATFORMS |
214 | 214 | |
215 | 215 | DEPENDENCIES |
216 | 216 | SystemTimer |
217 | - actionmailer_inline_css (~> 1.1.0) | |
217 | + actionmailer_inline_css (~> 1.2.0) | |
218 | 218 | bson_ext (~> 1.3.1) |
219 | 219 | database_cleaner (~> 0.6.0) |
220 | 220 | devise (~> 1.4.0) | ... | ... |