diff options
author | Heinrich Lee Yu <heinrich@gitlab.com> | 2019-08-19 17:27:04 +0800 |
---|---|---|
committer | Heinrich Lee Yu <heinrich@gitlab.com> | 2019-08-19 17:27:04 +0800 |
commit | 4ee5272939eb8fe5016bb30419e1cf3ef66a87bf (patch) | |
tree | c69cc4482e71981f294ffe1ccbb9d63ecb16688a /Gemfile.lock | |
parent | 224db2f8901964a34851018dd93b962a45a3032f (diff) | |
download | gitlab-ce-4ee5272939eb8fe5016bb30419e1cf3ef66a87bf.tar.gz |
Remove active_record_sane_schema_dumper gem
We don't need this since this is already the default
behavior of Rails since 5.1
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index fcc0fb64897..d8f7ca994da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,8 +41,6 @@ GEM activerecord-explain-analyze (0.1.0) activerecord (>= 4) pg - activerecord_sane_schema_dumper (1.0) - rails (>= 5, < 6) activestorage (5.2.3) actionpack (= 5.2.3) activerecord (= 5.2.3) @@ -1028,7 +1026,6 @@ DEPENDENCIES ace-rails-ap (~> 4.1.0) acme-client (~> 2.0.2) activerecord-explain-analyze (~> 0.1) - activerecord_sane_schema_dumper (= 1.0) acts-as-taggable-on (~> 6.0) addressable (~> 2.5.2) akismet (~> 2.0) |