diff --git a/Gemfile b/Gemfile index be8e520..e88fdcf 100644 --- a/Gemfile +++ b/Gemfile @@ -23,6 +23,5 @@ group :test do gem 'ZenTest' gem 'simplecov' gem 'sqlite3' - gem 'turn', :require => false gem 'webmock' end diff --git a/Gemfile.lock b/Gemfile.lock index 524b573..2b61724 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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