We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ae9e7 commit 1532baaCopy full SHA for 1532baa
Gemfile
@@ -1,5 +1,5 @@
1
source "https://rubygems.org"
2
-ruby '2.0.0'
+ruby '1.8.7'
3
gem 'sinatra', '1.4.3'
4
gem 'sinatra-contrib', '1.4.1'
5
gem 'sinatra-jsonp', '0.4.2'
Gemfile.lock
@@ -13,7 +13,7 @@ GEM
13
sinatra (1.4.3)
14
rack (~> 1.4)
15
rack-protection (~> 1.4)
16
- tilt (>= 1.3.4, ~> 1.3)
+ tilt (~> 1.3, >= 1.3.4)
17
sinatra-contrib (1.4.1)
18
backports (>= 2.0)
19
multi_json
config.ru
@@ -1,4 +1,2 @@
-$stdout.sync = true
-
-#require './regexplanet'
-#run Sinatra::Application
+require './regexplanet'
+run Sinatra::Application
0 commit comments