mhgbrown / cached_resource

Caching for ActiveResource
MIT License
80 stars 28 forks source link

Improve local development environment #54

Open mhgbrown opened 1 year ago

mhgbrown commented 1 year ago

We're running into a problem where we need to start using different Ruby versions and different bundler versions to properly test all permutations locally. This is easy to configure with travis ci, but less so locally. No more does one Ruby version and one Bundler version suffice for all dependency options. For example:

A useful Ruby+Rails compatibility table