-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathAppraisals
More file actions
40 lines (33 loc) · 724 Bytes
/
Copy pathAppraisals
File metadata and controls
40 lines (33 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# frozen_string_literal: true
appraise '4.2' do
gem 'activerecord', '~> 4.2.0'
gem 'with_model', '~> 2.0.0'
gem 'pg', '~> 0.21'
end
appraise '5.2' do
gem 'activerecord', '~> 5.2.0'
gem 'with_model', '~> 2.1.6'
gem 'pg', '~> 1.1'
end
appraise '6.0' do
gem 'activerecord', '~> 6.0.0'
gem 'with_model', '~> 2.1.6'
gem 'pg', '~> 1.1'
end
appraise '6.1' do
gem 'activerecord', '~> 6.1.0'
gem 'with_model', '~> 2.1.6'
gem 'pg', '~> 1.1'
end
appraise '7.0' do
gem 'activerecord', '~> 7.0.0'
gem 'with_model', '~> 2.1.7'
end
appraise '7.1' do
gem 'activerecord', '~> 7.1.0'
gem 'with_model', '~> 2.1.7'
end
appraise '8.0' do
gem 'activerecord', '~> 8.0.0'
gem 'with_model', '~> 2.1.7'
end