Skip to content

Commit

Permalink
fix: remove unused dependency on rack-test
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 29, 2017
1 parent b2350cc commit 80bbdcc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/pact/reification.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'randexp'
require 'rack/utils'
require 'pact/term'
require 'pact/something_like'
require 'pact/array_like'
Expand Down
1 change: 0 additions & 1 deletion pact-support.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency 'randexp', '~> 0.1.7'
gem.add_runtime_dependency 'rspec', '>=2.14'
gem.add_runtime_dependency 'rack-test', '~> 0.6.2'
gem.add_runtime_dependency 'json'
gem.add_runtime_dependency 'term-ansicolor', '~> 1.0'
gem.add_runtime_dependency 'find_a_port', '~> 1.0.1'
Expand Down

0 comments on commit 80bbdcc

Please sign in to comment.