-
Notifications
You must be signed in to change notification settings - Fork 31
/
Appraisals
43 lines (36 loc) · 1.47 KB
/
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
42
43
appraise "AR_3.2" do
gem "activerecord", "3.2.9", require: "active_record"
gem "activerecord-jdbcsqlite3-adapter", platform: :jruby, github: "jruby/activerecord-jdbc-adapter"
end
appraise "AR_4" do
gem "activerecord", "4.0", require: "active_record"
gem "activerecord-jdbcsqlite3-adapter", platform: :jruby, github: "jruby/activerecord-jdbc-adapter"
end
appraise "AR_4.1" do
gem "activerecord", "4.1.0.rc1", require: "active_record"
gem "activerecord-jdbcsqlite3-adapter", platform: :jruby, github: "jruby/activerecord-jdbc-adapter"
end
appraise "AR_edge" do
gem "activerecord", require: "active_record", github: "rails/rails"
gem "activemodel", github: "rails/rails"
gem "activesupport", github: "rails/rails"
gem "arel", github: "rails/arel"
gem "activerecord-jdbcsqlite3-adapter", platform: :jruby, github: "jruby/activerecord-jdbc-adapter"
end
appraise "Rails_3.2" do
gem "combustion", github: "pat/combustion", ref: "50a946b5a7ab3d9249f0e5fcebbb73488a91b1e5"
gem "rails", "3.2.13"
gem "strong_parameters"
gem "activerecord-jdbcsqlite3-adapter", platform: :jruby, github: "jruby/activerecord-jdbc-adapter"
end
appraise "Rails_4" do
gem "combustion", github: "pat/combustion", ref: "50a946b5a7ab3d9249f0e5fcebbb73488a91b1e5"
gem "rails", "4.0.0"
gem "activerecord-jdbcsqlite3-adapter", platform: :jruby, github: "jruby/activerecord-jdbc-adapter"
end
appraise "Sequel" do
gem "sequel", "3.30.0"
end
# appraise "Mongoid" do
# gem "mongoid", ">= 3.1.4"
# end