Skip to content
Gonzalo Bulnes Guilpain edited this page Apr 9, 2016 · 1 revision

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.

Clone this wiki locally