Skip to content

Commit

Permalink
Switch dependency to rails 3.0.0 or above
Browse files Browse the repository at this point in the history
  • Loading branch information
Benson Clark committed Aug 26, 2011
1 parent f2a4337 commit f7eaf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acts_as_versioned.gemspec
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |s|

## List your runtime dependencies here. Runtime dependencies are those
## that are needed for an end user to actually USE your code.
s.add_dependency('activerecord', ["~> 3.0.0.beta4"])
s.add_dependency('activerecord', [">= 3.0.0"])

## List your development dependencies here. Development dependencies are
## those that are only needed during development
Expand Down

0 comments on commit f7eaf9b

Please sign in to comment.