Skip to content

Commit

Permalink
fixing dependecy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ncavig committed Jun 7, 2011
1 parent 42c9ee1 commit 0673d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supermodel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activemodel>, ["~> 3.0.0"])
s.add_runtime_dependency(%q<activemodel>, [">= 3.0.0"])
else
s.add_dependency(%q<activemodel>, ["~> 3.0.0"])
end
Expand Down

0 comments on commit 0673d1c

Please sign in to comment.