Skip to content

Commit

Permalink
Require 'tempfile' to avoid errors with GPG encryption. Closes backup#53
Browse files Browse the repository at this point in the history
  • Loading branch information
fmluizao committed Oct 19, 2010
1 parent c745ce4 commit f9a4487
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/backup/adapters/base.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'tempfile'

module Backup
module Adapters
class Base
Expand Down

0 comments on commit f9a4487

Please sign in to comment.