Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

Commit

Permalink
Add Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
msaffitz committed Nov 25, 2011
1 parent 2a970af commit aa119bd
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
@@ -0,0 +1,6 @@
source 'http://rubygems.org'

gem 'sinatra'
gem 'mongo'
gem 'bson_ext'

23 changes: 23 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,23 @@
GEM
remote: http://rubygems.org/
specs:
bson (1.4.0)
bson_ext (1.4.0)
mongo (1.4.0)
bson (= 1.4.0)
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
bson_ext
mongo
sinatra

0 comments on commit aa119bd

Please sign in to comment.