diff options
| author | Xinhui | 2016-10-19 12:19:52 +0200 | 
|---|---|---|
| committer | Xinhui | 2016-10-19 15:24:34 +0200 | 
| commit | 3416c562e3b139594b7cd267cf32f03b3982fcc0 (patch) | |
| tree | 0d61b24637ec5d55507083c6cf3eea191f4938aa /Gemfile | |
| parent | df75d5a41d71b06a12285153b7fb6616e575341b (diff) | |
| download | chouette-core-3416c562e3b139594b7cd267cf32f03b3982fcc0.tar.bz2 | |
Model ReferentialMetadata
Refs #1782
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -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'  | 
