Fix "pry" warning
cesswairimu opened this issue · 1 comments
cesswairimu 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
7malikk commented
@cesswairimu Can i give it a try?