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