Commit d83f4709dfa7dc9862e8f0be4c20e6eeb4ae12ef

Authored by Nathan Broadbent
1 parent 8ad76e43
Exists in master and in 1 other branch production

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
@@ -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.1.0" 20 +gem 'actionmailer_inline_css', "~> 1.2.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'
@@ -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.1.0) 16 + actionmailer_inline_css (1.2.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.1.0) 217 + actionmailer_inline_css (~> 1.2.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)