Skip to content

Commit

Permalink
Update capybara version.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jun 28, 2010
1 parent c0dadcc commit 7496f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -32,7 +32,7 @@ begin
s.files = FileList["[A-Z]*", "lib/**/*"]
s.bindir = "bin"
s.executables = %w(enginex)
s.add_dependency("thor", "~> 0.13.0")
s.add_dependency("thor", "~> 0.13.6")
s.add_dependency("bundler", "~> 0.9.0")
s.add_dependency("rails", "~> 3.0.0")
s.add_dependency("rake", "~> 0.8")
Expand Down
2 changes: 1 addition & 1 deletion lib/templates/root/Gemfile.tt
@@ -1,7 +1,7 @@
source "http://rubygems.org"

gem "rails", "<%= ActiveSupport::VERSION::STRING %>"
gem "capybara", "0.3.7"
gem "capybara", ">= 0.3.8"
gem "sqlite3-ruby", :require => "sqlite3"

if RUBY_VERSION < '1.9'
Expand Down

0 comments on commit 7496f40

Please sign in to comment.