mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Remove datamapper specific version 1.0.0
For Ruby2.0.0-rc1 cannot load such file -- iconv (LoadError)
This commit is contained in:
parent
82df12fbac
commit
8626b2d604
1 changed files with 3 additions and 3 deletions
6
Gemfile
6
Gemfile
|
@ -12,9 +12,9 @@ group :development do
|
|||
|
||||
#ORM's
|
||||
gem "activerecord"
|
||||
gem "datamapper", "1.0.0"
|
||||
gem "dm-migrations", "1.0.0"
|
||||
gem "dm-sqlite-adapter", "1.0.0"
|
||||
gem "datamapper"
|
||||
gem "dm-migrations"
|
||||
gem "dm-sqlite-adapter"
|
||||
gem "mongoid"
|
||||
gem "tzinfo"
|
||||
gem "mongo_ext"
|
||||
|
|
Loading…
Add table
Reference in a new issue