You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started seeing this error: LoadError: cannot load such file -- pdf417/pdf417.
In case anyone else finds this, it was because ext/pdf417/extconf.rb contained create_makefile(extension_name) (which resolves to create_makefile('pdf417').) This now needs to be create_makefile('pdf417/pdf417') in order for require('pdf417/pdf417') to work properly.