mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
oops gemfile lock was missing from pr
This commit is contained in:
parent
46389754d6
commit
33d3f1fdd1
1 changed files with 6 additions and 0 deletions
|
@ -137,6 +137,7 @@ GEM
|
||||||
activesupport (3.2.12)
|
activesupport (3.2.12)
|
||||||
i18n (~> 0.6)
|
i18n (~> 0.6)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
|
addressable (2.3.4)
|
||||||
airbrake (3.1.2)
|
airbrake (3.1.2)
|
||||||
activesupport
|
activesupport
|
||||||
builder
|
builder
|
||||||
|
@ -284,6 +285,10 @@ GEM
|
||||||
omniauth (1.1.4)
|
omniauth (1.1.4)
|
||||||
hashie (>= 1.2, < 3)
|
hashie (>= 1.2, < 3)
|
||||||
rack
|
rack
|
||||||
|
omniauth-cas (1.0.1)
|
||||||
|
addressable (~> 2.3)
|
||||||
|
nokogiri (~> 1.5)
|
||||||
|
omniauth (~> 1.1.0)
|
||||||
omniauth-facebook (1.4.1)
|
omniauth-facebook (1.4.1)
|
||||||
omniauth-oauth2 (~> 1.1.0)
|
omniauth-oauth2 (~> 1.1.0)
|
||||||
omniauth-github (1.1.0)
|
omniauth-github (1.1.0)
|
||||||
|
@ -519,6 +524,7 @@ DEPENDENCIES
|
||||||
oj
|
oj
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-browserid!
|
omniauth-browserid!
|
||||||
|
omniauth-cas
|
||||||
omniauth-facebook
|
omniauth-facebook
|
||||||
omniauth-github
|
omniauth-github
|
||||||
omniauth-openid
|
omniauth-openid
|
||||||
|
|
Loading…
Reference in a new issue