Zeep SMS Gem Configuration for Rails
For whatever reason, I can rarely remember the myriad syntax for managing gem dependencies in Rails. I’ve visited this page quite a bit during various projects.
When trying to install the zeep messaging gem recently, sure enough I struggled a bit with getting the syntax correct.
Anyway, without further ado, here is what worked:
config.gem "zeep-messaging", :lib => "zeep/messaging", :version => "0.1.5"
Kinda nice sending SMS messages from the console, I have to admit.




