Where is the “Gemfile” in Ruby?
The Gemfile is wherever you want it to be – usually in the main directory of your project and the name of the file is Gemfile. It’s convenient to have one because it allows you to use Bundler to manage which gems and which versions of each your project needs to run. If you are … Read more