prey / gdpr_rails

Rails Engine for the GDPR compliance
https://preyproject.com
MIT License
626 stars 62 forks source link

Rails 5.2 Compatibility #6

Closed mrsweaters closed 6 years ago

mrsweaters commented 6 years ago

Hey there, was curious to know if you were able to get this working with Rails 5.2. I'm getting the following error:

Bundler could not find compatible versions for gem "rails":
  In snapshot (Gemfile.lock):
    rails (= 5.2.0)

  In Gemfile:
    rails (= 5.2.0)

    gdpr_rails was resolved to 0.2.1, which depends on
      rails (~> 5.1.4)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
michelson commented 6 years ago

Hi , try the master branch. The compatibility was merged into master but not released yet to rubygems. I hope to release it on Monday

Best

El vie., 4 de may. de 2018 8:21 p. m., Jordan Humphreys < notifications@github.com> escribió:

Hey there, was curious to know if you were able to get this working with Rails 5.2. I'm getting the following error:

Bundler could not find compatible versions for gem "rails": In snapshot (Gemfile.lock): rails (= 5.2.0)

In Gemfile: rails (= 5.2.0)

gdpr_rails was resolved to 0.2.1, which depends on
  rails (~> 5.1.4)

Running bundle update will rebuild your snapshot from scratch, using only the gems in your Gemfile, which may resolve the conflict.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/prey/gdpr_rails/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAuyA92pT6mgZ6sxjaeD6KY-9YLy77Lks5tvOJcgaJpZM4TzYt4 .

mrsweaters commented 6 years ago

Thanks!

EtienneDepaulis commented 6 years ago

This issue could be closed via #4 :)

michelson commented 6 years ago

released under gem version 0.2.2. thanks