khiav223577 / pluck_all

A more efficient way to get data from database. Like #pluck method but return array of hashes instead.
MIT License
102 stars 10 forks source link

Fix: broken test cases caused by `mimemagic` #51

Closed khiav223577 closed 3 years ago

khiav223577 commented 3 years ago

Error message:

SyntaxError:
  /home/runner/work/pluck_all/pluck_all/vendor/bundle/ruby/2.2.0/gems/mimemagic-0.4.3/ext/mimemagic/Rakefile:31:
  syntax error, unexpected <<, expecting ')'
      f.print(<<~SOURCE
                ^

Caused by: https://github.com/mimemagicrb/mimemagic/pull/138

See: https://github.com/mimemagicrb/mimemagic/issues/142