aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorXinhui2016-10-19 12:19:52 +0200
committerXinhui2016-10-19 15:24:34 +0200
commit3416c562e3b139594b7cd267cf32f03b3982fcc0 (patch)
tree0d61b24637ec5d55507083c6cf3eea191f4938aa /Gemfile
parentdf75d5a41d71b06a12285153b7fb6616e575341b (diff)
downloadchouette-core-3416c562e3b139594b7cd267cf32f03b3982fcc0.tar.bz2
Model ReferentialMetadata
Refs #1782
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 7daf1b77e..ed8cb52ff 100644
--- a/Gemfile
+++ b/Gemfile
@@ -21,6 +21,8 @@ gem 'sdoc', '~> 0.4.0', group: :doc
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring', group: :development
+# ActiveRecord associations on top of PostgreSQL arrays
+gem 'has_array_of', git: 'git@github.com:AF83/has_array_of.git'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'