Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
Revert "multi_json 1.3 is needed for the load/dump"
Browse files Browse the repository at this point in the history
This reverts commit b1c65ec.
  • Loading branch information
sferik committed Apr 22, 2012
1 parent b1c65ec commit b7e22aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poltergeist.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.description = "PhantomJS driver for Capybara"

s.add_dependency "capybara", "~> 1.0"
s.add_dependency "multi_json", "~> 1.3"
s.add_dependency "multi_json", "~> 1.0"
s.add_dependency "childprocess", "~> 0.3"
s.add_dependency "http_parser.rb", "~> 0.5.3"
s.add_dependency "faye-websocket", "~> 0.4", ">= 0.4.4"
Expand Down

0 comments on commit b7e22aa

Please sign in to comment.