diff options
| author | Alban Peignier | 2016-11-20 23:16:17 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2016-11-20 23:29:31 +0100 | 
| commit | 0cbd28d1f0c97f99ab2ffcd60e197fc7d8e05731 (patch) | |
| tree | b5538f5d7299c5cdecd26d26f61dcec9f38eb523 | |
| parent | 65c8a96a00f8d3afbd02cfb019b34f39ad44bc3e (diff) | |
| download | chouette-core-0cbd28d1f0c97f99ab2ffcd60e197fc7d8e05731.tar.bz2 | |
Update has_array_of to fix loading problem with cache_classes enabled
| -rw-r--r-- | Gemfile.lock | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Gemfile.lock b/Gemfile.lock index 8ae079b8a..abfb75692 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT  GIT    remote: git@github.com:AF83/has_array_of.git -  revision: e00963f9599035ffa11bf412e6923d7ff74a32f8 +  revision: a6439d93291c7a1ca224ea95a8d39ed101e2f05f    specs:      has_array_of (0.0.1)        activerecord (>= 4.0) | 
