party hart
This commit is contained in:
parent
f693ad2a2f
commit
f1207bc13a
1
Gemfile
1
Gemfile
|
@ -55,6 +55,7 @@ gem 'questiongenerator', git: 'https://github.com/retrospring/questiongenerator.
|
||||||
|
|
||||||
gem 'sanitize'
|
gem 'sanitize'
|
||||||
gem 'redcarpet'
|
gem 'redcarpet'
|
||||||
|
gem 'httparty'
|
||||||
|
|
||||||
# OmniAuth and providers
|
# OmniAuth and providers
|
||||||
gem 'omniauth'
|
gem 'omniauth'
|
||||||
|
|
|
@ -283,6 +283,9 @@ GEM
|
||||||
domain_name (~> 0.5)
|
domain_name (~> 0.5)
|
||||||
http-form_data (1.0.1)
|
http-form_data (1.0.1)
|
||||||
http_parser.rb (0.6.0)
|
http_parser.rb (0.6.0)
|
||||||
|
httparty (0.13.7)
|
||||||
|
json (~> 1.8)
|
||||||
|
multi_xml (>= 0.5.2)
|
||||||
i18n (0.7.0)
|
i18n (0.7.0)
|
||||||
i18n-js (2.1.2)
|
i18n-js (2.1.2)
|
||||||
i18n
|
i18n
|
||||||
|
@ -330,6 +333,7 @@ GEM
|
||||||
momentjs-rails (2.10.6)
|
momentjs-rails (2.10.6)
|
||||||
railties (>= 3.1)
|
railties (>= 3.1)
|
||||||
multi_json (1.11.2)
|
multi_json (1.11.2)
|
||||||
|
multi_xml (0.5.5)
|
||||||
multipart-post (2.0.0)
|
multipart-post (2.0.0)
|
||||||
naught (1.1.0)
|
naught (1.1.0)
|
||||||
nenv (0.2.0)
|
nenv (0.2.0)
|
||||||
|
@ -610,6 +614,7 @@ DEPENDENCIES
|
||||||
foreman
|
foreman
|
||||||
guard-brakeman
|
guard-brakeman
|
||||||
haml
|
haml
|
||||||
|
httparty
|
||||||
i18n-js
|
i18n-js
|
||||||
jbuilder (~> 2.2.4)
|
jbuilder (~> 2.2.4)
|
||||||
jquery-minicolors-rails
|
jquery-minicolors-rails
|
||||||
|
|
Loading…
Reference in New Issue