You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gem'rqrcode'# TODO: Just commenting for now.## We may refactor and re-enable at some point in the future, but not likely for# next 6 months.## so if by any chance this is re-enabled at some point, just revert this commit# to get back all the deleted code.## gem "hubspot-ruby" # Ruby wrappers for the HubSpot REST API# Middleware which cleans up invalid UTF8 characters in request URI and headers.gem'rack-utf8_sanitizer'
gem'simplecov-cobertura',require: false# coveralls_reborn fork with 0.21.0 (next version requires ruby 2.5) plus# Buildkite support. In case the project is working with a newer ruby version# and you have to upgrade this gem, check this PR first:## https://github.com/tagliala/coveralls-ruby-reborn/pull/43## so, if by chance the BK support has been merged to the main repo, we won't# need this fork anymore.gem'coveralls_reborn',git: 'https://github.com/privaterepo/coveralls-ruby-reborn.git',branch: 'ruby-2-4-compatible',require: false
I've just tried the gem with an old
Gemfile
I have for a project and it returns some funny results for some lines, like:returns
returns:
returns:
returns:
there are a few more cases, but they follow more or less the same patterns as those samples mentioned now.
The text was updated successfully, but these errors were encountered: