Questions tagged [bundle-install]

81 questions
0
votes
1 answer

SSL issue installing bootstrap gem

I added the bootstrap gem in the Gemfile and when I try to run bundle install. It shows following error! Microsoft Windows [Version 6.3.9600] (c) 2013 Microsoft Corporation. All rights reserved. C:\Users\Nir>cd…
0
votes
0 answers

Error using devise gem

gem install devise bundle install Here it doesn't show installing devise but when i run gem list I find devise (4.2.0) rails generate devise:install Couldn't find generator 'devise:install. Maybe you meant 'assets', 'test_unit:job' or '…
0
votes
3 answers

I could not install masonry-rails gem in my rails app

when I add masonry-rails gem in my gemfile and try bundle install I get this: Fetching source index from https://rubygems.org/ Retrying fetcher due to error (2/4): Bundler::HTTPError Could not fetch specs from https://rubygems.org/ Retrying fetcher…
0
votes
1 answer

Ruby - Unable to resolve dependencies with actionpack

I did a bundle install and bundle update and found that I keep getting the same error in the terminal: Bundler could not find compatible versions for gem "actionpack": In Gemfile: actionpack (~> 5.0.0) rails (~> 5.0.0) was resolved to…
0
votes
0 answers

Rails project after db:create, error message: "dyld: lazy symbol binding failed: Symbol not found"

I git cloned a project and, after bundle install, I tried a db:create but I have this error message. Does anyone know where it is coming from? ➜ ******* git:(master) ✗ bundle exec rake db:create [2.3.0] dyld: lazy symbol binding failed: Symbol…
zato
  • 15
  • 1
  • 5
0
votes
1 answer

bundler disappeared with ruby (solved, but what happened?)

For the record, I already fixed my problem, but I'm trying to figure out what happened so it doesn't happen again. I had been using Ruby earlier today and hadn't had problems. All of a sudden, I cant run anything. In the past, I'd forget tobundle…
Alexander Kleinhans
  • 5,950
  • 10
  • 55
  • 111
0
votes
1 answer

Can not load Rails. Getting error to run bundle install, but that wont work either

Whenever I run rails s I get: Could not find multi_json-1.11.0 in any of the sources Try running bundle install. Running bundle install in turn gives me: Fetching source index from https://rubygems.org/ Updating…
0
votes
0 answers

bundle install failing with errors

I run bundle install from the cli this is what I get. /usr/local/rvm/rubies/ruby-1.9.3-p547/lib/ruby/site_ruby/1.9.1/rubygems/ext/builder.rb:89:in `run': ERROR: Failed to build gem native extension. (Gem::Ext::BuildError) …
0
votes
2 answers

How can I force a bundle install on OpenShift Online when my RAILS_ENV is set to development?

I have a Rails app on OpenShift Online that I'm trying to setup with RAILS_ENV=development as opposed to the default env of production. The idea being later on I'll add test, staging and production domains. My problem is that because the env is set…
0
votes
1 answer

Get 'best-in-place' gem for rails4 from github w/o internet

I got a very limited internet connection on my office laptop and I want to install the 'best-in-place' gem. Since I use rails 4 I need to get the gem from github as far as I understood various threads. But I cant run bundle install with access…
Syk
  • 393
  • 4
  • 19
0
votes
1 answer

Error installing rb-fsevent (0.4.3.1)

I'm fairly new to rails. This may be a dumb question, but I can't seem to find a solution. Any suggestion is greatly appreciated. I've just cloned a repository and I'm running "bundle install". I initially received a general error message regarding…
0
votes
1 answer

Could not find compatible version for activesupport (3.1.12)

I've got error with my bundle install. In my Gemfile, i used gem 'ar-octopus', :git => "git://github.com/tchandy/octopus.git", :require => "octopus" but when i try to "bundle install" it say: Bundler could not find compatible versions for gem…
agstwn21
  • 123
  • 1
  • 14
0
votes
0 answers

Why does "Bundle Install" give extra information?

Whenever I run the bundle install command on my machine with Rails, I always get extra information that I know does not belong. Why is this the case? Here is and example output from running bundle install on my machine: Fetching from:…
Jason B
  • 7,097
  • 8
  • 38
  • 49
0
votes
1 answer

intalling linecache-0.46 gem(I am using rbenv)

While bundle install the error: Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. /home/launchpad/.rbenv/versions/1.9.3-p448/bin/ruby extconf.rb Can't handle 1.9.x yet * extconf.rb failed * Could not create…
0
votes
1 answer

unable to bundle install bootstrap-sass -v '2.2.2.0' -

New to RoR and taking the One Month Rails class (onemonthrails.com) I'm trying to import bootstrap. ruby 2.0.0p247 rails 4.0.0 Here's my Gemfile (showing only the 'bootstrap-sass'line) : Bootstrap Gem gem 'bootstrap-sass', '~> 2.2.2.0' And this is…
Diego
  • 1
  • 2