Questions tagged [bundle-install]
81 questions
0
votes
1 answer
ruby/cucumber: unable to run "bundle install"
I've got a ruby/cucumber project that I'm setting in a new windows machine. Everything seems to be in place (gemfile, rakefile, ruby 1.9.3 installed) but when I run 'bundle install' I get the message:
"jruby.exe" is not recognized as an internal or…

mickael
- 2,033
- 7
- 25
- 38
0
votes
3 answers
Bundle install ignores pg gem
When I type, "gem install pg", I get a message that the gem is installed along with the documenation.
But when I put "gem 'pg'" in the gemfile, and type "bundle install", it says that the bundle is complete. However if I type "bundle show pg", it…

Obromios
- 15,408
- 15
- 72
- 127
-1
votes
2 answers
Ruby Workflow - Bundle Install
Where does bundle install fit into the add-commit-push workflow? In other words, when is it necessary.
-1
votes
1 answer
Why did Bundle Update alter CSS?
I ran bundle update and now my background color $body-bg: #2c3e50; is now white and a few little css things have been altered.
Do you know why this is and what I can do to fix it?
I'm open to redoing bundle install if there is a way to do that -…

AnthonyGalli.com
- 2,796
- 5
- 31
- 80
-1
votes
1 answer
gemfile syntax error: bundle install
I keep getting the following errors and have tried different variations. Would appreciate any suggestions!
$ bundle install
Gemfile syntax error on line 16: syntax error, unexpected tIDENTIFIER, expecting
end-of-input
gem 'sqlite3' …

phattiyo
- 17
- 5
-2
votes
1 answer
Problem with Ruby Bundle Install, /usr/bin/ld: cannot find -lssl, /usr/bin/ld: cannot find -lcrypto Dradis Framework
I'm using Elementary OS and I tried to install Dradis Framework.
I followed all the steps and add some others (for example I installed Ruby 2.5.1p57) and when I ran ./setup inside dradis-ce/bin. Everything looks OK until a error message appears:
An…

D3mian S.
- 1
- 3