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