summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock46
1 files changed, 46 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..2edb464
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,46 @@
+GEM
+ remote: http://rubygems.org/
+ specs:
+ addressable (2.2.2)
+ data_objects (0.10.2)
+ addressable (~> 2.1)
+ dm-core (1.0.2)
+ addressable (~> 2.2)
+ extlib (~> 0.9.15)
+ dm-do-adapter (1.0.2)
+ data_objects (~> 0.10.2)
+ dm-core (~> 1.0.2)
+ dm-mysql-adapter (1.0.2)
+ dm-do-adapter (~> 1.0.2)
+ do_mysql (~> 0.10.2)
+ dm-timestamps (1.0.2)
+ dm-core (~> 1.0.2)
+ do_mysql (0.10.2)
+ data_objects (= 0.10.2)
+ extlib (0.9.15)
+ haml (3.0.24)
+ less (1.2.21)
+ mutter (>= 0.4.2)
+ treetop (>= 1.4.2)
+ mutter (0.5.3)
+ polyglot (0.3.1)
+ rack (1.2.1)
+ rdiscount (1.6.5)
+ sinatra (1.1.0)
+ rack (~> 1.1)
+ tilt (~> 1.1)
+ tilt (1.1)
+ treetop (1.4.9)
+ polyglot (>= 0.3.1)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ dm-core (>= 1.0)
+ dm-mysql-adapter (>= 1.0)
+ dm-timestamps (>= 1.0)
+ haml (>= 3.0.0)
+ less (>= 1.2.0)
+ rdiscount (>= 1.6.5)
+ sinatra (>= 1.1.0)