add Gemfile.lock. I'm not sure this is a good idea

This commit is contained in:
Marc Wickenden
2012-07-24 19:51:03 +01:00
parent fac1ff45ca
commit 6ce3581ae5

66
Gemfile.lock Normal file
View File

@@ -0,0 +1,66 @@
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.8)
ansi (1.4.3)
daemons (1.1.8)
data_objects (0.10.8)
addressable (~> 2.1)
dm-core (1.2.0)
addressable (~> 2.2.6)
dm-do-adapter (1.2.0)
data_objects (~> 0.10.6)
dm-core (~> 1.2.0)
dm-migrations (1.2.0)
dm-core (~> 1.2.0)
dm-sqlite-adapter (1.2.0)
dm-do-adapter (~> 1.2.0)
do_sqlite3 (~> 0.10.6)
do_sqlite3 (0.10.8)
data_objects (= 0.10.8)
em-websocket (0.3.8)
addressable (>= 2.1.1)
eventmachine (>= 0.12.9)
erubis (2.7.0)
eventmachine (0.12.10)
jsmin (1.0.1)
json (1.7.3)
librex (0.0.68)
msfrpc-client (1.0.1)
librex (>= 0.0.32)
msgpack (>= 0.4.5)
msgpack (0.4.7)
parseconfig (1.0.2)
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)
term-ansicolor (1.0.7)
thin (1.4.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.3.3)
PLATFORMS
ruby
DEPENDENCIES
ansi
data_objects
dm-core
dm-migrations
dm-sqlite-adapter
em-websocket (~> 0.3.6)
erubis
eventmachine (= 0.12.10)
jsmin (~> 1.0.1)
json
msfrpc-client
parseconfig
sinatra (= 1.3.2)
term-ansicolor
thin