From 7b1ad0327fc84390ce92a8b56f9e93318a0f6ada Mon Sep 17 00:00:00 2001 From: Nick Quaranto Date: Tue, 31 Aug 2010 16:17:03 -0400 Subject: [PATCH] Forgot to update the gemspec to rely on rails 3 final --- VERSION | 2 +- clearance.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f41b4399c..f8ed9bcf9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0.rc8 +0.9.0.rc9 diff --git a/clearance.gemspec b/clearance.gemspec index 64a80c728..30dcc8b0f 100644 --- a/clearance.gemspec +++ b/clearance.gemspec @@ -196,7 +196,7 @@ Gem::Specification.new do |s| "test/test_helper.rb" ] - s.add_dependency('rails', '~>3.0.0.beta4') + s.add_dependency('rails', '~>3.0.0') s.add_development_dependency('rspec', [">= 1.3.0"]) if s.respond_to? :specification_version then