Created
August 8, 2012 18:27
-
-
Save llowder/3297329 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 exec gem install sqlite3 | |
| Building native extensions. This could take a while... | |
| ERROR: While executing gem ... (NoMethodError) | |
| undefined method `<<' for #<Bundler::SpecSet:0xb70d1148> | |
| root@puppet3-test:/usr/share/foreman# |
This file contains hidden or 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
| # gem install sqlite3 | |
| Building native extensions. This could take a while... | |
| Successfully installed sqlite3-1.3.6 | |
| 1 gem installed | |
| Installing ri documentation for sqlite3-1.3.6... | |
| Installing RDoc documentation for sqlite3-1.3.6... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment