Commit 892f430c91c484873a79c78f67f2757ee02a62bd
1 parent
21153d13
Exists in
master
and in
27 other branches
removing eventmachine from Gemfile.lock and adding mocha lib to Gemfile test group
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
Gemfile
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 (0.12.11) | |
64 | + eventmachine (1.0.3) | |
65 | 65 | fast_gettext (0.6.8) |
66 | 66 | ffi (1.0.11) |
67 | 67 | gherkin (2.4.21) |
... | ... | @@ -75,7 +75,10 @@ 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 | 79 | mime-types (1.19) |
80 | + mocha (0.11.3) | |
81 | + metaclass (~> 0.0.1) | |
79 | 82 | multi_json (1.3.6) |
80 | 83 | nokogiri (1.5.5) |
81 | 84 | pg (0.13.2) |
... | ... | @@ -164,6 +167,7 @@ DEPENDENCIES |
164 | 167 | database_cleaner |
165 | 168 | fast_gettext |
166 | 169 | hpricot |
170 | + mocha | |
167 | 171 | nokogiri |
168 | 172 | pg |
169 | 173 | prototype-rails | ... | ... |