gems: update activerecord-hierarchical_query gem.

The bug that blocked Rails 6.1 support was finally fixed upstream.
This commit is contained in:
evazion
2021-06-23 05:21:28 -05:00
parent 7fab2231c0
commit c6855261fe
2 changed files with 5 additions and 11 deletions

View File

@@ -39,7 +39,7 @@ gem 'puma'
gem 'scenic'
gem 'ipaddress_2'
gem 'http', "~> 4.4.1"
gem 'activerecord-hierarchical_query', git: "https://github.com/walski/activerecord-hierarchical_query", branch: "rails-6-1"
gem 'activerecord-hierarchical_query'
gem 'http-cookie', git: "https://github.com/danbooru/http-cookie"
gem 'pundit'
gem 'mail'