Questions tagged [bundle-install]
81 questions
3
votes
0 answers
Unable to install pcaprub 0.11.3
C:\metasploit\apps\pro\msf3\tools>bundle install
Fetching gem metadata from http://rubygems.org/.........
Fetching gem metadata from http://rubygems.org/..
Resolving dependencies...
Using rake (10.0.4)
Using i18n (0.6.1)
Using multi_json…

Nirav Zaveri
- 687
- 1
- 9
- 28
3
votes
3 answers
bundle install: Failed to build gem native extension
i have git clone git://github.com/jalagrange/excel_test_app.git
I got the below error while the bundle install, This does not happen with other my applications.
following error
Installing mysql2 (0.3.6) with native…

rails_id
- 8,120
- 4
- 46
- 84
3
votes
2 answers
Foundation 3.0.5 installing issue with rails 3.2.6
I just started a new project and added zurb-foundation to the Gemfile.
Bundle install show a sass compatibility problem so i run bundle update and bundle install and everything seems ok.
But when I do rails g foundation:install as said in the…

Pontek
- 149
- 11
2
votes
0 answers
Unable to install nokogumbo gem on Mac
I'm on MacOS Big Sur 11.4
Getting below error when I try to install nokogumbo version 2.0.5
Can someone help on this
em::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory:…

Rajan
- 95
- 12
2
votes
1 answer
How to stop rails new from creating vendor/cache folder?
Earlier I ran these commands:
bundle install --path vendor/cache
and
bundle config set path 'vendor/cache'
And now,
Whenever I am doing
rails new app_name,
a folder vendor/cache (with 5K+ files) gets created inside the app_name directory.
How can I…

Anas Ansari
- 143
- 2
- 10
2
votes
2 answers
Error after running docker-compose without adding puma
I forgot to add puma in Gemfile before run docker-compose. after the docker-compose download and build all dependencies. It come up with an error that I bring in the block here.
app_1 | bundler: command not found: puma
app_1 | Install…

Sarmad Rezayat
- 31
- 6
2
votes
1 answer
Unable to run bundle install for Ruby Gems- Process finished with exit code 17
I did find the same question being asked in stack overflow and I did try some of their solutions but none worked for me. Some solutions I tried were,
1) Removing the proxy
2) Changing the source of the gem file from 'https://rubygems.org' to…

TargetBlank
- 81
- 2
- 15
2
votes
1 answer
Receiving error on Windows machine when Installing linecache ERROR: Failed to build gem native extension on
When attempting to perform a bundle install of an existing Ruby on Rails project I receive an error when the bundler reaches Installing linecache (0.43) with native extensions. I don't see linecache in the projects Gem file so I can't try bundling…

ahsteele
- 26,243
- 28
- 134
- 248
2
votes
1 answer
How to install newest version of gems not mentioned in Gemfile.lock with bundler
When I add a gem to a project's Gemfile for the first time, but I have installed the gem previously while working on another project, it uses the existing version of the gem, rather than the latest version of the gem available.
For example, using…

Andrew Grimm
- 78,473
- 57
- 200
- 338
2
votes
1 answer
Ruby on rails error creating new app: parent directory is world writable but not sticky
The first thing I did was setup a RoR environment using this tutorial. https://gorails.com/setup/windows/10 -I followed everything perfect, and everything was working great, even the tests along the way to make sure I did things correctly. This is…

jose reyes
- 1,533
- 1
- 13
- 17
2
votes
1 answer
Rails Phusion Passenger error after updates
I updated to rails 3.2.17 from 3.2.1. When I run bundle update and bundle install, everything passes with no errors or warnings. Then I restart my server, and when I load my site, I get the PASSENGER: WEB APPLICATION COULD NOT BE STARTED page. …

sabrams
- 1,128
- 2
- 15
- 28
2
votes
1 answer
Trouble installing/configuring Vundle
I am following the Vundle install instructions from https://github.com/gmarik/vundle
but I run into trouble at step #3 (issuing the command :BundleInstall from within VIM). I get an error, E492: Not an editor command: BundleInstall
I am running…

CitizenKane
- 21
- 2
2
votes
1 answer
Capistrano cannot find gem in production
Hi I think I am missing something basic here.
I am using Capistrano to deploy to 'integration' and then to 'testing'.
I cannot seem to add a gem and then deploy successfully with Capistrano to one of the websites ('testing'). However I can deploy it…

ryan2johnson9
- 724
- 6
- 21
2
votes
2 answers
Can't run cloned repository
How do I download my old code from github? I made a mistake on my app, and when I try to download the old zip file from github and run it I get an error.
I think I'm doing it right, don't I just need to clone the repository? When I do, i get this…

Alicia T. Glenn
- 107
- 1
- 1
- 6
2
votes
3 answers
Error while using has_secure_password. cannot load such file -- 2.0/bcrypt_ext
I'm new to Ruby on Rails ans so I'm following the Tutorial Agile Web Development with Rails 4. But on the User Authentification I'm getting an Error which I just can't solve...
I've made a Form so the Users can log in and for that I'm using…

LxSwiss
- 547
- 1
- 7
- 20