Questions tagged [bundle-install]

81 questions
2
votes
2 answers

Error installing bcyrpt-ruby gem bundle

I'm trying to install the Devises gem, running bundle install and then getting this error with bcrypt-ruby which I haven't had before. What can I do? Installing bcrypt-ruby (3.0.1) with native extensions Gem::Installer::ExtensionBuildError: ERROR:…
Ed Fry
  • 93
  • 1
  • 6
1
vote
3 answers

Installing ffi 1.15.5 with native extensions Building native extensions

Installing ffi 1.15.5 with native extensions Building native extensions Installing ffi 1.15.5 with native extensions Building native extensions with: '--enable-system-libffi' This could take a while... Bundler::InstallError: Gem::Ext::BuildError:…
1
vote
0 answers

Cannot instal pg_query 1.3.0 with bundle install, mac M1 latest

I am new to this, I should install everything with bundle install and I am stuck at the pg_query 1.3.0 gem. It seems to show me error linking shared-object pg_query/pg_query.bundle ld: library not found for -lpg_query clang: error: linker command…
1
vote
1 answer

Bundler::Fetcher::CertificateFailureError Could not verify the SSL certificate

I'm trying to install a Ruby project on my Linux system, when I run this command: bundle install --jobs=$(nproc) --retry=5 I got this error: This is the full output of the above command: Fetching source index from…
htamayo
  • 335
  • 3
  • 16
1
vote
2 answers

Rails Server Error

When i start my Rail Server for Project it gives an error like sahil@sahil-M:~/sites/tasks$ rails s Could not find gem 'sqlite3 (>= 0, runtime)' in any of the gem sources listed in your Gemfile. Run `bundle install` to install missing gems. and…
Sahil Grover
  • 1,862
  • 4
  • 26
  • 57
1
vote
0 answers

Could not find json-2.3.0

when i run metasploit there found some error like that... [i] Database already started [i] The database appears to be already configured, skipping initialization /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant…
1
vote
3 answers

"An error occurred while installing sqlite3 (1.3.13), and Bundler cannot continue"

I am trying to run a bundle install, but when I do, I am getting an error message that says, "An error occurred while installing sqlite3 (1.3.13), and Bundler cannot continue." I tried running gem install sqlite3 -v '1.3.13', but am getting an error…
kellyb
  • 61
  • 2
  • 6
1
vote
1 answer

Bundler could not find compatible versions for gem "railties" when bundle update

I searched the SO, there are several related question, but can not solve my issue. When I run: $ bundle update Fetching gem metadata from https://gems.ruby-china.org/.......... Fetching version metadata from https://gems.ruby-china.org/.. …
aircraft
  • 25,146
  • 28
  • 91
  • 166
1
vote
2 answers

bundle install error

I'm trying to install this gem: https://github.com/jongilbraith/simple-private-messages with bundle install. And I'm getting the following error message: Updating git://github.com/professionalnerd/simple-private-messages.git Fetching source index…
cbrulak
  • 15,436
  • 20
  • 61
  • 101
1
vote
1 answer

Capistrano Rails deploy Passenger error

I deployed my Rails application to my local IP address. After the successful deployment, when I opened the page in browser, I get the following error. I have been stuck with the following issue for sometime. It looks like Bundler could not find a…
Philip John
  • 5,275
  • 10
  • 43
  • 68
1
vote
1 answer

Deploy a rails app, on step 2.2, bundle install states "The system cannot find the path specified"

I am new to the whole ruby rails scene, and I am installing for the first time. I have followed the instructions to a T, including putting everything in the suggested directories. I've been researching this issue for hours and the closest I came to…
Andy Kosol
  • 11
  • 2
1
vote
0 answers

bundle install fails but gem install succeeds

I have often seen that bundle install will try to build a gem but gem install fetches the same gem from remote repository. I thought bundler would also try to fetch the gems. Can anyone explain the difference? For example, if my Gemfile lists libv8,…
341008
  • 9,862
  • 11
  • 52
  • 84
1
vote
3 answers

Error with bundle install on Rails app

I'm trying to install Ruby on Rails on Windows using this tutorial. I successfully finished all the steps until step 13: Run bundle install again This is what I'm getting: C:\Users\user1>gem install rmagick --platform=ruby --…
Rori
  • 97
  • 1
  • 4
  • 12
1
vote
2 answers

Installing Capybara-webkit on Fedora

So I'm on Fedora 17 trying to install Capybara Webkit. I followed the directions here and did a bundle install for another (near-identical) branch of this project, so I know it works. When I try to bundle install, it has this error. Anyone have…
calico-cat
  • 1,324
  • 6
  • 20
  • 36
1
vote
1 answer

Is it normal for the system to take a long time in "bundle install" every time I create a new rails app?

I am new to Ruby and trying to set it up to learn ruby and rails development. Everytime I create a new rails app, the system takes about 5-10 minutes to "bundle install" Considering that these are the same bundles that I have installed multiple…
aayushgx
  • 80
  • 10