Sha256: 5b8ae938f15c90a788225457277de6960a63abeafbb3df78746f0f985e9737e5

Contents?: true

Size: 1.04 KB

Versions: 4

Compression:

Stored size: 1.04 KB

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 "ar3" do
  gem "activerecord", "~> 3.2.22"
  gem "i18n", "~> 0.6.11"
  gem "request_store", "~> 1.1.0"
  gem "sinatra", "~> 1.4.6"

  group :development, :test do
    gem 'railties', '~> 3.2.22'
    gem 'test-unit', '~> 3.1.5'
    platforms :ruby do
      gem 'mysql2', '~> 0.3.20'
    end
  end
end

appraise "ar4" do
  gem "activerecord", "~> 4.2"
  gem "sinatra", "~> 1.4.6"
end

appraise "ar5" 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

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/paper_trail-5.2.3/Appraisals
paper_trail-5.2.3 Appraisals
paper_trail-5.2.2 Appraisals
paper_trail-5.2.1 Appraisals