We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FrozenError: can't modify frozen String # /Users/samuel/.rvm/gems/ruby-2.5.1/gems/term-ansicolor-1.7.0/lib/term/ansicolor.rb:90:in `color' # (eval):2:in `green' # /Users/samuel/.rvm/gems/ruby-2.5.1/gems/coveralls-0.8.22/lib/coveralls/output.rb:67:in `block in format' # /Users/samuel/.rvm/gems/ruby-2.5.1/gems/coveralls-0.8.22/lib/coveralls/output.rb:65:in `reverse_each' # /Users/samuel/.rvm/gems/ruby-2.5.1/gems/coveralls-0.8.22/lib/coveralls/output.rb:65:in `format' # /Users/samuel/.rvm/gems/ruby-2.5.1/gems/coveralls-0.8.22/lib/coveralls/output.rb:90:in `puts' # /Users/samuel/.rvm/gems/ruby-2.5.1/gems/coveralls-0.8.22/lib/coveralls.rb:51:in `setup!' # /Users/samuel/.rvm/gems/ruby-2.5.1/gems/coveralls-0.8.22/lib/coveralls.rb:18:in `wear!' # ./spec/spec_helper.rb:4:in `<top (required)>' # ./spec/timers/wait_spec.rb:3:in `require' # ./spec/timers/wait_spec.rb:3:in `<top (required)>'
The text was updated successfully, but these errors were encountered:
Potential fix for flori#32
43a63b4
Prefer `String.new` which creates mutable string buffer.
Bump :)
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: