Skip to content

Commit

Permalink
Remove dependency lock on capybara
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Van Dyk committed May 21, 2011
1 parent 917c3d1 commit 7ff1b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions capybara-mechanize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}

s.add_runtime_dependency(%q<mechanize>, ["~> 1.0.0"])
s.add_runtime_dependency(%q<capybara>, ["~> 0.4.0"])
s.add_runtime_dependency(%q<capybara>)
end

0 comments on commit 7ff1b61

Please sign in to comment.