Skip to content

Commit aeaf68b

Browse files
committed
cleanup: remove rails erd, not used for many years
1 parent d3f4dbb commit aeaf68b

File tree

4 files changed

+0
-19
lines changed

4 files changed

+0
-19
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ spec/.DS_Store
4343
/db/*.sqlite3
4444
/db/*.sqlite3-journal
4545

46-
# Ignore ERD images
47-
erd.png
48-
4946
# Ignore the document files to import
5047
/db/files/operator_document_files
5148

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ group :development, :test do
113113
gem "factory_bot_rails"
114114
gem "faker"
115115
gem "parallel_tests"
116-
gem "rails-erd"
117116
gem "rubocop-rails"
118117
gem "standard"
119118
gem "webmock"

Gemfile.lock

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ GEM
231231
chartkick (5.1.5)
232232
childprocess (5.1.0)
233233
logger (~> 1.5)
234-
choice (0.2.0)
235234
chronic (0.10.2)
236235
concurrent-ruby (1.3.5)
237236
connection_pool (2.5.3)
@@ -559,11 +558,6 @@ GEM
559558
activesupport (>= 5.0.0)
560559
minitest
561560
nokogiri (>= 1.6)
562-
rails-erd (1.7.2)
563-
activerecord (>= 4.2)
564-
activesupport (>= 4.2)
565-
choice (~> 0.2.0)
566-
ruby-graphviz (~> 1.2)
567561
rails-html-sanitizer (1.6.2)
568562
loofah (~> 2.21)
569563
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
@@ -674,8 +668,6 @@ GEM
674668
rack (>= 1.1)
675669
rubocop (>= 1.75.0, < 2.0)
676670
rubocop-ast (>= 1.38.0, < 2.0)
677-
ruby-graphviz (1.2.5)
678-
rexml
679671
ruby-progressbar (1.13.0)
680672
ruby-vips (2.2.3)
681673
ffi (~> 1.12)
@@ -864,7 +856,6 @@ DEPENDENCIES
864856
rack-cors
865857
rack-mini-profiler (~> 2.0)
866858
rails (~> 7.2.2)
867-
rails-erd
868859
redis-rails
869860
rgeo
870861
rgeo-geojson

lib/tasks/generate_erd.rake

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)