File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717
1818appraise "rails40" do
1919 # NOTE: make sure you're using --1.9 with AR-4.0
20- gem "activerecord" , "4.0.6.rc3 " , :require => false
20+ gem "activerecord" , "~> 4.0.6" , :require => false
2121end
2222
2323appraise "rails41" do
2424 # NOTE: make sure you're using --1.9 with AR-4.0
25- gem "activerecord" , "4.1.2.rc3 " , :require => false
25+ gem "activerecord" , "~> 4.1.2" , :require => false
2626end
2727
2828appraise "rails42" do
Original file line number Diff line number Diff line change 1- ## 1.3.8 (pe/nd/in )
1+ ## 1.3.8 (06/27/14 )
22
33- [ mysql] updated so that we can run with non-official driver (+ against MariaDB)
44- [ postgres] quote fix failure with ColumnDefinition on AR 4.0.6.rc2
Original file line number Diff line number Diff line change 11module ArJdbc
2- VERSION = "1.3.8.dev "
2+ VERSION = "1.3.8"
33 # @deprecated
44 module Version
55 # @private 1.2.x compatibility
You can’t perform that action at this time.
0 commit comments