Skip to content

Commit

Permalink
add Gemfile for easier development bootstrapping with Bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
alexch committed Feb 17, 2011
1 parent 6d1d7e8 commit a558b7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -18,6 +18,8 @@ coverage
rdoc
pkg
*.gem
.bundle
Gemfile.lock

## PROJECT::SPECIFIC
dist
Expand Down
6 changes: 6 additions & 0 deletions Gemfile
@@ -0,0 +1,6 @@
source :rubygems
gem "sinatra"
gem "bluecloth"
gem "nokogiri"
gem "json"
gem "gli",">= 1.2.5"

0 comments on commit a558b7d

Please sign in to comment.