Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-10-12 15:51:29 +0300
committerRémy Coutable <remy@rymai.me>2016-10-12 15:51:29 +0300
commit254c8200ef185ad1c45db50c0141785bbb8238ff (patch)
tree1a995b9201a74ff0f55a46c92679efea477e4635 /Gemfile
parent7c07c07d7a2b93ab81964b9cd28736652da1370a (diff)
Use activerecord_sane_schema_dumper
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index c5f1ce26daf..9d98a34a0d5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -262,6 +262,8 @@ group :development do
# thin instead webrick
gem 'thin', '~> 1.7.0'
+
+ gem 'activerecord_sane_schema_dumper', '0.2'
end
group :development, :test do