jruby / activerecord-jdbc-adapter

JRuby's ActiveRecord adapter using JDBC.
BSD 2-Clause "Simplified" License
461 stars 385 forks source link

Build against AR 6-0-stable instead of master #1015

Closed Confusion closed 5 years ago

Confusion commented 5 years ago

Fixes build failures due to AR moving on and those changes not being handled yet

Confusion commented 5 years ago

~~Most builds fail because mpapis's rvm key has expired. I don't see where I could make a change so this is done, but the RVM website says to import these two keys: gpg2 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB~~

On second inspection that may not be the problem. There are two curl errors, 403 and 410, without an url mentioned. Then an url that returns a 404, which is probably correct, but the result of one of the previous errors.

dr-itz commented 5 years ago

👍 for the changes here. The RVM problems seem intermittent. But there are still some problems due to some backports, so I just did #1017 to fix some of them