Skip to content

Commit

Permalink
Merge pull request publify#206 from antonfefilov/patch-1
Browse files Browse the repository at this point in the history
Update Gemfile.heroku with 'twitter' gem dependency
  • Loading branch information
Frédéric de Villamil committed Aug 3, 2013
2 parents 093ec5e + fc03d9d commit 30b135f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile.heroku
Expand Up @@ -23,6 +23,7 @@ gem 'fog'
gem 'recaptcha', :require => 'recaptcha/rails', :branch => 'rails3'
gem 'carrierwave'
gem 'akismet', '~> 1.0'
gem 'twitter'

gem 'prototype-rails', '~> 3.2.1'
gem 'prototype_legacy_helper', '0.0.0', :git => 'http://github.com/rails/prototype_legacy_helper.git'
Expand All @@ -41,4 +42,4 @@ end
# Install gems from each theme
Dir.glob(File.join(File.dirname(__FILE__), 'themes', '**', "Gemfile")) do |gemfile|
eval(IO.read(gemfile), binding)
end
end

0 comments on commit 30b135f

Please sign in to comment.