maybe if I require differently it will work?
This commit is contained in:
parent
bf9916d83b
commit
a6979eb39e
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -1,7 +1,7 @@
|
|||
source 'http://rubygems.org'
|
||||
|
||||
gem 'dotenv-rails', :groups => [:development, :test]
|
||||
gem 'dotenv-deployment'
|
||||
gem 'dotenv-deployment', require: 'dotenv/deployment'
|
||||
|
||||
gem 'rails', '= 3.2.18'
|
||||
#gem 'sqlite3-ruby', '~> 1.3.1', :require => 'sqlite3'
|
||||
|
|
Loading…
Reference in a new issue