publiclab / plots2

a collaborative knowledge-exchange platform in Rails; we welcome first-time contributors! :balloon:

Home Page:https://publiclab.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix "pry" warning

cesswairimu opened this issue · comments

commented

Pry hasn't been updated for a while as its in dev/test env . ruby-2.7.3 is giving this warning for it: warning: __FILE__ in eval may not return location in binding; use Binding#source_location instead

Fix:

  • On the projects terminal run bundle update pry-rails
  • Commit Gemfile.lock and PR
commented

@cesswairimu Can i give it a try?