summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-11 19:30:56 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-11 19:30:56 +0100
commitaf49b3390ce352297c3b601c69b6b0557a9ae01d (patch)
tree65d4537721f90327c490b43af845625f16ac987b /Gemfile
parent697477cca48c8402c6d8e1df73d5c8c902c582ee (diff)
Load the production database configuration from the system odbc.ini file.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 8609613..d505227 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,6 +8,7 @@ gem 'cancan'
gem 'state_machine'
gem 'acts_as_list'
gem 'dalli' # memcached
+gem 'inifile'
# Useful Rails 4 stuff
#