Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjb/8af0081e460742ede967b4e462412119 to your computer and use it in GitHub Desktop.
Save jjb/8af0081e460742ede967b4e462412119 to your computer and use it in GitHub Desktop.
`gem install redis`
$: << '/app/vendor/bundle/ruby/2.4.0/gems/redis-3.3.3/lib'
require 'redis'
@jjb
Copy link
Author

jjb commented Jun 13, 2017

got this from here (which has a typo -- backticks instead of quotes) https://makandracards.com/makandra/45308-howto-require-gem-that-is-not-in-gemfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment