-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathAppraisals
More file actions
57 lines (44 loc) · 1005 Bytes
/
Appraisals
File metadata and controls
57 lines (44 loc) · 1005 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
appraise "activesupport_3.2" do
gem "activesupport", "~> 3.2.22"
end
appraise "activesupport_4.0" do
gem "activesupport", "~> 4.0.13"
end
appraise "activesupport_4.1" do
gem "activesupport", "~> 4.1.16"
end
appraise "activesupport_4.2" do
gem "activesupport", "~> 4.2.11"
end
appraise "activesupport_5.0" do
gem "activesupport", "~> 5.0.7"
end
appraise "activesupport_5.1" do
gem "activesupport", "~> 5.1.7"
end
appraise "activesupport_5.2" do
gem "activesupport", "~> 5.2.8"
end
appraise "activesupport_6.0" do
gem "activesupport", "~> 6.0.6"
end
appraise "activesupport_6.1" do
gem "activesupport", "~> 6.1.7"
end
appraise "activesupport_7.0" do
gem "activesupport", "~> 7.0.4"
end
appraise "activesupport_7.1" do
gem "activesupport", "~> 7.1.3"
end
appraise "faraday_0.x" do
gem "faraday", "~> 0.9"
gem "faraday_middleware"
end
appraise "faraday_1" do
gem "faraday", "~> 1.0"
gem "faraday_middleware"
end
appraise "faraday_2" do
gem "faraday", "~> 2.0"
end