jmazzi / crypt_keeper

Transparent ActiveRecord encryption
http://jmazzi.github.com/crypt_keeper/
MIT License
288 stars 99 forks source link

Support Rails 6.1.0 #187

Closed nahrivera7 closed 3 years ago

nahrivera7 commented 3 years ago

Anyone working on upgrading to support Rails 6.1.0?

Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    crypt_keeper (~> 2.1.0) was resolved to 2.1.0, which depends on
      activesupport (>= 4.2, < 6.1)

    rails (~> 6.1.0) was resolved to 6.1.0, which depends on
      activesupport (= 6.1.0)
jesperronn commented 3 years ago

Same problem for me.

Maintainers (@jmazzi ?) please reach out if you could use help to provide PR supporting 6.1

nikz commented 3 years ago

Working on this here: https://github.com/nikz/crypt_keeper/tree/allow-6-1

Looks like it needs an update to the pg gem which seems to break a few things.

Chew commented 3 years ago

Thank you for your work. Sadly the maintainer looks to be AWOL. Let's hope he sees the PR and merges it.

To nikz: image Thank you for your work :)

nikz commented 3 years ago

PR is here: https://github.com/jmazzi/crypt_keeper/pull/188

Feedback appreciated.

jmazzi commented 3 years ago

Resolved in #188