carrierwave-postgresql
carrierwave-postgresql copied to clipboard
Update gemspec to reflect incompatibility with carrierwave 2.0
bumping rubies/gems in a project and I pulled carrierwave 2.0.1 (with just 'carrierwave-postgresql' in my Gemfile). This seems to throw the following error: "NotImplementedError: Need to implement #cache! if you want to use CarrierWave::Storage::PostgresqlLo as a cache storage."
Specifying "gem 'carrierwave', '~> 1.0'" in my Gemfile allowed my test to pass.
I believe this change to the gemspec should "fix" it, but haven't tested.