Questions tagged [gemfile]

Gemfile - A format for describing gem dependencies for Ruby programs. A Gemfile describes the gem dependencies required to execute associated Ruby code.

Gemfiles are a format for describing what gems are required by a Ruby program in order to successfully run.

See also

712 questions
-1
votes
2 answers

Error when installing resque brain on centos

I am trying to install resque brain (https://github.com/stitchfix/resque-brain) on my vm machine which runs centos. When I run 'rake test' I get the following error. [!] There was an error parsing `Gemfile`: compile error - syntax error, unexpected…
ionman
  • 39
  • 5
-1
votes
1 answer

bundle install: TypeError: Arguments to path.resolve must be strings

I get this error when trying to use bundle install - does anyone have any idea what might be causing it? $ bundle install path.js:439 throw new TypeError('Arguments to path.resolve must be strings'); ^ TypeError: Arguments to…
-1
votes
3 answers

Hartl Rails Tutorial

I ran into some trouble with section 6.2.1 (validity test) of Michael Hartl's "Rails Tutorial" and realized that I don't even have a test directory created as a result of $ rails generate model User name:string email:string While the tutorial says…
-1
votes
3 answers

Why won't Bundler let me update a few gems?

I'm trying to eliminate these annoying DEPRECATION WARNINGS whenever I try to run rspec tests (I'm trudging through the Rails tutorial). I tried following the suggestion here: rspec triggers "DEPRECATION WARNING: The InstanceMethods module inside…
user1971506
  • 2,267
  • 4
  • 19
  • 19
-2
votes
1 answer

Gemfile.lock not checked in - Heroku × 45807

Get the same problem as in (7) and tried all the possible answers but still couldnt get any headway. I wish you could be of help (bearing in mind that i am a newbie please). Here is the description of the problem @ hand: Counting objects: 7,…
-2
votes
3 answers

I need to edit the rails gemsfile, where is it?

I'm installing Ruby on Windows 10. I already installed Ruby 2.3 When I tried to install Rails 4.2.6 I had problems with nokogiri. Thanks to this questions and answers I was able to solve by installing nokogiri version 1.6.6.4 then rails then version…
Nooblhu
  • 552
  • 15
  • 33
-5
votes
3 answers

How to change line in gemfile?

I want to change ruby 2.3.5 line in gemfile to ruby 2.4.2 but i did not know how?
1 2 3
47
48