Sha256: 70119612687d723d58758608efd8e5760be3ef4170596b2b33721980d445e9e6
Contents?: true
Size: 892 Bytes
Versions: 3
Compression:
Stored size: 892 Bytes
Contents
# Specify here only version constraints that differ from # `paper_trail.gemspec`. # # > The dependencies in your Appraisals file are combined with dependencies in # > your Gemfile, so you don't need to repeat anything that's the same for each # > appraisal. If something is specified in both the Gemfile and an appraisal, # > the version from the appraisal takes precedence. # > https://github.com/thoughtbot/appraisal appraise "ar-4.2" do gem "activerecord", "~> 4.2" gem "sinatra", "~> 1.4.6" end appraise "ar-5.0" do gem "activerecord", "~> 5.0.0" gem "rspec-rails", "~> 3.5.1" gem 'rails-controller-testing' # The AR5 version of PaperTrail is not compatible with sinatra 2 yet. # Contributions welcome. # gem "sinatra", "2.0.0.beta2" end appraise "ar_master" do gem "rails", github: "rails/rails" gem "rspec-rails", "~> 3.5.1" gem "rails-controller-testing" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
paper_trail-6.0.2 | Appraisals |
paper_trail-6.0.1 | Appraisals |
paper_trail-6.0.0 | Appraisals |