mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Add dm-serializer to Gemfile so DM models respond to #to_xml
Fixes 3 Missing template errors
This commit is contained in:
parent
29ba790e07
commit
5b63605c94
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -23,6 +23,7 @@ group :data_mapper do
|
|||
gem 'dm-migrations', '~> 1.0.0', :git => 'git://github.com/datamapper/dm-migrations'
|
||||
gem 'dm-sqlite-adapter', '~> 1.0.0', :git => 'git://github.com/datamapper/dm-sqlite-adapter'
|
||||
gem 'dm-validations', '~> 1.0.0', :git => 'git://github.com/datamapper/dm-validations'
|
||||
gem 'dm-serializer', '~> 1.0.0', :git => 'git://github.com/datamapper/dm-serializer'
|
||||
gem 'dm-timestamps', '~> 1.0.0', :git => 'git://github.com/datamapper/dm-timestamps'
|
||||
gem 'dm-rails', '~> 1.0.0', :git => 'git://github.com/datamapper/dm-rails'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue