summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Lee Yu <heinrich@gitlab.com>2019-08-19 17:27:04 +0800
committerHeinrich Lee Yu <heinrich@gitlab.com>2019-08-19 17:27:04 +0800
commit4ee5272939eb8fe5016bb30419e1cf3ef66a87bf (patch)
treec69cc4482e71981f294ffe1ccbb9d63ecb16688a
parent224db2f8901964a34851018dd93b962a45a3032f (diff)
downloadgitlab-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
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock3
2 files changed, 0 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index a91399ab3ad..59aa67e642e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -375,8 +375,6 @@ group :development, :test do
gem 'license_finder', '~> 5.4', require: false
gem 'knapsack', '~> 1.17'
- gem 'activerecord_sane_schema_dumper', '1.0'
-
gem 'stackprof', '~> 0.2.10', require: false
gem 'simple_po_parser', '~> 1.1.2', require: false
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)