diff options
-rw-r--r-- | Gemfile | 3 | ||||
-rw-r--r-- | Gemfile.lock | 5 |
2 files changed, 8 insertions, 0 deletions
@@ -79,6 +79,9 @@ gem 'unicorn' gem 'thin' +# Backup https://github.com/meskyanichi/backup +gem 'backup' + # Local Variables: # mode: ruby # End: diff --git a/Gemfile.lock b/Gemfile.lock index 6bb234f..64b9f6f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,6 +31,9 @@ GEM acts_as_list (0.1.9) addressable (2.3.2) arel (3.0.2) + backup (3.0.27) + open4 (~> 1.3.0) + thor (>= 0.15.4, < 2) bcrypt-ruby (3.0.1) better_errors (0.3.2) coderay (>= 1.0.0) @@ -119,6 +122,7 @@ GEM multi_json (1.5.0) mysql2 (0.3.11) nokogiri (1.5.6) + open4 (1.3.0) polyglot (0.3.3) private_pub (1.0.3) faye @@ -201,6 +205,7 @@ PLATFORMS DEPENDENCIES acts_as_list + backup bcrypt-ruby better_errors binding_of_caller |