Commit 3bc3acc230221060866a479f55dd568f96d69437
1 parent
5d182131
Exists in
staging
and in
42 other branches
Fix version of eventmachine
The Debian package provided by the Noosfero repository reported 0.12.11 (which was never uploaded to rubygems.org), although it was actualy 0.12.10. A fixed packages was just made available. This should fix stuff for people installing all the dependencies via rubygems.
Showing
1 changed file
with
1 additions
and
1 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 (0.12.11) | 64 | + eventmachine (0.12.10) |
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) |