Questions tagged [bundle-install]
81 questions
15
votes
5 answers
An error occurred while installing mysql2 (0.3.21), and Bundler cannot continue
Any reason why this error popped up when I tried bundling an application:
I have tried installing gem install mysql2 -v '0.3.21' as they recommend but it cant install properly. Also I am running this on macOS High Sierra. Sorry for my bad wording…

yaman shrestha
- 250
- 1
- 2
- 11
11
votes
4 answers
Bundle install failed due to unf_ext (0.0.5) gem
I have installed ruby 1.9.3p327 & rails 3.2.8 using rvm on centos 6.3. But while doing bundle install for a particular project folder, the process fails in between when it tries to install gem unf_ext 0.0.5 and throws following error,
Installing…

Sachin Kadam
- 265
- 2
- 12
8
votes
1 answer
Rails : gem install vs. gemfile & bundle install
What is the exact difference between using:
1- gem install [gemname]
and
2- add gem name & version to GemFile and run bundle install
?
user2078158
8
votes
5 answers
An error occured while installing charlock_holmes libicu
I'm trying to install Gitlab following this install script, but am running into an issue where the charlock_holmes gem fails to install. I'm not familiar with Ruby. My charlock_holmes-0.6.8 gem_make.out file is…

E-rich
- 9,243
- 11
- 48
- 79
7
votes
3 answers
Unable to bundle install 'mysql2' on macOS Ventura caused by 'ld: library not found for -lzlib'
Unable to install mysql2 with bundle install.
I'm asking because some sites and blogs have shown how to solve the problem caused by ssl, zstd, but I couldn't find a solution caused by zlib. Has anyone else faced the same problem?
By the way, I am…

qounme
- 73
- 4
6
votes
2 answers
Error: Permission Denied @ rb_sysopen when trying to install gem pg in my rails app (Windows 7)
Using windows 7 ultimate and running cmd as administrator.
I have recently started working with ruby on rails and in my new rails app I'm attempting to install postgres(pg) gem and then I get a permission denied error as shown…

lyf1n
- 81
- 1
- 5
6
votes
5 answers
Fresh Vim install, Vim permission errors, Vundle not functional
I have the following vim packages installed on Linux Mint Debian Edition:
vim
vim-common
vim-tiny
vim-runtime
vim-doc
I had the above packages installed before, and after installing Vundle (it was functional via instructions on…

Rice
- 3,371
- 4
- 19
- 23
4
votes
1 answer
Ruby error when running bundle install
When I run
rails s in the console, command fails and I get this response:
Could not find nokogiri-1.6.8.1 in any of the sources
Run bundle install to install missing gems.
First issue here is that nokogiri is not in my Gemfile because I'm not using…

iagosant
- 41
- 1
- 4
4
votes
2 answers
Checksum of versions does not match on bundle install
Okay so I created a project on my old laptop in rails and heroku. I wish to access the files and push new edits to heroku on my laptop. They are all saved on Git so I am able to clone the git depository onto my new laptop.
My laptop had no previous…

Patrick Collings
- 87
- 1
- 6
3
votes
1 answer
Ruby On Rails Installation in FreeBSD OS -Error in libv8
Am using FreeBSd OS , When i try to install libv8,
gem install libv8
its throwing an error ...
Building native extensions. This could take a while...
ERROR: Error installing therubyracer:
ERROR: Failed to build gem native extension.
…

Shanib
- 155
- 1
- 3
- 13
3
votes
1 answer
bundle install does not work and says undefined methods (trying to install ruby on rails on ubuntu)
I'm trying to install Ruby on rails on my ubuntu, I've installed everything for Ruby on rails to work, I've created my ruby on rails project but when I run ruby server they say "run bundle install" but whenever I run it I get…

Tanguy Macé
- 55
- 5
3
votes
1 answer
Docker dependency issue: Rake aborted! LoadError: cannot load such file -- sqlite3/sqlite3_native
I am having issues trying to solve this dependency issue. I have sqlite3 in my gemfile and I can see it installed, even when I run gem list (inside my docker container). But when I generate my dependencies with docker build, then run my project in a…

Scott B
- 1,478
- 2
- 16
- 26
3
votes
1 answer
Why is bundler not installing gems stored in get repo properly?
Bundler version 1.0.0.beta.2
Rvm Info
system:
uname: "Linux dane-r1f-ubuntu 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:27:30 UTC 2010 i686 GNU/Linux"
shell: "bash"
version: "4.1.5(1)-release"
rvm:
type: "rvm…

Dane O'Connor
- 75,180
- 37
- 119
- 173
3
votes
2 answers
Error: extconf failed, exit code 1 [Ruby on Rails]
got an error while trying to install devise gem. Added gem "devise", "~> 3.2.2" to my Gemlist and went into terminal to do the following:
Steven-Lims-MacBook-Pro:Pinteresting stevenlim$ bundle install
Fetching gem metadata from…

Steven L
- 131
- 1
- 3
- 10
3
votes
3 answers
Installing pg -v 0.17.1
I'm using/I want to use Postgresql as database, but when I type "bundle install" or "bundle update", I get this error, what do I do to fix this? :)
Installing pg (0.17.1) with native extensions
Gem::Installer::ExtensionBuildError: ERROR: Failed…

maverick
- 800
- 2
- 13
- 30