From 7ed3c38a837e04143c51227e7c1febf2d310d8dc Mon Sep 17 00:00:00 2001 From: henning mueller Date: Sat, 5 Apr 2014 19:23:16 +0200 Subject: [PATCH] Use yaml_db from fork from GitHub to work with rails4. --- Gemfile | 3 ++- Gemfile.lock | 9 +++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5b5c322..c41ed8d 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,8 @@ gem 'simple_form', # DRY forms gem 'turbolinks' # Load links with JS gem 'warden', # Rack authentication github: 'hassox/warden' -gem 'yaml_db' # Database dump +gem 'yaml_db', # Database dump + github: 'jetthoughts/yaml_db' group :assets do gem 'coffee-rails' diff --git a/Gemfile.lock b/Gemfile.lock index aa8dd01..5698688 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,6 +13,12 @@ GIT warden (1.2.3) rack (>= 1.0) +GIT + remote: git://github.com/jetthoughts/yaml_db.git + revision: 5f73cbd14adee939adf08574ec3bf6e05ee55889 + specs: + yaml_db (0.2.3) + GIT remote: git://github.com/plataformatec/devise-encryptable.git revision: 803d30fb267f3be9fa626c8a93d9a893acc931a0 @@ -284,7 +290,6 @@ GEM uglifier (2.4.0) execjs (>= 0.3.0) json (>= 1.8.0) - yaml_db (0.2.3) PLATFORMS ruby @@ -335,4 +340,4 @@ DEPENDENCIES turbolinks uglifier warden! - yaml_db + yaml_db!