Skip to content

Commit 1aae207

Browse files
committed
update appraised rails versions
1 parent d0323ed commit 1aae207

4 files changed

Lines changed: 113 additions & 101 deletions

File tree

gemfiles/rails32.gemfile.lock

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionmailer (3.2.21)
5-
actionpack (= 3.2.21)
4+
actionmailer (3.2.22)
5+
actionpack (= 3.2.22)
66
mail (~> 2.5.4)
7-
actionpack (3.2.21)
8-
activemodel (= 3.2.21)
9-
activesupport (= 3.2.21)
7+
actionpack (3.2.22)
8+
activemodel (= 3.2.22)
9+
activesupport (= 3.2.22)
1010
builder (~> 3.0.0)
1111
erubis (~> 2.7.0)
1212
journey (~> 1.0.4)
1313
rack (~> 1.4.5)
1414
rack-cache (~> 1.2)
1515
rack-test (~> 0.6.1)
1616
sprockets (~> 2.2.1)
17-
activemodel (3.2.21)
18-
activesupport (= 3.2.21)
17+
activemodel (3.2.22)
18+
activesupport (= 3.2.22)
1919
builder (~> 3.0.0)
20-
activerecord (3.2.21)
21-
activemodel (= 3.2.21)
22-
activesupport (= 3.2.21)
20+
activerecord (3.2.22)
21+
activemodel (= 3.2.22)
22+
activesupport (= 3.2.22)
2323
arel (~> 3.0.2)
2424
tzinfo (~> 0.3.29)
25-
activeresource (3.2.21)
26-
activemodel (= 3.2.21)
27-
activesupport (= 3.2.21)
28-
activesupport (3.2.21)
25+
activeresource (3.2.22)
26+
activemodel (= 3.2.22)
27+
activesupport (= 3.2.22)
28+
activesupport (3.2.22)
2929
i18n (~> 0.6, >= 0.6.4)
3030
multi_json (~> 1.0)
3131
arel (3.0.3)
@@ -35,31 +35,31 @@ GEM
3535
hike (1.2.3)
3636
i18n (0.6.11)
3737
journey (1.0.4)
38-
json (1.8.2-java)
38+
json (1.8.3-java)
3939
mail (2.5.4)
4040
mime-types (~> 1.16)
4141
treetop (~> 1.4.8)
4242
mime-types (1.25.1)
43-
multi_json (1.11.0)
43+
multi_json (1.11.1)
4444
polyglot (0.3.5)
45-
rack (1.4.5)
45+
rack (1.4.7)
4646
rack-cache (1.2)
4747
rack (>= 0.4)
4848
rack-ssl (1.3.4)
4949
rack
5050
rack-test (0.6.3)
5151
rack (>= 1.0)
52-
rails (3.2.21)
53-
actionmailer (= 3.2.21)
54-
actionpack (= 3.2.21)
55-
activerecord (= 3.2.21)
56-
activeresource (= 3.2.21)
57-
activesupport (= 3.2.21)
52+
rails (3.2.22)
53+
actionmailer (= 3.2.22)
54+
actionpack (= 3.2.22)
55+
activerecord (= 3.2.22)
56+
activeresource (= 3.2.22)
57+
activesupport (= 3.2.22)
5858
bundler (~> 1.0)
59-
railties (= 3.2.21)
60-
railties (3.2.21)
61-
actionpack (= 3.2.21)
62-
activesupport (= 3.2.21)
59+
railties (= 3.2.22)
60+
railties (3.2.22)
61+
actionpack (= 3.2.22)
62+
activesupport (= 3.2.22)
6363
rack-ssl (~> 1.3.2)
6464
rake (>= 0.8.7)
6565
rdoc (~> 3.4)
@@ -95,3 +95,6 @@ DEPENDENCIES
9595
rails (~> 3.2.21)
9696
rake (~> 10.4.2)
9797
rspec (~> 2.14.1)
98+
99+
BUNDLED WITH
100+
1.10.2

gemfiles/rails40.gemfile.lock

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ GEM
3232
i18n (0.7.0)
3333
mail (2.6.3)
3434
mime-types (>= 1.16, < 3)
35-
mime-types (2.5)
35+
mime-types (2.6.1)
3636
minitest (4.7.5)
37-
multi_json (1.11.0)
38-
rack (1.5.2)
37+
multi_json (1.11.1)
38+
rack (1.5.5)
3939
rack-test (0.6.3)
4040
rack (>= 1.0)
4141
rails (4.0.13)
@@ -60,9 +60,9 @@ GEM
6060
rspec-expectations (2.14.5)
6161
diff-lcs (>= 1.1.3, < 2.0)
6262
rspec-mocks (2.14.6)
63-
sprockets (3.0.2)
63+
sprockets (3.2.0)
6464
rack (~> 1.0)
65-
sprockets-rails (2.2.4)
65+
sprockets-rails (2.3.2)
6666
actionpack (>= 3.0)
6767
activesupport (>= 3.0)
6868
sprockets (>= 2.8, < 4.0)
@@ -77,3 +77,6 @@ DEPENDENCIES
7777
rails (~> 4.0.13)
7878
rake (~> 10.4.2)
7979
rspec (~> 2.14.1)
80+
81+
BUNDLED WITH
82+
1.10.2

gemfiles/rails41.gemfile.lock

Lines changed: 34 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionmailer (4.1.10)
5-
actionpack (= 4.1.10)
6-
actionview (= 4.1.10)
4+
actionmailer (4.1.12)
5+
actionpack (= 4.1.12)
6+
actionview (= 4.1.12)
77
mail (~> 2.5, >= 2.5.4)
8-
actionpack (4.1.10)
9-
actionview (= 4.1.10)
10-
activesupport (= 4.1.10)
8+
actionpack (4.1.12)
9+
actionview (= 4.1.12)
10+
activesupport (= 4.1.12)
1111
rack (~> 1.5.2)
1212
rack-test (~> 0.6.2)
13-
actionview (4.1.10)
14-
activesupport (= 4.1.10)
13+
actionview (4.1.12)
14+
activesupport (= 4.1.12)
1515
builder (~> 3.1)
1616
erubis (~> 2.7.0)
17-
activemodel (4.1.10)
18-
activesupport (= 4.1.10)
17+
activemodel (4.1.12)
18+
activesupport (= 4.1.12)
1919
builder (~> 3.1)
20-
activerecord (4.1.10)
21-
activemodel (= 4.1.10)
22-
activesupport (= 4.1.10)
20+
activerecord (4.1.12)
21+
activemodel (= 4.1.12)
22+
activesupport (= 4.1.12)
2323
arel (~> 5.0.0)
24-
activesupport (4.1.10)
24+
activesupport (4.1.12)
2525
i18n (~> 0.6, >= 0.6.9)
2626
json (~> 1.7, >= 1.7.7)
2727
minitest (~> 5.1)
@@ -32,27 +32,27 @@ GEM
3232
diff-lcs (1.2.5)
3333
erubis (2.7.0)
3434
i18n (0.7.0)
35-
json (1.8.2-java)
35+
json (1.8.3-java)
3636
mail (2.6.3)
3737
mime-types (>= 1.16, < 3)
38-
mime-types (2.5)
39-
minitest (5.6.0)
40-
rack (1.5.2)
38+
mime-types (2.6.1)
39+
minitest (5.7.0)
40+
rack (1.5.5)
4141
rack-test (0.6.3)
4242
rack (>= 1.0)
43-
rails (4.1.10)
44-
actionmailer (= 4.1.10)
45-
actionpack (= 4.1.10)
46-
actionview (= 4.1.10)
47-
activemodel (= 4.1.10)
48-
activerecord (= 4.1.10)
49-
activesupport (= 4.1.10)
43+
rails (4.1.12)
44+
actionmailer (= 4.1.12)
45+
actionpack (= 4.1.12)
46+
actionview (= 4.1.12)
47+
activemodel (= 4.1.12)
48+
activerecord (= 4.1.12)
49+
activesupport (= 4.1.12)
5050
bundler (>= 1.3.0, < 2.0)
51-
railties (= 4.1.10)
51+
railties (= 4.1.12)
5252
sprockets-rails (~> 2.0)
53-
railties (4.1.10)
54-
actionpack (= 4.1.10)
55-
activesupport (= 4.1.10)
53+
railties (4.1.12)
54+
actionpack (= 4.1.12)
55+
activesupport (= 4.1.12)
5656
rake (>= 0.8.7)
5757
thor (>= 0.18.1, < 2.0)
5858
rake (10.4.2)
@@ -64,9 +64,9 @@ GEM
6464
rspec-expectations (2.14.5)
6565
diff-lcs (>= 1.1.3, < 2.0)
6666
rspec-mocks (2.14.6)
67-
sprockets (3.0.2)
67+
sprockets (3.2.0)
6868
rack (~> 1.0)
69-
sprockets-rails (2.2.4)
69+
sprockets-rails (2.3.2)
7070
actionpack (>= 3.0)
7171
activesupport (>= 3.0)
7272
sprockets (>= 2.8, < 4.0)
@@ -82,3 +82,6 @@ DEPENDENCIES
8282
rails (~> 4.1.10)
8383
rake (~> 10.4.2)
8484
rspec (~> 2.14.1)
85+
86+
BUNDLED WITH
87+
1.10.2

gemfiles/rails42.gemfile.lock

Lines changed: 41 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionmailer (4.2.1)
5-
actionpack (= 4.2.1)
6-
actionview (= 4.2.1)
7-
activejob (= 4.2.1)
4+
actionmailer (4.2.3)
5+
actionpack (= 4.2.3)
6+
actionview (= 4.2.3)
7+
activejob (= 4.2.3)
88
mail (~> 2.5, >= 2.5.4)
99
rails-dom-testing (~> 1.0, >= 1.0.5)
10-
actionpack (4.2.1)
11-
actionview (= 4.2.1)
12-
activesupport (= 4.2.1)
10+
actionpack (4.2.3)
11+
actionview (= 4.2.3)
12+
activesupport (= 4.2.3)
1313
rack (~> 1.6)
1414
rack-test (~> 0.6.2)
1515
rails-dom-testing (~> 1.0, >= 1.0.5)
16-
rails-html-sanitizer (~> 1.0, >= 1.0.1)
17-
actionview (4.2.1)
18-
activesupport (= 4.2.1)
16+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
17+
actionview (4.2.3)
18+
activesupport (= 4.2.3)
1919
builder (~> 3.1)
2020
erubis (~> 2.7.0)
2121
rails-dom-testing (~> 1.0, >= 1.0.5)
22-
rails-html-sanitizer (~> 1.0, >= 1.0.1)
23-
activejob (4.2.1)
24-
activesupport (= 4.2.1)
22+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
23+
activejob (4.2.3)
24+
activesupport (= 4.2.3)
2525
globalid (>= 0.3.0)
26-
activemodel (4.2.1)
27-
activesupport (= 4.2.1)
26+
activemodel (4.2.3)
27+
activesupport (= 4.2.3)
2828
builder (~> 3.1)
29-
activerecord (4.2.1)
30-
activemodel (= 4.2.1)
31-
activesupport (= 4.2.1)
29+
activerecord (4.2.3)
30+
activemodel (= 4.2.3)
31+
activesupport (= 4.2.3)
3232
arel (~> 6.0)
33-
activesupport (4.2.1)
33+
activesupport (4.2.3)
3434
i18n (~> 0.7)
3535
json (~> 1.7, >= 1.7.7)
3636
minitest (~> 5.1)
@@ -43,27 +43,27 @@ GEM
4343
globalid (0.3.5)
4444
activesupport (>= 4.1.0)
4545
i18n (0.7.0)
46-
json (1.8.2-java)
47-
loofah (2.0.1)
46+
json (1.8.3-java)
47+
loofah (2.0.2)
4848
nokogiri (>= 1.5.9)
4949
mail (2.6.3)
5050
mime-types (>= 1.16, < 3)
51-
mime-types (2.5)
52-
minitest (5.6.0)
51+
mime-types (2.6.1)
52+
minitest (5.7.0)
5353
nokogiri (1.6.6.2-java)
54-
rack (1.6.0)
54+
rack (1.6.4)
5555
rack-test (0.6.3)
5656
rack (>= 1.0)
57-
rails (4.2.1)
58-
actionmailer (= 4.2.1)
59-
actionpack (= 4.2.1)
60-
actionview (= 4.2.1)
61-
activejob (= 4.2.1)
62-
activemodel (= 4.2.1)
63-
activerecord (= 4.2.1)
64-
activesupport (= 4.2.1)
57+
rails (4.2.3)
58+
actionmailer (= 4.2.3)
59+
actionpack (= 4.2.3)
60+
actionview (= 4.2.3)
61+
activejob (= 4.2.3)
62+
activemodel (= 4.2.3)
63+
activerecord (= 4.2.3)
64+
activesupport (= 4.2.3)
6565
bundler (>= 1.3.0, < 2.0)
66-
railties (= 4.2.1)
66+
railties (= 4.2.3)
6767
sprockets-rails
6868
rails-deprecated_sanitizer (1.0.3)
6969
activesupport (>= 4.2.0.alpha)
@@ -73,9 +73,9 @@ GEM
7373
rails-deprecated_sanitizer (>= 1.0.1)
7474
rails-html-sanitizer (1.0.2)
7575
loofah (~> 2.0)
76-
railties (4.2.1)
77-
actionpack (= 4.2.1)
78-
activesupport (= 4.2.1)
76+
railties (4.2.3)
77+
actionpack (= 4.2.3)
78+
activesupport (= 4.2.3)
7979
rake (>= 0.8.7)
8080
thor (>= 0.18.1, < 2.0)
8181
rake (10.4.2)
@@ -87,9 +87,9 @@ GEM
8787
rspec-expectations (2.14.5)
8888
diff-lcs (>= 1.1.3, < 2.0)
8989
rspec-mocks (2.14.6)
90-
sprockets (3.0.2)
90+
sprockets (3.2.0)
9191
rack (~> 1.0)
92-
sprockets-rails (2.2.4)
92+
sprockets-rails (2.3.2)
9393
actionpack (>= 3.0)
9494
activesupport (>= 3.0)
9595
sprockets (>= 2.8, < 4.0)
@@ -105,3 +105,6 @@ DEPENDENCIES
105105
rails (~> 4.2.1)
106106
rake (~> 10.4.2)
107107
rspec (~> 2.14.1)
108+
109+
BUNDLED WITH
110+
1.10.2

0 commit comments

Comments
 (0)