-
Notifications
You must be signed in to change notification settings - Fork 2
/
Appraisals
executable file
·41 lines (35 loc) · 915 Bytes
/
Appraisals
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
appraise "activesupport3.2-rspec3.0" do
gem "i18n", "~> 0.6.0"
gem "activesupport", "~> 3.2.0"
gem "rspec", "~> 3.0.0"
end
appraise "activesupport3.2-rspec3.1" do
gem "i18n", "~> 0.6.0"
gem "activesupport", "~> 3.2.0"
gem "rspec", "~> 3.1.0"
end
appraise "activesupport4.0-rspec3.0" do
gem "i18n", "~> 0.6.0"
gem "activesupport", "~> 4.0.0"
gem "rspec", "~> 3.0.0"
end
appraise "activesupport4.0-rspec3.1" do
gem "i18n", "~> 0.6.0"
gem "activesupport", "~> 4.0.0"
gem "rspec", "~> 3.1.0"
end
appraise "activesupport4.1-rspec3.0" do
gem "i18n", "~> 0.6.0"
gem "activesupport", "~> 4.1.0"
gem "rspec", "~> 3.0.0"
end
appraise "activesupport4.1-rspec3.1" do
gem "i18n", "~> 0.6.0"
gem "activesupport", "~> 4.1.0"
gem "rspec", "~> 3.1.0"
end
appraise "activesupport4.2.beta1-rspec3.1" do
gem "i18n", "~> 0.6.0"
gem "activesupport", "~> 4.1.0"
gem "rspec", "~> 3.1.0"
end