Skip to content

Commit

Permalink
Bundlerize
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluxx committed Dec 11, 2011
1 parent ce3c4f8 commit 1fd183e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
@@ -0,0 +1,3 @@
source :rubygems
gem 'sinatra'
gem 'json'
19 changes: 19 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,19 @@
GEM
remote: http://rubygems.org/
specs:
json (1.6.3)
rack (1.3.5)
rack-protection (1.1.4)
rack
sinatra (1.3.1)
rack (~> 1.3, >= 1.3.4)
rack-protection (~> 1.1, >= 1.1.2)
tilt (~> 1.3, >= 1.3.3)
tilt (1.3.3)

PLATFORMS
ruby

DEPENDENCIES
json
sinatra

0 comments on commit 1fd183e

Please sign in to comment.