Remove turn
This commit is contained in:
parent
502c589a57
commit
78e90a3283
1
Gemfile
1
Gemfile
|
@ -23,6 +23,5 @@ group :test do
|
|||
gem 'ZenTest'
|
||||
gem 'simplecov'
|
||||
gem 'sqlite3'
|
||||
gem 'turn', :require => false
|
||||
gem 'webmock'
|
||||
end
|
||||
|
|
|
@ -32,7 +32,6 @@ GEM
|
|||
activesupport (3.1.0.rc5)
|
||||
multi_json (~> 1.0)
|
||||
addressable (2.2.6)
|
||||
ansi (1.3.0)
|
||||
arel (2.1.4)
|
||||
bcrypt-ruby (2.1.4)
|
||||
bcrypt-ruby (2.1.4-java)
|
||||
|
@ -104,8 +103,6 @@ GEM
|
|||
treetop (1.4.10)
|
||||
polyglot
|
||||
polyglot (>= 0.3.1)
|
||||
turn (0.8.2)
|
||||
ansi (>= 1.2.2)
|
||||
tzinfo (0.3.29)
|
||||
uglifier (1.0.0)
|
||||
execjs (>= 0.3.0)
|
||||
|
@ -132,6 +129,5 @@ DEPENDENCIES
|
|||
sqlite3
|
||||
therubyracer
|
||||
therubyrhino
|
||||
turn
|
||||
uglifier
|
||||
webmock
|
||||
|
|
Loading…
Reference in New Issue