Skip to content

Commit

Permalink
set capybara dependency to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rb2k committed Sep 6, 2011
1 parent d6eb302 commit 5821632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capybara-mechanize.gemspec
Expand Up @@ -20,6 +20,6 @@ Gem::Specification.new do |s|
s.rubygems_version = %q{1.3.7}

s.add_runtime_dependency(%q<mechanize>, ["~> 2.0.0"])
s.add_runtime_dependency(%q<capybara>, ["~> 1.1.0"])
s.add_runtime_dependency(%q<capybara>, ["~> 1.1.1"])
end

0 comments on commit 5821632

Please sign in to comment.