Skip to content

Commit

Permalink
Update cucumber to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gmanley committed Oct 15, 2010
1 parent 0cda1f2 commit 47edf27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pickler.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
"lib/pickler/tracker/note.rb"
]
s.add_runtime_dependency("crack", [">= 0.1.8"])
s.add_runtime_dependency("cucumber", ["~> 0.8.5"])
s.add_runtime_dependency("cucumber", ["~> 0.9.2"])
s.add_development_dependency("rspec", ["~> 2.0.0"])
s.add_development_dependency("fakeweb", ["~> 1.3.0"])
end

0 comments on commit 47edf27

Please sign in to comment.