Skip to content

Commit

Permalink
improve Gemfile; ignore Gemfile.lock since this is a library, not an …
Browse files Browse the repository at this point in the history
…application
  • Loading branch information
alexch committed Oct 27, 2010
1 parent 9ee2d20 commit 5b80b6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -8,3 +8,5 @@ benchmark/*.log
*~ *~
.DS_Store .DS_Store
pkg pkg
.bundle
Gemfile.lock
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -3,4 +3,5 @@ gem "polyglot"
group :development do group :development do
gem "erector", "~> 0.8" gem "erector", "~> 0.8"
gem "bluecloth" gem "bluecloth"
gem "ruby-debug"
end end

0 comments on commit 5b80b6b

Please sign in to comment.