Using gems on a shared hosting

My hosting requires that I put the following in my app to use the gems
that I want to use.

$:.push("/home/username/ruby/gems")

How do I use this.

The gem that I want to utilize is adzap-ar_mailer

It is located in /home/username/ruby/gems/gems.

Can you please help.