Skip to content

Commit

Permalink
Relax Capybara version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Davey and Lar Van Der Jagt authored and Sears Dev User committed Dec 2, 2010
1 parent e8df49f commit bbc67f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akephalos.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "akephalos"

s.add_runtime_dependency "capybara", "~> 0.3.8"
s.add_runtime_dependency "capybara", "~> 0.3"

if RUBY_PLATFORM != "java" && ENV["PLATFORM"] != "java"
s.add_runtime_dependency "jruby-jars"
Expand Down

0 comments on commit bbc67f2

Please sign in to comment.