You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since v1.13.0, testing backward-compatibility with Ruby 1.9.3 and Rails 3.2 is possible using Appraisal.
The Gemfile allows to run the test suite against the latest versions of the Simple Token Authentication dependences, while gemfiles/ruby_1.9.3_rails_3.2.gemfile constrains the dependencies version to use Rails 3.2 and keep Ruby 1.9.3 compatibility.
Please don't hesitate to open an issue if you need help getting started with Appraisal.