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