Faveod / arel-extensions

Extending Arel
MIT License
142 stars 24 forks source link

Various CI build fix #50

Closed stackmystack closed 2 years ago

stackmystack commented 2 years ago

These fixes have some certain things and some questionable things.

The questionable thing is:

  1. Moving bigdecimal explicitly to 1.3.5. Take a look at their docs.
  2. Moving rdoc to 6.1.0. This is necessary to make ruby-2.5 + rails 5.2 work.

Anyway, it looks like rails 5.2 is really screwing the CI.

akimd commented 2 years ago

LGTM.