Skip to content

Commit

Permalink
Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvincent committed Mar 5, 2012
1 parent 2ac2e59 commit a0cee43
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
GEM
remote: http://rubygems.org/
specs:
daemons (1.1.8)
eventmachine (0.12.10)
rack (1.4.1)
rack-protection (1.2.0)
rack
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.3.3)

PLATFORMS
ruby

DEPENDENCIES
sinatra (= 1.3.2)
thin (= 1.3.1)

0 comments on commit a0cee43

Please sign in to comment.