Skip to content

Commit

Permalink
Update dm dependencies to allow 1.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jm81 committed Mar 13, 2011
1 parent c463d3d commit dc271d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dm-devise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ 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('dm-core', '~> 1.0.2')
s.add_dependency('dm-migrations', '~> 1.0.2')
s.add_dependency('dm-serializer', '~> 1.0.2')
s.add_dependency('dm-timestamps', '~> 1.0.2')
s.add_dependency('dm-rails', '~> 1.0.3')
s.add_dependency('dm-core', '>= 1.0.2', '< 1.2')
s.add_dependency('dm-migrations', '>= 1.0.2', '< 1.2')
s.add_dependency('dm-serializer', '>= 1.0.2', '< 1.2')
s.add_dependency('dm-timestamps', '>= 1.0.2', '< 1.2')
s.add_dependency('dm-rails', '>= 1.0.3', '< 1.2')
s.add_dependency('devise', '~> 1.2.rc2')
s.add_dependency('sugar-high', '~> 0.2.10')
end

0 comments on commit dc271d8

Please sign in to comment.