plaid / plaid-ruby

Ruby bindings for Plaid

Home Page:https://plaid.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work with Rails 5.2.6 and Ruby 2.7.5

noctivityinc opened this issue · comments

The latest version of the gem won't install with Rails 5.2.6 and Ruby 2.7.5. Is there some trick to getting this to work?

commented

I was not able to reproduce this issue using the same version of Ruby.

Also, per Ruby docs, Rails 5.2.6 is not supported by Ruby 2.7.5, which may be the source of your problems: https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html
rails/rails#38426

commented

Closing this issue -- if you update to a compatible version of rails and still encounter the problem, please re-open the issue and include details of the error message you encountered. Thanks!