We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02055a3 commit 2a5f29dCopy full SHA for 2a5f29d
Gemfile.lock
@@ -67,7 +67,7 @@ GEM
67
rspec-core (~> 3.1.0)
68
rspec-expectations (~> 3.1.0)
69
rspec-mocks (~> 3.1.0)
70
- rspec-core (3.1.4)
+ rspec-core (3.1.5)
71
rspec-support (~> 3.1.0)
72
rspec-expectations (3.1.2)
73
diff-lcs (>= 1.2.0, < 2.0)
@@ -91,10 +91,10 @@ GEM
91
multi_json (~> 1.0)
92
rack (~> 1.0)
93
tilt (~> 1.1, != 1.3.0)
94
- thin (1.6.2)
95
- daemons (>= 1.0.9)
96
- eventmachine (>= 1.0.0)
97
- rack (>= 1.0.0)
+ thin (1.6.3)
+ daemons (~> 1.0, >= 1.0.9)
+ eventmachine (~> 1.0)
+ rack (~> 1.0)
98
thread_safe (0.3.4)
99
tilt (1.4.1)
100
timers (4.0.1)
Procfile
@@ -0,0 +1 @@
1
+web: rackup -s thin -p $PORT
0 commit comments