Install krb5-auth gem
This commit is contained in:
parent
8046d80386
commit
677ad9ae2b
2 changed files with 3 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -10,7 +10,7 @@ gem 'sqlite3'
|
|||
gem 'thin'
|
||||
|
||||
gem 'devise'
|
||||
|
||||
gem 'krb5-auth'
|
||||
gem 'cancan'
|
||||
|
||||
|
||||
|
|
|
@ -79,6 +79,7 @@ GEM
|
|||
railties (>= 3.0, < 5.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (1.7.7)
|
||||
krb5-auth (0.7)
|
||||
less (2.3.1)
|
||||
commonjs (~> 0.2.6)
|
||||
less-rails (2.3.2)
|
||||
|
@ -182,6 +183,7 @@ DEPENDENCIES
|
|||
coffee-rails (~> 3.2.1)
|
||||
devise
|
||||
jquery-rails
|
||||
krb5-auth
|
||||
less-rails
|
||||
meta_request
|
||||
rack-mini-profiler
|
||||
|
|
Loading…
Reference in a new issue