rootstrap / active-storage-base64

Base64 support for ActiveStorage
https://rootstrap.com
MIT License
160 stars 16 forks source link

Rails 5.2.3 support #29

Closed tchukuchuk closed 5 years ago

tchukuchuk commented 5 years ago

Hi,

I have this error when I try to add your gem : active_storage_base64 was resolved to 0.1.3, which depends on rails (~> 5.2.0, <= 5.2.2)

Is it possible to have your gem working with Rails 5.2.3 ?

Regards.

atstockland commented 5 years ago

Or, Rails 6

Ricoch commented 5 years ago

Hello there, That change was made a while ago by a member of the community, you can check it here: https://github.com/rootstrap/active-storage-base64/pull/27

We still need to do a deployment with a new version of the gem with this change though For more insights into why it is not supported now check: https://github.com/rootstrap/active-storage-base64/issues/26

santib commented 5 years ago

Hey @tchukuchuk @atstockland sorry for the long time, I just released v0.1.4 of the gem that works with rails ~> 5.2

There are some changes needed to support Rails 6, you are more than welcome to open a PR if you want