Sha256: 7d90b1e3be5171a74b6b4f3d341552be602ac98802243a53ef88773d4d8adb22
Contents?: true
Size: 901 Bytes
Versions: 1
Compression:
Stored size: 901 Bytes
Contents
appraise "rails-6-0" do gem 'combustion', "~> 1.0" gem "rails", ">= 6.0.0", "< 6.1" gem "pg", "~> 1.0" end appraise "rails-6-1" do gem 'combustion', "~> 1.0" gem "rails", "~> 6.1.0" gem "pg", "~> 1.0" # sprockets-rails is already a rails 6.1 dependency, but combustion is failing # to require it, this is one way to get it required. # https://github.com/pat/combustion/issues/128 gem "sprockets-rails" end appraise "rails-7-0" do gem 'combustion', "~> 1.0" gem "rails", "~> 7.0.0" gem "pg", "~> 1.0" end appraise "rails-edge" do # need combustion edge to work with rails edge, will no longer # be true on next combustion release, probably no later than Rails 7.1 # https://github.com/pat/combustion/pull/126 gem 'combustion', "~> 1.0", github: "pat/combustion" gem "rails", git: "https://github.com/rails/rails.git", branch: "main" gem "pg", "~> 1.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
attr_json-2.0.0.rc1 | Appraisals |