Sha256: e6cd80d09977381bc466bc2912dab41b2bed7a5ff95886d54b92ba1d6a20ddb6

Contents?: true

Size: 671 Bytes

Versions: 1

Compression:

Stored size: 671 Bytes

Contents

# frozen_string_literal: true

# 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 "rails-5.2" do
  gem "rails", "~> 5.2.4"
end

appraise "rails-6.0" do
  gem "rails", "~> 6.0.3"
end

# appraise "rails-6.1" do
#   gem "rails", "~> 6.1.0"
#   gem "rails-controller-testing", "~> 1.0.5"
# end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
is_this_used-0.1.0 Appraisals