Rails 5 support
Closed this issue · 5 comments
zharikovpro commented
Would be awesome. Now it has conflicts:
rails (~> 5.1.1) was resolved to 5.1.1, which depends on
railties (= 5.1.1)
activeadmin_hstore_editor was resolved to 0.0.1, which depends on
railties (< 5.0, >= 3.0)
sachin-metacube commented
is this gem still active?
KapilMetacube commented
Still encountering issue even after #13 is merged
activeadmin (~> 1.1) was resolved to 1.1.0, which depends on
railties (< 5.2, >= 4.2)
activeadmin_hstore_editor (~> 0.0.5) was resolved to 0.0.5, which depends on
railties (< 5.0, >= 3.0)
Rubygems.org is still showing different dependency versions (old ones).
However, specifying branch is a solution as of now.
gem 'activeadmin_hstore_editor', git: 'https://github.com/wild5r/activeadmin_hstore_editor.git', branch: 'master'
leenasn commented
The same issue exists while updating to 5.1 and 5.2. Any clue on how to fix the same?
Thanks,
KapilSachdev commented
@leenasn , I have created a PR that would resolve the issue for rails ~> 5
. Till then you can use my branch.
wild5r commented
thanx