Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
MongoMapper was bumped to 0.11 so this gem's version was bumped to
reflect compatibility

Updated ClientSideValidations to 3.2.0.beta.6

Added m gem for testing

Remobed ruby-debug19 in favor of debugger
  • Loading branch information
bcardarella committed Jul 21, 2012
1 parent 8f6976e commit 775d176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client_side_validations-mongo_mapper.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.version = ClientSideValidations::MongoMapper::VERSION gem.version = ClientSideValidations::MongoMapper::VERSION


gem.add_dependency 'client_side_validations', '~> 3.2.0.beta.6' gem.add_dependency 'client_side_validations', '~> 3.2.0.beta.6'
gem.add_dependency 'mongo_mapper', '~> 0.10.1' gem.add_dependency 'mongo_mapper', '~> 0.11'


gem.add_development_dependency 'bson_ext' gem.add_development_dependency 'bson_ext'
gem.add_development_dependency 'rails', '~> 3.2.0' gem.add_development_dependency 'rails', '~> 3.2.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/client_side_validations/mongo_mapper/version.rb
@@ -1,5 +1,5 @@
module ClientSideValidations module ClientSideValidations
module MongoMapper module MongoMapper
VERSION = '0.10.0.beta.2' VERSION = '0.11.0.beta.1'
end end
end end

0 comments on commit 775d176

Please sign in to comment.