Skip to content

Commit

Permalink
fix AR version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Jul 20, 2010
1 parent f4db074 commit 747d625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions carrierwave.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "carrierwave"
s.version = "0.4.7"
s.version = "0.4.8"

s.authors = ["Jonas Nicklas"]
s.date = Date.today
Expand All @@ -18,5 +18,5 @@ Gem::Specification.new do |s|
s.rubygems_version = %q{1.3.5}
s.specification_version = 3

s.add_dependency("activesupport", [">= 3.0.0.beta4"])
s.add_dependency("activesupport", ["~> 2.3.8"])
end

0 comments on commit 747d625

Please sign in to comment.