Install enumerated_attribute gem
This commit is contained in:
parent
78acb70402
commit
35aebc3311
2 changed files with 6 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -14,6 +14,8 @@ gem 'devise-kerberos-authenticatable',
|
|||
:git => 'git://github.com/atomaka/devise-kerberos-authenticatable.git'
|
||||
gem 'cancan'
|
||||
|
||||
gem 'enumerated_attribute'
|
||||
|
||||
|
||||
# Gems used only for assets and not required
|
||||
# in production environments by default.
|
||||
|
|
|
@ -72,6 +72,8 @@ GEM
|
|||
orm_adapter (~> 0.1)
|
||||
railties (~> 3.1)
|
||||
warden (~> 1.2.1)
|
||||
enumerated_attribute (0.2.16)
|
||||
meta_programming (>= 0.2.1)
|
||||
erubis (2.7.0)
|
||||
eventmachine (1.0.3)
|
||||
execjs (1.4.0)
|
||||
|
@ -97,6 +99,7 @@ GEM
|
|||
i18n (>= 0.4.0)
|
||||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
meta_programming (0.2.2)
|
||||
meta_request (0.2.3)
|
||||
rack-contrib
|
||||
railties
|
||||
|
@ -191,6 +194,7 @@ DEPENDENCIES
|
|||
coffee-rails (~> 3.2.1)
|
||||
devise
|
||||
devise-kerberos-authenticatable!
|
||||
enumerated_attribute
|
||||
jquery-rails
|
||||
less-rails
|
||||
meta_request
|
||||
|
|
Loading…
Reference in a new issue