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.3k stars 369 forks source link

Remove `activesupport` from explicit dependencies #540

Open fatkodima opened 3 weeks ago

fatkodima commented 3 weeks 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.