Casecommons / pg_search

pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search
http://www.casebook.net
MIT License
1.35k stars 370 forks source link

Remove `activesupport` from explicit dependencies #540

Open fatkodima opened 3 months ago

fatkodima commented 3 months ago

activerecord already depends on activesupport. Moreover, when trying to upgrade the gem without --conservative option, it tries to also upgrade activesupport dependencies, which is not needed.