Skip to content

Commit b36b0f7

Browse files
committed
latest (freshly baked) AR 4x
1 parent ceec42e commit b36b0f7

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
lines changed

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.6.rc3", :require=>false
16+
gem "activerecord", "~> 4.0.6", :require=>false
1717

gemfiles/rails40.gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (4.0.6.rc3)
5-
activesupport (= 4.0.6.rc3)
4+
activemodel (4.0.6)
5+
activesupport (= 4.0.6)
66
builder (~> 3.1.0)
7-
activerecord (4.0.6.rc3)
8-
activemodel (= 4.0.6.rc3)
7+
activerecord (4.0.6)
8+
activemodel (= 4.0.6)
99
activerecord-deprecated_finders (~> 1.0.2)
10-
activesupport (= 4.0.6.rc3)
10+
activesupport (= 4.0.6)
1111
arel (~> 4.0.0)
1212
activerecord-deprecated_finders (1.0.3)
13-
activesupport (4.0.6.rc3)
13+
activesupport (4.0.6)
1414
i18n (~> 0.6, >= 0.6.9)
1515
minitest (~> 4.2)
1616
multi_json (~> 1.3)
@@ -20,6 +20,7 @@ GEM
2020
bundler
2121
rake
2222
arel (4.0.2)
23+
bcrypt-ruby (3.0.1)
2324
bcrypt-ruby (3.0.1-java)
2425
builder (3.1.4)
2526
docile (1.1.5)
@@ -38,14 +39,15 @@ GEM
3839
test-unit (2.5.5)
3940
test-unit-context (0.4.0)
4041
test-unit (>= 2.4.0)
42+
thread_safe (0.3.4)
4143
thread_safe (0.3.4-java)
4244
tzinfo (0.3.39)
4345

4446
PLATFORMS
4547
java
4648

4749
DEPENDENCIES
48-
activerecord (= 4.0.6.rc3)
50+
activerecord (~> 4.0.6)
4951
appraisal (~> 0.5.2)
5052
bcrypt-ruby (~> 3.0.0)
5153
mocha (~> 0.13.1)

gemfiles/rails41.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.1.2.rc3", :require=>false
16+
gem "activerecord", "~> 4.1.2", :require=>false
1717

gemfiles/rails41.gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (4.1.2.rc3)
5-
activesupport (= 4.1.2.rc3)
4+
activemodel (4.1.2)
5+
activesupport (= 4.1.2)
66
builder (~> 3.1)
7-
activerecord (4.1.2.rc3)
8-
activemodel (= 4.1.2.rc3)
9-
activesupport (= 4.1.2.rc3)
7+
activerecord (4.1.2)
8+
activemodel (= 4.1.2)
9+
activesupport (= 4.1.2)
1010
arel (~> 5.0.0)
11-
activesupport (4.1.2.rc3)
11+
activesupport (4.1.2)
1212
i18n (~> 0.6, >= 0.6.9)
1313
json (~> 1.7, >= 1.7.7)
1414
minitest (~> 5.1)
@@ -45,7 +45,7 @@ PLATFORMS
4545
java
4646

4747
DEPENDENCIES
48-
activerecord (= 4.1.2.rc3)
48+
activerecord (~> 4.1.2)
4949
appraisal (~> 0.5.2)
5050
bcrypt-ruby (~> 3.0.0)
5151
mocha (~> 0.13.1)

0 commit comments

Comments
 (0)