From d83f4709dfa7dc9862e8f0be4c20e6eeb4ae12ef Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Sat, 17 Sep 2011 02:08:09 +0800 Subject: [PATCH] Bumped actionmailer_inline_css (now has premailer workaround to support UTF-8) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 730560d..05b5286 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'octokit' gem 'inherited_resources' gem 'SystemTimer', :platform => :ruby_18 gem 'hoptoad_notifier', "~> 2.4" -gem 'actionmailer_inline_css', "~> 1.1.0" +gem 'actionmailer_inline_css', "~> 1.2.0" platform :ruby do gem 'bson_ext', '~> 1.3.1' diff --git a/Gemfile.lock b/Gemfile.lock index 728ac6e..b28d941 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GEM actionmailer (3.0.10) actionpack (= 3.0.10) mail (~> 2.2.19) - actionmailer_inline_css (1.1.0) + actionmailer_inline_css (1.2.0) actionmailer (>= 3.0.0) nokogiri (>= 1.4.4) premailer (>= 1.7.1) @@ -214,7 +214,7 @@ PLATFORMS DEPENDENCIES SystemTimer - actionmailer_inline_css (~> 1.1.0) + actionmailer_inline_css (~> 1.2.0) bson_ext (~> 1.3.1) database_cleaner (~> 0.6.0) devise (~> 1.4.0) -- libgit2 0.21.2