maybe if I require differently it will work?

This commit is contained in:
Emi Matchu 2014-09-11 21:35:04 -05:00
parent bf9916d83b
commit a6979eb39e

View file

@ -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'