square / rails-auth

Modular resource-based authentication and authorization for Rails/Rack
Apache License 2.0
291 stars 26 forks source link

Lock to Rack 1.x and ActiveSupport 4.x in tests #29

Closed tarcieri closed 8 years ago

tarcieri commented 8 years ago

This library isn't (necessarily) incompatible with Rails 5, however we test on older Rubies, and it's broken on those.

This appears to be due to a Bundler bug:

https://github.com/bundler/bundler/pull/4650