From 0db8a0389ae2b951b1c8337bb481f45bcc79cd1c Mon Sep 17 00:00:00 2001 From: Tyler Mercier Date: Tue, 23 Jul 2013 12:01:00 -0600 Subject: add dotenv to prod. update config files --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 90823a4..f4f2dc8 100644 --- a/Gemfile +++ b/Gemfile @@ -28,6 +28,7 @@ gem 'turbolinks' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 1.2' gem 'gibbon' +gem 'dotenv-rails' group :doc do # bundle exec rake doc:rails generates the API under doc/api. @@ -44,7 +45,6 @@ group :development, :test do gem 'rspec-fakes' gem 'teaspoon' gem 'capybara' - gem 'dotenv-rails' gem 'database_cleaner' gem 'selenium-webdriver' gem 'simplecov' -- cgit v1.2.3