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 | 61 | database_cleaner (1.2.0) |
62 | 62 | diff-lcs (1.1.3) |
63 | 63 | erubis (2.7.0) |
64 | - eventmachine (1.0.3) | |
64 | + eventmachine (0.12.11) | |
65 | 65 | fast_gettext (0.6.8) |
66 | 66 | ffi (1.0.11) |
67 | 67 | gherkin (2.4.21) |
... | ... | @@ -75,7 +75,7 @@ GEM |
75 | 75 | i18n (>= 0.4.0) |
76 | 76 | mime-types (~> 1.16) |
77 | 77 | treetop (~> 1.4.8) |
78 | - metaclass (0.0.4) | |
78 | + metaclass (0.0.1) | |
79 | 79 | mime-types (1.19) |
80 | 80 | mocha (0.11.3) |
81 | 81 | metaclass (~> 0.0.1) | ... | ... |
script/quick-start
... | ... | @@ -52,6 +52,7 @@ else |
52 | 52 | # special case Debian-based systems; in others people will have to install |
53 | 53 | # lsb-release by themselves |
54 | 54 | if which apt-get >/dev/null 2>&1; then |
55 | + sudo apt-get update | |
55 | 56 | sudo apt-get -y install lsb-release |
56 | 57 | else |
57 | 58 | complain "E: lsb_release not available! (Try installing the lsb-release package)" | ... | ... |