prey / gdpr_rails

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

upgrade chartkick dependency v3.3.0 #46

Open patriciojofre opened 4 years ago

masonhensley commented 4 years ago

@patriciojofre - CI is failing with this message

You are trying to install in deployment mode after changing
your Gemfile. Run `bundle install` elsewhere and add the
updated gemfiles/rails_6.gemfile.lock to version control.
michelson commented 4 years ago

we should document this, but to get the green build from travis this command is necessary bundle exec appraisal install and then commit the locks, running a bundle install will be a good idea too. this is true for #45 too

best