diff --git a/Gemfile b/Gemfile index 05b5286..c1ff119 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.2.0" +gem 'actionmailer_inline_css', "~> 1.3.0" platform :ruby do gem 'bson_ext', '~> 1.3.1' diff --git a/Gemfile.lock b/Gemfile.lock index b28d941..6ddccb3 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.2.0) + actionmailer_inline_css (1.3.0) actionmailer (>= 3.0.0) nokogiri (>= 1.4.4) premailer (>= 1.7.1) @@ -214,7 +214,7 @@ PLATFORMS DEPENDENCIES SystemTimer - actionmailer_inline_css (~> 1.2.0) + actionmailer_inline_css (~> 1.3.0) bson_ext (~> 1.3.1) database_cleaner (~> 0.6.0) devise (~> 1.4.0) -- libgit2 0.21.2