Commit 8f621c9e authored by Andrew8xx8's avatar Andrew8xx8

Enumerize gem added

parent 135418dc
...@@ -45,6 +45,9 @@ gem "grape", "~> 0.2.1" ...@@ -45,6 +45,9 @@ gem "grape", "~> 0.2.1"
# based on human-friendly examples # based on human-friendly examples
gem "stamp" gem "stamp"
# Enumeration fields
gem 'enumerize'
# Pagination # Pagination
gem "kaminari", "~> 0.14.1" gem "kaminari", "~> 0.14.1"
......
...@@ -144,6 +144,8 @@ GEM ...@@ -144,6 +144,8 @@ GEM
email_spec (1.4.0) email_spec (1.4.0)
launchy (~> 2.1) launchy (~> 2.1)
mail (~> 2.2) mail (~> 2.2)
enumerize (0.5.1)
activesupport (>= 3.2)
erubis (2.7.0) erubis (2.7.0)
escape_utils (0.2.4) escape_utils (0.2.4)
eventmachine (1.0.0) eventmachine (1.0.0)
...@@ -469,6 +471,7 @@ DEPENDENCIES ...@@ -469,6 +471,7 @@ DEPENDENCIES
devise (~> 2.1.0) devise (~> 2.1.0)
draper (~> 0.18.0) draper (~> 0.18.0)
email_spec email_spec
enumerize
factory_girl_rails factory_girl_rails
ffaker ffaker
font-awesome-sass-rails (~> 3.0.0) font-awesome-sass-rails (~> 3.0.0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment