Last active
August 1, 2024 18:13
-
-
Save e10a/151ec51f4dcd86d24a8ae98b6e472697 to your computer and use it in GitHub Desktop.
Gemfile local
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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