aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGuillaume2017-11-13 11:59:46 +0100
committerGuillaume2017-11-13 12:00:35 +0100
commit834a486b3c0cd9d2dbdae3588d9464f2f9d7287e (patch)
treeb1c8e84111dddf91f38917d5619d4f157660ae1c /Gemfile
parent3b3d3252aa514fbd5b2c12a6cc0a2825d9d8b12e (diff)
downloadchouette-core-834a486b3c0cd9d2dbdae3588d9464f2f9d7287e.tar.bz2
add seedbank gems for spliting seeds, update objectid_format in seeds files, add objectid_format to stif initializers
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index f03fb971b..88fd635ea 100644
--- a/Gemfile
+++ b/Gemfile
@@ -35,6 +35,9 @@ gem 'has_array_of', af83: 'has_array_of'
gem 'rails-observers'
+# Use SeedBank for spliting seeds
+gem 'seedbank'
+
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'