From 2f711637fce178c0979515c3663ad449d046e64f Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Sat, 20 Sep 2014 18:35:35 +0300 Subject: [PATCH] Use a fork of yaml_db --- Gemfile | 2 ++ Gemfile.lock | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/Gemfile b/Gemfile index 2d33368..7f95bac 100644 --- a/Gemfile +++ b/Gemfile @@ -37,6 +37,8 @@ gem 'puma' gem 'globalize', '~> 4.0.2' +gem 'yaml_db', github: 'jetthoughts/yaml_db', ref: 'fb4b6bd7e12de3cffa93e0a298a1e5253d7e92ba' + gem 'bootstrap-sass' gem 'bootstrap-sass-extras' gem 'bootswatch-rails' diff --git a/Gemfile.lock b/Gemfile.lock index d0e3d61..97d995f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,6 +7,13 @@ GIT rails (>= 4.0.0) simple_form (~> 3.0) +GIT + remote: git://github.com/jetthoughts/yaml_db.git + revision: fb4b6bd7e12de3cffa93e0a298a1e5253d7e92ba + ref: fb4b6bd7e12de3cffa93e0a298a1e5253d7e92ba + specs: + yaml_db (0.2.3) + GEM remote: https://rubygems.org/ specs: @@ -303,3 +310,4 @@ DEPENDENCIES sqlite3 therubyracer uglifier + yaml_db!