Skip to content

Commit

Permalink
Force DataMapper = 0.9.10 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sr committed Apr 1, 2009
1 parent bd22549 commit c661841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrity.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_dependency "sinatra", [">= 0.9.1.1"]
s.add_dependency "sinatra-authorization"
s.add_dependency "haml", [">= 2.0.0"]
s.add_dependency "data_mapper", [">= 0.9.10"]
s.add_dependency "data_mapper", ["= 0.9.10"]
s.add_dependency "uuidtools" # required by dm-types
s.add_dependency "bcrypt-ruby" # required by dm-types
s.add_dependency "json"
Expand Down

0 comments on commit c661841

Please sign in to comment.