added nulldb gem (rake assets:precompile without db for docker images)
This commit is contained in:
parent
8c29d9fb55
commit
04e2d8ccc7
2 changed files with 4 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -12,6 +12,7 @@ gem 'activerecord-session_store'
|
|||
gem 'json'
|
||||
|
||||
# Supported DBs
|
||||
gem 'activerecord-nulldb-adapter', group: :nulldb
|
||||
gem 'mysql2', group: :mysql
|
||||
gem 'pg', group: :postgres
|
||||
|
||||
|
|
|
@ -30,6 +30,8 @@ GEM
|
|||
activemodel (= 4.2.7.1)
|
||||
activesupport (= 4.2.7.1)
|
||||
arel (~> 6.0)
|
||||
activerecord-nulldb-adapter (0.3.6)
|
||||
activerecord (>= 2.0.0)
|
||||
activerecord-session_store (1.0.0)
|
||||
actionpack (>= 4.0, < 5.1)
|
||||
activerecord (>= 4.0, < 5.1)
|
||||
|
@ -390,6 +392,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
activerecord-nulldb-adapter
|
||||
activerecord-session_store
|
||||
autoprefixer-rails
|
||||
biz
|
||||
|
|
Loading…
Reference in a new issue