Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Use yaml_db from fork from GitHub to work with rails4.
Browse files Browse the repository at this point in the history
  • Loading branch information
nning committed Apr 5, 2014
1 parent a8377db commit 7ed3c38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
9 changes: 7 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -284,7 +290,6 @@ GEM
uglifier (2.4.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
yaml_db (0.2.3)

PLATFORMS
ruby
Expand Down Expand Up @@ -335,4 +340,4 @@ DEPENDENCIES
turbolinks
uglifier
warden!
yaml_db
yaml_db!

0 comments on commit 7ed3c38

Please sign in to comment.