Skip to content

Commit

Permalink
Merge pull request hanami#76 from andrii/build
Browse files Browse the repository at this point in the history
Remove Gemfile.lock from the new application directory stucture
Trung Lê committed Jul 22, 2015
2 parents 05bf445 + d784f32 commit 6c6291d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/guides/getting-started.md
Original file line number Diff line number Diff line change
@@ -35,7 +35,6 @@ Let's see what it contains:
% tree -L 1
.
├── Gemfile
├── Gemfile.lock
├── Rakefile
├── apps
├── config
@@ -47,7 +46,7 @@ Let's see what it contains:

Here's what we need to know:

* `Gemfile` and `Gemfile.lock` are Bundler artifacts to manage Rubygems dependencies.
* `Gemfile` is a Bundler artifact to manage Rubygems dependencies.
* `Rakefile` describes our Rake tasks.
* `apps` contains one or more web applications compatible with Rack.
Here we can find the first generated Lotus application called `Web`.

0 comments on commit 6c6291d

Please sign in to comment.