Created by: vcavallo
As requested in this issue comment This updates administrate
to use bourbon 5 properly, I hope. Along the way it seemed the sass
gem dependency needed to be updated as well.
I have to admit these layered dependencies and Appraisal tests are slightly out of my depth, but as far as I can tell all tests pass and a skeleton sample app I set up using Rails 5.0.2 and Ruby 2.3.1 and including these two gems, verbatim:
gem 'bourbon'
gem "administrate", :git => 'https://github.com/vcavallo/administrate.git', :branch => 'bourbon-5-beta-7'
does work just fine, whereas when trying to use administrate
on its own I got bundler errors like so:
Also, I'm not sure of the larger implications of requiring all Administrate users to upgrade to bourbon 5, especially since it seems there may be other issues with bourbon 5 dependencies?
Let me know if anything needs to change or be updated. Thanks!