Commit 54da6cfb authored by Wandenberg's avatar Wandenberg

add thin gem to help on javascript tests

parent 085a3b1f
......@@ -12,6 +12,7 @@ group :test do
gem 'listen', '~> 0.7.2'
gem 'rb-inotify', '~> 0.8.8'
gem 'json', '~> 1.7.6'
gem 'thin', '~> 1.5.1'
gem 'debugger', '~> 1.3.1'
end
......
......@@ -8,6 +8,7 @@ GEM
ffi (~> 1.0, >= 1.0.11)
columnize (0.3.6)
cookiejar (0.3.0)
daemons (1.1.9)
debugger (1.3.1)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
......@@ -73,6 +74,10 @@ GEM
therubyracer (0.11.3)
libv8 (~> 3.11.8.12)
ref
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
websocket (1.0.7)
PLATFORMS
......@@ -93,3 +98,4 @@ DEPENDENCIES
rb-inotify (~> 0.8.8)
rspec (~> 2.12.0)
therubyracer (~> 0.11.3)
thin (~> 1.5.1)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment