Use a fork of yaml_db
This commit is contained in:
parent
b726460d65
commit
2f711637fc
2
Gemfile
2
Gemfile
|
@ -37,6 +37,8 @@ gem 'puma'
|
||||||
|
|
||||||
gem 'globalize', '~> 4.0.2'
|
gem 'globalize', '~> 4.0.2'
|
||||||
|
|
||||||
|
gem 'yaml_db', github: 'jetthoughts/yaml_db', ref: 'fb4b6bd7e12de3cffa93e0a298a1e5253d7e92ba'
|
||||||
|
|
||||||
gem 'bootstrap-sass'
|
gem 'bootstrap-sass'
|
||||||
gem 'bootstrap-sass-extras'
|
gem 'bootstrap-sass-extras'
|
||||||
gem 'bootswatch-rails'
|
gem 'bootswatch-rails'
|
||||||
|
|
|
@ -7,6 +7,13 @@ GIT
|
||||||
rails (>= 4.0.0)
|
rails (>= 4.0.0)
|
||||||
simple_form (~> 3.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
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -303,3 +310,4 @@ DEPENDENCIES
|
||||||
sqlite3
|
sqlite3
|
||||||
therubyracer
|
therubyracer
|
||||||
uglifier
|
uglifier
|
||||||
|
yaml_db!
|
||||||
|
|
Loading…
Reference in New Issue