how to i instal gems in gemfiles
2 Likes
by using the command:
$ bundle install
That command installs all software packages needed by the new rails app, and these software packages are called gems, which are listed in the file Gemfile.
2 Likes
I did that but it doesn’t indicate that I’ve completed the task in the instructions bar?
$ bundle install
type this command under the code editor not inside of the Gemfile. This should check box and move you to next part of instructions
1 Like
I tried bundle install Gemfile in the command line it showed that it installed but it still didn’t check that I installed them off the list can you please tell me what I’m doing wrong?
try to refresh the page and try again
1 Like