working 2

Georgios Larkou 14 ans auparavant
Parent
Commettre
16b613c58e
3 fichiers modifiés avec 1 ajouts et 20 suppressions
  1. 0 1
      Gemfile
  2. 0 18
      Gemfile.lock
  3. 1 1
      Procfile

+ 0 - 1
Gemfile

@@ -1,3 +1,2 @@
1 1
 source 'http://rubygems.org'
2 2
 gem 'faye'
3
-gem 'rails'

+ 0 - 18
Gemfile.lock

@@ -1,15 +1,6 @@
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)
13 4
     addressable (2.2.6)
14 5
     daemons (1.1.4)
15 6
     em-hiredis (0.1.0)
@@ -30,14 +21,6 @@ GEM
30 21
     hiredis (0.3.2)
31 22
     json (1.5.3)
32 23
     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)
41 24
     thin (1.2.11)
42 25
       daemons (>= 1.0.9)
43 26
       eventmachine (>= 0.12.6)
@@ -48,4 +31,3 @@ PLATFORMS
48 31
 
49 32
 DEPENDENCIES
50 33
   faye
51
-  rails

+ 1 - 1
Procfile

@@ -1 +1 @@
1
-web:     bundle exec rails server thin -p $PORT
1
+web:     bundle exec thin -p $PORT -R config.ru