Skip to content

Commit f5911be

Browse files
committed
test with 4.0.4
1 parent cd4e9e1 commit f5911be

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

Appraisals

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ end
1717

1818
appraise "rails40" do
1919
# NOTE: make sure you're using --1.9 with AR-4.0
20-
gem "activerecord", "~> 4.0.3", :require => false
20+
gem "activerecord", "~> 4.0.4", :require => false
2121
end
2222

2323
appraise "rails41" do
@@ -28,4 +28,4 @@ appraise "rails41" do
2828
else
2929
gem "activerecord", '4.1.0.rc1', :require => false
3030
end
31-
end
31+
end

gemfiles/rails40.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ gem "bcrypt-ruby", "~> 3.0.0", :require=>nil, :group=>:test
1313
gem "mysql2", :require=>nil, :platform=>:mri, :group=>:test
1414
gem "pg", :require=>nil, :platform=>:mri, :group=>:test
1515
gem "sqlite3", :require=>nil, :platform=>:mri, :group=>:test
16-
gem "activerecord", "~> 4.0.3", :require=>false
16+
gem "activerecord", "~> 4.0.4", :require=>false
1717

gemfiles/rails40.gemfile.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (4.0.3)
5-
activesupport (= 4.0.3)
4+
activemodel (4.0.4)
5+
activesupport (= 4.0.4)
66
builder (~> 3.1.0)
7-
activerecord (4.0.3)
8-
activemodel (= 4.0.3)
7+
activerecord (4.0.4)
8+
activemodel (= 4.0.4)
99
activerecord-deprecated_finders (~> 1.0.2)
10-
activesupport (= 4.0.3)
10+
activesupport (= 4.0.4)
1111
arel (~> 4.0.0)
1212
activerecord-deprecated_finders (1.0.3)
13-
activesupport (4.0.3)
14-
i18n (~> 0.6, >= 0.6.4)
13+
activesupport (4.0.4)
14+
i18n (~> 0.6, >= 0.6.9)
1515
minitest (~> 4.2)
1616
multi_json (~> 1.3)
1717
thread_safe (~> 0.1)
@@ -20,7 +20,9 @@ GEM
2020
bundler
2121
rake
2222
arel (4.0.2)
23+
atomic (1.1.15)
2324
atomic (1.1.15-java)
25+
bcrypt-ruby (3.0.1)
2426
bcrypt-ruby (3.0.1-java)
2527
builder (3.1.4)
2628
docile (1.1.3)
@@ -39,6 +41,8 @@ GEM
3941
test-unit (2.5.5)
4042
test-unit-context (0.4.0)
4143
test-unit (>= 2.4.0)
44+
thread_safe (0.2.0)
45+
atomic (>= 1.1.7, < 2)
4246
thread_safe (0.2.0-java)
4347
atomic (>= 1.1.7, < 2)
4448
tzinfo (0.3.39)
@@ -47,7 +51,7 @@ PLATFORMS
4751
java
4852

4953
DEPENDENCIES
50-
activerecord (~> 4.0.3)
54+
activerecord (~> 4.0.4)
5155
appraisal
5256
bcrypt-ruby (~> 3.0.0)
5357
mocha (~> 0.13.1)

0 commit comments

Comments
 (0)