Sha256: 2efad27cf29c70ce39ef4d06b981c5c5728f548d966b53a74ba410c3e4db95d2

Contents?: true

Size: 618 Bytes

Versions: 13

Compression:

Stored size: 618 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"
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
is_this_used-0.1.14 Appraisals
is_this_used-0.1.13 Appraisals
is_this_used-0.1.12 Appraisals
is_this_used-0.1.11 Appraisals
is_this_used-0.1.10 Appraisals
is_this_used-0.1.9 Appraisals
is_this_used-0.1.8 Appraisals
is_this_used-0.1.7 Appraisals
is_this_used-0.1.5 Appraisals
is_this_used-0.1.4 Appraisals
is_this_used-0.1.3 Appraisals
is_this_used-0.1.2 Appraisals
is_this_used-0.1.1 Appraisals