bluepill-rb/bluepill

Active support requirement is old

jondruse opened this issue · 4 comments

Is there an actual problem with using activesupport > 4? Maybe I can help. Thanks.

No real problems. But bluepill work on old systems while new activesupport not.

I was coming here to actually post on this issue. Bluepill shouldn't have a dependency on ActiveSupport. If there's anything that we need from that library, we should copy and paste it into an internal module. Making ActiveSupport a requirement leads to some bizarre conflicts.

If that's true, that would be awesome. We're actually looking for an alternative to bluepill because of this, but would obviously love to keep using it.

Just released 0.1.3 with fix