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:
authorHeinrich Lee Yu <heinrich@gitlab.com>2019-08-19 12:27:04 +0300
committerHeinrich Lee Yu <heinrich@gitlab.com>2019-08-19 12:27:04 +0300
commit4ee5272939eb8fe5016bb30419e1cf3ef66a87bf (patch)
treec69cc4482e71981f294ffe1ccbb9d63ecb16688a /Gemfile
parent224db2f8901964a34851018dd93b962a45a3032f (diff)
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')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 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