File: Appraisals

package info (click to toggle)
ruby-jsonb-accessor 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: ruby: 371; makefile: 10; sh: 5
file content (13 lines) | stat: -rw-r--r-- 233 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# frozen_string_literal: true

appraise "activerecord-6.1" do
  gem "activerecord", "~> 6.1"
end

appraise "activerecord-7.0" do
  gem "activerecord", "~> 7.0.8"
end

appraise "activerecord-7.1" do
  gem "activerecord", "~> 7.1"
end