doubleunion / arooo

Membership management for hacker/makerspaces
GNU General Public License v3.0
66 stars 55 forks source link

Bump ffi version to 1.15.5 #792

Open ItsElaineTime opened 1 year ago

ItsElaineTime commented 1 year ago

What github issue is this PR for, if any?

Resolves #791

What does this code do, and why?

ffi 1.13.1 doesn't build on arm64.

There doesn't seem to be a specific reason to stick with that version, so upgrade to a version that does build for developers working on that architecture.

How is this code tested?

Ran tests. Cursory check of app still appears functional.

Are any database migrations required by this change?

None

Are there any configuration or environment changes needed?

Updated gem version; not required immediately but nice to pick up at some future deployment