Add comment to Gemfile about disallowed gems

This commit is contained in:
Sam Ford 2021-06-29 21:00:16 -04:00
parent bb463376e8
commit 2342dcd90c
No known key found for this signature in database
GPG Key ID: 95209E46C7FFDEFE

View File

@ -2,6 +2,9 @@
source "https://rubygems.org"
# disallowed gems (should not be used)
# * nokogiri - use rexml instead for XML parsing
# installed gems (should all be require: false)
gem "bootsnap", require: false
gem "byebug", require: false