Commit 904f1fb44b3416befaa7f4769c8dd1381745b2ed
Exists in
master
and in
27 other branches
Merge branch 'master' into rails3
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
Gemfile.lock
@@ -61,7 +61,7 @@ GEM | @@ -61,7 +61,7 @@ GEM | ||
61 | database_cleaner (1.2.0) | 61 | database_cleaner (1.2.0) |
62 | diff-lcs (1.1.3) | 62 | diff-lcs (1.1.3) |
63 | erubis (2.7.0) | 63 | erubis (2.7.0) |
64 | - eventmachine (1.0.3) | 64 | + eventmachine (0.12.11) |
65 | fast_gettext (0.6.8) | 65 | fast_gettext (0.6.8) |
66 | ffi (1.0.11) | 66 | ffi (1.0.11) |
67 | gherkin (2.4.21) | 67 | gherkin (2.4.21) |
@@ -75,7 +75,7 @@ GEM | @@ -75,7 +75,7 @@ GEM | ||
75 | i18n (>= 0.4.0) | 75 | i18n (>= 0.4.0) |
76 | mime-types (~> 1.16) | 76 | mime-types (~> 1.16) |
77 | treetop (~> 1.4.8) | 77 | treetop (~> 1.4.8) |
78 | - metaclass (0.0.4) | 78 | + metaclass (0.0.1) |
79 | mime-types (1.19) | 79 | mime-types (1.19) |
80 | mocha (0.11.3) | 80 | mocha (0.11.3) |
81 | metaclass (~> 0.0.1) | 81 | metaclass (~> 0.0.1) |
script/quick-start
@@ -52,6 +52,7 @@ else | @@ -52,6 +52,7 @@ else | ||
52 | # special case Debian-based systems; in others people will have to install | 52 | # special case Debian-based systems; in others people will have to install |
53 | # lsb-release by themselves | 53 | # lsb-release by themselves |
54 | if which apt-get >/dev/null 2>&1; then | 54 | if which apt-get >/dev/null 2>&1; then |
55 | + sudo apt-get update | ||
55 | sudo apt-get -y install lsb-release | 56 | sudo apt-get -y install lsb-release |
56 | else | 57 | else |
57 | complain "E: lsb_release not available! (Try installing the lsb-release package)" | 58 | complain "E: lsb_release not available! (Try installing the lsb-release package)" |