Skip to content

Instantly share code, notes, and snippets.

@e10a
Last active August 1, 2024 18:13
Show Gist options
  • Save e10a/151ec51f4dcd86d24a8ae98b6e472697 to your computer and use it in GitHub Desktop.
Save e10a/151ec51f4dcd86d24a8ae98b6e472697 to your computer and use it in GitHub Desktop.
Gemfile local
bundle config install --gemfile=Gemfile.local
# Adds the following to your .bundle/config
BUNDLE_INSTALL: "--gemfile=Gemfile.local"
# install debase
gem install debase -v0.2.5.beta2 -- --with-cflags="-Wno-incompatible-function-pointer-types"
# Run bundle install using the local Gemfile
bundle install --gemfile=Gemfile.local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment