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
# rake
/usr/local/bundle/gems/activesupport-6.1.3/lib/active_support/core_ext/class/subclasses.rb:30: warning: method redefined; discarding old subclasses
-- create_table("legs", {force: true})
-> 0.0014s
-- create_table("chairs", {force: true})
-> 0.0002s
# Running tests with run options --seed 53168:
../prosopite/lib/prosopite.rb:220: warning: literal string will be frozen in the future
../prosopite/lib/prosopite.rb:220: warning: literal string will be frozen in the future
...../prosopite/lib/prosopite.rb:220: warning: literal string will be frozen in the future
./prosopite/lib/prosopite.rb:220: warning: literal string will be frozen in the future
./prosopite/lib/prosopite.rb:220: warning: literal string will be frozen in the future
../prosopite/lib/prosopite.rb:220: warning: literal string will be frozen in the future
./prosopite/lib/prosopite.rb:220: warning: literal string will be frozen in the future
../prosopite/lib/prosopite.rb:220: warning: literal string will be frozen in the future
..../prosopite/lib/prosopite.rb:220: warning: literal string will be frozen in the future
./prosopite/lib/prosopite.rb:220: warning: literal string will be frozen in the future
../prosopite/lib/prosopite.rb:220: warning: literal string will be frozen in the future
./prosopite/lib/prosopite.rb:220: warning: literal string will be frozen in the future
../prosopite/lib/prosopite.rb:220: warning: literal string will be frozen in the future
............................
Finished tests in 0.578294s, 93.3781 tests/s, 143.5256 assertions/s.
54 tests, 83 assertions, 0 failures, 0 errors, 0 skips
Warning by https://bugs.ruby-lang.org/issues/20205
The choices are these
''.dup
orString.new('')
or+''
.frozen_string_literal: false
like Shopify/httpclient.The text was updated successfully, but these errors were encountered: