Questions tagged [bundle-install]

81 questions
1
vote
1 answer

bundle install doesn't work on with RVM

I have a problem installing my bundle. These were my last steps: git clone http:... git checkout -b daniel bundle install The error I got was: Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. …
user1988341
1
vote
0 answers

Bundle install not finding gem in gem list

I am trying to add devise to my application and gem install works, but everytime I run bundle install, it does not find devise in my gemlist. I have tried including the git link and using a specific version, but it still does not find it in my…
0
votes
1 answer

Rails 3.2 - installation new app

First time I install RoR app based on PostgreSQL database and after run the command rails new psql_app -d postgresql I get following problem: ... create vendor/assets/javascripts/.gitkeep create vendor/assets/stylesheets …
user984621
  • 46,344
  • 73
  • 224
  • 412
0
votes
1 answer

Ruby on Rails Tutorial, Ch.3 Gemfile Errors

I'm working on this tutorial: http://ruby.railstutorial.org/chapters/static-pages#top ...You can [ctrl+f] to Listing 3.1. A Gemfile for the sample app to find where I am. I just copy and pasted the gemfile as it is given there (it didn't work, so I…
0
votes
0 answers

Error while docker-compose build: fatal: could not read Username for 'https://github.com': No such device or address

I use ruby on rails. I tried to run a command;docker-compose -build, but failed because of the error in bundle install. Failed to install a git repository as a gem. This is an error message Fetching https://github.com/xxxxxx fatal: could not read…
0
votes
1 answer

Error when Install Bundle to add Devise Auth to Ruby Project

So i'm new to Ruby On Rails and i found this problem when i try to add Devise to my Project. Here is the Error : enter image description here And Here is my GemFile : enter image description here My Version : Ruby : ruby 3.1.1p18 Rails : Rails…
0
votes
0 answers

I don't know why I cannot get bundle install to operate properly

I have a project that uses Ruby and for an unknown reason, I cannot identify why my ruby program will not start in this particular package. Please pardon the long code. I attempted several improvised solutions, but I did them with little knowledge…
0
votes
0 answers

ruby version doesn't match with rails in gem file

I just set up a rails project and everything was fine until I tried to add a couple of gems to the gem file. I run bundle install and: Fetching gem metadata from https://rubygems.org/............. Fetching gem metadata from…
Mario Garcia
  • 177
  • 1
  • 4
  • 15
0
votes
2 answers

Help with Ruby on Rails Gem file and bundle install

I am trying to learn rails from http://ruby.railstutorial.org/ Exercise 3 explains to install rspec, rspec-rails, and webrat using this gemfile source 'http://rubygems.org' gem 'rails', '3.0.6' gem 'sqlite3', '1.3.3', :require => 'sqlite3' group…
jamesamuir
  • 1,397
  • 3
  • 19
  • 41
0
votes
2 answers

Rails bundle install doesn't work 'cause json version error

I just wanted to convert from ImageMagick v7 to ImageMagick v6. while doing that, this error was happened. bundle install doesn't work correctly. It seems like json version is something wrong. How do I fix this error? Environment below ruby…
Ryoma
  • 31
  • 1
  • 1
  • 8
0
votes
0 answers

Bundle install error json gem

I've got the following problem with ruby on rails v 5.1.6 (Ruby version 2.5.0), the most of the time I try to run the command bundle install on a rails project downloaded from github, I get the following error. Fetching gem metadata from…
cricket
  • 21
  • 5
0
votes
2 answers

Redmine3.3.0-1 Bundle install server 500 Error

I installed BITNAMI RedMine 3.3.0-1. After installing version Plugins, 500 error appears on the server. I could not solve this. I did everything until bundle install, but I get an error. [enter image description here][1] Web application could not…
SoRi Kim
  • 11
  • 4
0
votes
0 answers

Debug inspector error when trying to do bundle install for Heroku

Brand new to coding (started about an hour ago). Using Mac terminal, trying to do bundle install But I keep getting this error. An error occurred while installing debug_inspector (0.0.2), and Bundler cannot continue. Make sure that `gem install…
0
votes
1 answer

Bundle installation error; active support

There seems some error during bundle! The following message seems to be seen after bundle install C:\Users\Nir\Desktop\my projects\projectmeal>bundle install Fetching gem metadata from https://rubygems.org/............ Fetching version…
0
votes
0 answers

Unable to "$bundle install" when Generating Rails framework on Cloud 9

I'm attempting to follow this tutorial here in cloud9. After entering $rails new myproject I get an error when attempting to $bundle install. part of the error reads Gem::Ext::BuildError: ERROR: Failed to build gem native extension. checking for…