Skip to content

Commit

Permalink
Update gemspec to work with rails 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sobrinho committed May 5, 2011
1 parent 513d5f9 commit a0acf22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions i18n_alchemy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency "activerecord", "~> 3.0.0"
s.add_dependency "activesupport", "~> 3.0.0"
s.add_dependency "i18n", "~> 0.5.0"
s.add_dependency "activerecord", "~> 3.0"
s.add_dependency "activesupport", "~> 3.0"
s.add_dependency "i18n", "~> 0.6.0beta1"
end

0 comments on commit a0acf22

Please sign in to comment.