rom-rb / rom

Data mapping and persistence toolkit for Ruby
https://rom-rb.org
MIT License
2.09k stars 161 forks source link

Replace thread_safe with concurrent-ruby in memory storage #346

Closed flash-gordon closed 8 years ago

flash-gordon commented 8 years ago

Keep in mind that concurrent-ruby is a dry-t dependency.

solnic commented 8 years ago

we should add a dependency on concurrent-ruby to gemspec

flash-gordon commented 8 years ago

OK, done, I added the same version as in dry-t