Skip to content

Commit 992acc5

Browse files
committed
appraise install (latest) for 2.3/3.x
1 parent 6b62729 commit 992acc5

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed

gemfiles/rails23.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GEM
1212
activesupport (= 2.3.18)
1313
activesupport (2.3.18)
1414
diff-lcs (1.2.5)
15-
rack (1.1.3)
15+
rack (1.1.6)
1616
rails (2.3.18)
1717
actionmailer (= 2.3.18)
1818
actionpack (= 2.3.18)

gemfiles/rails30.gemfile.lock

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,16 @@ GEM
3333
diff-lcs (1.2.5)
3434
erubis (2.6.6)
3535
abstract (>= 1.0.0)
36-
i18n (0.5.0)
37-
json (1.8.1)
36+
i18n (0.5.4)
3837
json (1.8.1-java)
39-
mail (2.2.19)
38+
mail (2.2.20)
4039
activesupport (>= 2.3.6)
4140
i18n (>= 0.4.0)
4241
mime-types (~> 1.16)
4342
treetop (~> 1.4.8)
44-
mime-types (1.25)
45-
polyglot (0.3.3)
46-
rack (1.2.5)
43+
mime-types (1.25.1)
44+
polyglot (0.3.5)
45+
rack (1.2.8)
4746
rack-mount (0.6.14)
4847
rack (>= 1.0.0)
4948
rack-test (0.5.7)
@@ -77,7 +76,7 @@ GEM
7776
treetop (1.4.15)
7877
polyglot
7978
polyglot (>= 0.3.1)
80-
tzinfo (0.3.38)
79+
tzinfo (0.3.41)
8180

8281
PLATFORMS
8382
java

gemfiles/rails31.gemfile.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,21 @@ GEM
3434
diff-lcs (1.2.5)
3535
erubis (2.7.0)
3636
hike (1.2.3)
37-
i18n (0.6.5)
38-
json (1.8.1)
37+
i18n (0.6.11)
3938
json (1.8.1-java)
4039
mail (2.4.4)
4140
i18n (>= 0.4.0)
4241
mime-types (~> 1.16)
4342
treetop (~> 1.4.8)
44-
mime-types (1.25)
45-
multi_json (1.8.2)
46-
polyglot (0.3.3)
47-
rack (1.3.6)
43+
mime-types (1.25.1)
44+
multi_json (1.10.1)
45+
polyglot (0.3.5)
46+
rack (1.3.10)
4847
rack-cache (1.2)
4948
rack (>= 0.4)
5049
rack-mount (0.8.3)
5150
rack (>= 1.0.0)
52-
rack-ssl (1.3.3)
51+
rack-ssl (1.3.4)
5352
rack
5453
rack-test (0.6.2)
5554
rack (>= 1.0)
@@ -88,7 +87,7 @@ GEM
8887
treetop (1.4.15)
8988
polyglot
9089
polyglot (>= 0.3.1)
91-
tzinfo (0.3.38)
90+
tzinfo (0.3.41)
9291

9392
PLATFORMS
9493
java

0 commit comments

Comments
 (0)