forked from External/greenlight
GRN2-164: Switched the default database to Postgres (#952)
* Switched the default database to Postgres * Uncomment DB variables in sample.env
This commit is contained in:
@ -292,6 +292,7 @@ GEM
|
||||
sprockets (> 3.0)
|
||||
sprockets-rails
|
||||
tilt
|
||||
sequel (5.29.0)
|
||||
shoulda-matchers (3.1.3)
|
||||
activesupport (>= 4.0.0)
|
||||
simplecov (0.16.1)
|
||||
@ -387,6 +388,7 @@ DEPENDENCIES
|
||||
rspec-rails (~> 3.7)
|
||||
rubocop
|
||||
sassc-rails
|
||||
sequel
|
||||
shoulda-matchers (~> 3.1)
|
||||
spring
|
||||
spring-watcher-listen (~> 2.0.0)
|
||||
|
Reference in New Issue
Block a user