Commit 8f621c9e064afe1465728143d71f0658053d55ad
1 parent
135418dc
Exists in
master
and in
4 other branches
Enumerize gem added
Showing
2 changed files
with
6 additions
and
0 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -144,6 +144,8 @@ GEM |
144 | 144 | email_spec (1.4.0) |
145 | 145 | launchy (~> 2.1) |
146 | 146 | mail (~> 2.2) |
147 | + enumerize (0.5.1) | |
148 | + activesupport (>= 3.2) | |
147 | 149 | erubis (2.7.0) |
148 | 150 | escape_utils (0.2.4) |
149 | 151 | eventmachine (1.0.0) |
... | ... | @@ -469,6 +471,7 @@ DEPENDENCIES |
469 | 471 | devise (~> 2.1.0) |
470 | 472 | draper (~> 0.18.0) |
471 | 473 | email_spec |
474 | + enumerize | |
472 | 475 | factory_girl_rails |
473 | 476 | ffaker |
474 | 477 | font-awesome-sass-rails (~> 3.0.0) | ... | ... |