deivid-rodriguez / byebug

Debugging in Ruby 2
BSD 2-Clause "Simplified" License
3.34k stars 328 forks source link

Use a simpler Gemfile on Windows #754

Closed deivid-rodriguez closed 3 years ago

deivid-rodriguez commented 3 years ago

Our Windows head CI has issues because the lockfile gets set to a platform specific version of ffi, but that version does not support ruby-head (3.0).

Since the ffi gem is only needed for linting (as a depdendency of mdl), and we don't lint on Windows, let's use a simpler Gemfile not including linting gems on Windows.