0

I have added and bundled these gems but I keep getting a bundler error cannot load such file -- gobject_introspection.so (LoadError)

ruby gem 'poppler', '~> 3.0', '>= 3.0.7' gem "cairo", github: "rcairo/rcairo" gem "gtk3", github: "ruby-gnome2/ruby-gnome2"

Josh
  • 1
  • 2

1 Answers1

0

I think you should also include the gems for glib2 and gobject-introspection .

Nelson
  • 49,283
  • 8
  • 68
  • 81