jekyll / jemoji

GitHub-flavored emoji plugin for Jekyll
http://rubygems.org/gems/jemoji
MIT License
556 stars 61 forks source link

Drop dependency on ActiveSupport #78

Closed ashmaroli closed 6 years ago

ashmaroli commented 6 years ago

..as it will be handled by html-pipeline..

DirtyF commented 6 years ago

... https://github.com/jch/html-pipeline/blob/master/html-pipeline.gemspec#L17

ashmaroli commented 6 years ago

We require at least Ruby 2.3.0.. so older versions of activesupport will be filtered out automatically..

pathawks commented 6 years ago

We only started explicitly requiring activesupport in https://github.com/jekyll/jemoji/pull/47 because they dropped support for Ruby 2.2 but we still wanted to support it. I don't think we need to lock down the version of activesupport anymore.

DirtyF commented 6 years ago

@jekyllbot: merge +minor