Drop use of record_tag_helper

We only had one place using it and there's no sign of
upstream doing a rails 6 compatible release.
This commit is contained in:
Tom Hughes 2019-11-05 18:19:52 +00:00
parent bf68eb6607
commit b6ecdb7507
3 changed files with 2 additions and 6 deletions

View file

@ -57,7 +57,6 @@ gem "openstreetmap-actionpack-page_caching", ">= 1.1.2", :require => "actionpack
gem "openstreetmap-deadlock_retry", ">= 1.3.0", :require => "deadlock_retry"
gem "rack-cors"
gem "rails-i18n", "~> 4.0.0"
gem "record_tag_helper"
gem "rinku", ">= 2.0.6", :require => "rails_rinku"
gem "strong_migrations"
gem "validates_email_format_of", ">= 1.5.1"