Skip to content

Commit

Permalink
Forgot to update the gemspec to rely on rails 3 final
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Aug 31, 2010
1 parent 96b3f27 commit 7b1ad03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.9.0.rc8
0.9.0.rc9
2 changes: 1 addition & 1 deletion clearance.gemspec
Expand Up @@ -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
Expand Down

0 comments on commit 7b1ad03

Please sign in to comment.