working 2

Georgios Larkou 14 jaren geleden
bovenliggende
commit
681502705e
1 gewijzigde bestanden met toevoegingen van 18 en 0 verwijderingen
  1. 18 0
      Gemfile.lock

+ 18 - 0
Gemfile.lock

@@ -1,6 +1,15 @@
1 1
 GEM
2 2
   remote: http://rubygems.org/
3 3
   specs:
4
+    actionmailer (2.3.2)
5
+      actionpack (= 2.3.2)
6
+    actionpack (2.3.2)
7
+      activesupport (= 2.3.2)
8
+    activerecord (2.3.2)
9
+      activesupport (= 2.3.2)
10
+    activeresource (2.3.2)
11
+      activesupport (= 2.3.2)
12
+    activesupport (2.3.2)
4 13
     addressable (2.2.6)
5 14
     daemons (1.1.4)
6 15
     em-hiredis (0.1.0)
@@ -21,6 +30,14 @@ GEM
21 30
     hiredis (0.3.2)
22 31
     json (1.5.3)
23 32
     rack (1.3.0)
33
+    rails (2.3.2)
34
+      actionmailer (= 2.3.2)
35
+      actionpack (= 2.3.2)
36
+      activerecord (= 2.3.2)
37
+      activeresource (= 2.3.2)
38
+      activesupport (= 2.3.2)
39
+      rake (>= 0.8.3)
40
+    rake (0.9.2)
24 41
     thin (1.2.11)
25 42
       daemons (>= 1.0.9)
26 43
       eventmachine (>= 0.12.6)
@@ -31,3 +48,4 @@ PLATFORMS
31 48
 
32 49
 DEPENDENCIES
33 50
   faye
51
+  rails