Skip to content

Commit 4085dd6

Browse files
committed
Revert "Introduce Bundler and Gemfiles in a NOTE"
This reverts commit 83cb6fb. Reason: very trivial [ci skip]
1 parent aa1b903 commit 4085dd6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

guides/source/getting_started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ $ rails new blog
115115

116116
This will create a Rails application called Blog in a directory called blog and install the gem dependencies that are already mentioned in `Gemfile` using `bundle install`.
117117

118-
NOTE: A Gemfile is a file that contains the list of all the gems that you require to run your application - the so called dependencies. With it, a program called Bundler can make sure that your machine has all of the requirements installed. This is the de facto way in Ruby to make sure that a machine is set up correctly to run a given program and Rails takes advantage of it to install some commonly-used gems. For more information, visit [Bundler's homepage](http://gembundler.com/).
119-
120118
TIP: You can see all of the command line options that the Rails
121119
application builder accepts by running `rails new -h`.
122120

0 commit comments

Comments
 (0)