Make use of dotenv

This commit is contained in:
Henne Vogelsang 2016-04-22 16:14:41 +02:00
parent fee8adba4b
commit d79a9b6fc1
4 changed files with 60 additions and 0 deletions

View file

@ -171,6 +171,10 @@ gem 'ruby-oembed'
# for uploading images to the cloud
gem 'cloudinary'
# for setting app configuration in the environment
gem 'dotenv-rails'
# Use guard and spring for testing in development
group :development do
# to launch specs when files are modified
gem 'guard-rspec', '~> 4.2.8'