rails / protected_attributes

Protect attributes from mass-assignment in ActiveRecord models.
MIT License
228 stars 92 forks source link

Drop 1.9.3 tests from travis #84

Closed arthurnn closed 8 years ago

arthurnn commented 8 years ago

@rafaelfranca can we drop 1.9.3 tests from travis?

They are failing right now, mostly because dependencies cannot be installed for 1.9.3 anymore.

rafaelfranca commented 8 years ago

Lets fix the dependencies, but 1.9.3 needs to be in the build since this gem should support it.

prathamesh-sonpatki commented 8 years ago

@rafaelfranca Same approach for coffee-rails right?

rafaelfranca commented 8 years ago

yes