Remove omniauth gems
This commit is contained in:
parent
cb3862847e
commit
8046d80386
2 changed files with 16 additions and 30 deletions
2
Gemfile
2
Gemfile
|
@ -10,8 +10,6 @@ gem 'sqlite3'
|
|||
gem 'thin'
|
||||
|
||||
gem 'devise'
|
||||
gem 'omniauth'
|
||||
gem 'omniauth-kerberos'
|
||||
|
||||
gem 'cancan'
|
||||
|
||||
|
|
44
Gemfile.lock
44
Gemfile.lock
|
@ -30,18 +30,18 @@ GEM
|
|||
multi_json (~> 1.0)
|
||||
arel (3.0.2)
|
||||
bcrypt-ruby (3.0.1)
|
||||
better_errors (0.7.2)
|
||||
better_errors (0.8.0)
|
||||
coderay (>= 1.0.0)
|
||||
erubis (>= 2.6.6)
|
||||
binding_of_caller (0.7.1)
|
||||
debug_inspector (>= 0.0.1)
|
||||
brakeman (1.9.4)
|
||||
brakeman (1.9.5)
|
||||
erubis (~> 2.6)
|
||||
fastercsv (~> 1.5)
|
||||
haml (>= 3.0, < 5.0)
|
||||
highline (~> 1.6)
|
||||
multi_json (~> 1.2)
|
||||
ruby2ruby (~> 2.0)
|
||||
ruby2ruby (= 2.0.3)
|
||||
ruby_parser (~> 3.1.1)
|
||||
sass (~> 3.0)
|
||||
slim (~> 1.3.6)
|
||||
|
@ -69,11 +69,10 @@ GEM
|
|||
execjs (1.4.0)
|
||||
multi_json (~> 1.0)
|
||||
fastercsv (1.5.5)
|
||||
haml (4.0.1)
|
||||
haml (4.0.2)
|
||||
tilt
|
||||
hashie (1.2.0)
|
||||
highline (1.6.16)
|
||||
hike (1.2.1)
|
||||
hike (1.2.2)
|
||||
i18n (0.6.4)
|
||||
journey (1.0.4)
|
||||
jquery-rails (2.2.1)
|
||||
|
@ -93,16 +92,8 @@ GEM
|
|||
meta_request (0.2.3)
|
||||
rack-contrib
|
||||
railties
|
||||
mime-types (1.21)
|
||||
mime-types (1.22)
|
||||
multi_json (1.7.2)
|
||||
omniauth (1.1.3)
|
||||
hashie (~> 1.2)
|
||||
rack
|
||||
omniauth-kerberos (0.2.0)
|
||||
omniauth-multipassword
|
||||
timfel-krb5-auth (~> 0.8)
|
||||
omniauth-multipassword (0.4.0)
|
||||
omniauth (~> 1.0)
|
||||
orm_adapter (0.4.0)
|
||||
polyglot (0.3.3)
|
||||
rack (1.4.5)
|
||||
|
@ -110,7 +101,7 @@ GEM
|
|||
rack (>= 0.4)
|
||||
rack-contrib (1.1.0)
|
||||
rack (>= 0.9.1)
|
||||
rack-mini-profiler (0.1.23)
|
||||
rack-mini-profiler (0.1.26)
|
||||
rack (>= 1.1.3)
|
||||
rack-ssl (1.3.3)
|
||||
rack
|
||||
|
@ -136,19 +127,19 @@ GEM
|
|||
rake (10.0.4)
|
||||
rdoc (3.12.2)
|
||||
json (~> 1.4)
|
||||
ruby2ruby (2.0.4)
|
||||
ruby2ruby (2.0.3)
|
||||
ruby_parser (~> 3.1)
|
||||
sexp_processor (~> 4.0)
|
||||
ruby_parser (3.1.2)
|
||||
ruby_parser (3.1.3)
|
||||
sexp_processor (~> 4.1)
|
||||
sass (3.2.7)
|
||||
sass-rails (3.2.6)
|
||||
railties (~> 3.2.0)
|
||||
sass (>= 3.1.10)
|
||||
tilt (~> 1.3)
|
||||
sexp_processor (4.2.0)
|
||||
slim (1.3.6)
|
||||
temple (~> 0.5.5)
|
||||
sexp_processor (4.2.1)
|
||||
slim (1.3.8)
|
||||
temple (~> 0.6.3)
|
||||
tilt (~> 1.3.3)
|
||||
sprockets (2.2.2)
|
||||
hike (~> 1.2)
|
||||
|
@ -156,7 +147,7 @@ GEM
|
|||
rack (~> 1.0)
|
||||
tilt (~> 1.1, != 1.3.0)
|
||||
sqlite3 (1.3.7)
|
||||
temple (0.5.5)
|
||||
temple (0.6.3)
|
||||
terminal-table (1.4.5)
|
||||
therubyracer (0.10.2)
|
||||
libv8 (~> 3.3.10)
|
||||
|
@ -164,9 +155,8 @@ GEM
|
|||
daemons (>= 1.0.9)
|
||||
eventmachine (>= 0.12.6)
|
||||
rack (>= 1.0.0)
|
||||
thor (0.18.0)
|
||||
tilt (1.3.6)
|
||||
timfel-krb5-auth (0.8)
|
||||
thor (0.18.1)
|
||||
tilt (1.3.7)
|
||||
treetop (1.4.12)
|
||||
polyglot
|
||||
polyglot (>= 0.3.1)
|
||||
|
@ -175,7 +165,7 @@ GEM
|
|||
execjs
|
||||
railties (>= 3.1)
|
||||
tzinfo (0.3.37)
|
||||
uglifier (1.3.0)
|
||||
uglifier (2.0.1)
|
||||
execjs (>= 0.3.0)
|
||||
multi_json (~> 1.0, >= 1.0.2)
|
||||
warden (1.2.1)
|
||||
|
@ -194,8 +184,6 @@ DEPENDENCIES
|
|||
jquery-rails
|
||||
less-rails
|
||||
meta_request
|
||||
omniauth
|
||||
omniauth-kerberos
|
||||
rack-mini-profiler
|
||||
rails (= 3.2.11)
|
||||
rails-footnotes
|
||||
|
|
Loading…
Reference in a new issue