lib/potassium/recipes/heroku.rb in potassium-3.0.0 vs lib/potassium/recipes/heroku.rb in potassium-5.1.1
- old
+ new
@@ -34,12 +34,11 @@
private
def add_heroku
gather_gems(:production) do
gather_gem('rails_stdout_logging')
+ gather_gem('heroku-stage')
end
-
- gather_gem 'heroku-stage'
copy_file '../assets/Procfile', 'Procfile'
copy_file '../assets/.buildpacks', '.buildpacks'
template "../assets/bin/setup_heroku.erb", "bin/setup_heroku", force: true