lib/potassium/recipes/heroku.rb in potassium-6.4.0 vs lib/potassium/recipes/heroku.rb in potassium-6.5.0
- old
+ new
@@ -22,17 +22,16 @@
def install
add_heroku
end
def installed?
- gem_exists?(/rails_stdout_logging/)
+ gem_exists?(/heroku-stage/)
end
private
def add_heroku
gather_gems(:production) do
- gather_gem('rails_stdout_logging')
gather_gem('heroku-stage')
end
copy_file '../assets/Procfile', 'Procfile'
copy_file '../assets/.buildpacks', '.buildpacks'