Skip to content
Snippets Groups Projects
Verified Commit 254c8200 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Use activerecord_sane_schema_dumper


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 7c07c07d
No related branches found
No related tags found
1 merge request!6827Use activerecord_sane_schema_dumper
Pipeline #
Loading
@@ -262,6 +262,8 @@ group :development do
Loading
@@ -262,6 +262,8 @@ group :development do
   
# thin instead webrick # thin instead webrick
gem 'thin', '~> 1.7.0' gem 'thin', '~> 1.7.0'
gem 'activerecord_sane_schema_dumper', '0.2'
end end
   
group :development, :test do group :development, :test do
Loading
Loading
Loading
@@ -38,6 +38,8 @@ GEM
Loading
@@ -38,6 +38,8 @@ GEM
multi_json (~> 1.11, >= 1.11.2) multi_json (~> 1.11, >= 1.11.2)
rack (>= 1.5.2, < 3) rack (>= 1.5.2, < 3)
railties (>= 4.0, < 5.1) railties (>= 4.0, < 5.1)
activerecord_sane_schema_dumper (0.2)
rails (>= 4, < 5)
activesupport (4.2.7.1) activesupport (4.2.7.1)
i18n (~> 0.7) i18n (~> 0.7)
json (~> 1.7, >= 1.7.7) json (~> 1.7, >= 1.7.7)
Loading
@@ -805,6 +807,7 @@ DEPENDENCIES
Loading
@@ -805,6 +807,7 @@ DEPENDENCIES
RedCloth (~> 4.3.2) RedCloth (~> 4.3.2)
ace-rails-ap (~> 4.1.0) ace-rails-ap (~> 4.1.0)
activerecord-session_store (~> 1.0.0) activerecord-session_store (~> 1.0.0)
activerecord_sane_schema_dumper (= 0.2)
acts-as-taggable-on (~> 4.0) acts-as-taggable-on (~> 4.0)
addressable (~> 2.3.8) addressable (~> 2.3.8)
after_commit_queue (~> 1.3.0) after_commit_queue (~> 1.3.0)
Loading
Loading
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment