lib/bundler/capistrano.rb in bundler-1.11.2 vs lib/bundler/capistrano.rb in bundler-1.12.0.pre.1

- old
+ new

@@ -1,4 +1,5 @@ +# frozen_string_literal: true # Capistrano task for Bundler. # # Just add "require 'bundler/capistrano'" in your Capistrano deploy.rb, and # Bundler will be activated after each new deployment. require "bundler/deployment"