Skip to content

Commit

Permalink
Add Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
he9lin committed Sep 9, 2011
1 parent b131a5e commit e4c9106
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
@@ -0,0 +1,2 @@
source :rubygems
gem 'sinatra'
14 changes: 14 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,14 @@
GEM
remote: http://rubygems.org/
specs:
rack (1.3.2)
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
tilt (1.3.2)

PLATFORMS
ruby

DEPENDENCIES
sinatra

0 comments on commit e4c9106

Please sign in to comment.