FEATURE: bump onebox dependency

- Adds support of kaltura oneboxes
- Adds support for typeform oneboxes
This commit is contained in:
Sam Saffron 2019-02-19 15:22:43 +11:00
parent bf21ebaecc
commit 83f13ecf82
2 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ gem 'redis-namespace'
gem 'active_model_serializers', '~> 0.8.3' gem 'active_model_serializers', '~> 0.8.3'
gem 'onebox', '1.8.77' gem 'onebox', '1.8.78'
gem 'http_accept_language', '~>2.0.5', require: false gem 'http_accept_language', '~>2.0.5', require: false

View File

@ -217,7 +217,7 @@ GEM
multi_json (1.13.1) multi_json (1.13.1)
multi_xml (0.6.0) multi_xml (0.6.0)
multipart-post (2.0.0) multipart-post (2.0.0)
mustache (1.0.5) mustache (1.1.0)
nap (1.1.0) nap (1.1.0)
no_proxy_fix (0.1.2) no_proxy_fix (0.1.2)
nokogiri (1.10.1) nokogiri (1.10.1)
@ -261,7 +261,7 @@ GEM
omniauth-twitter (1.4.0) omniauth-twitter (1.4.0)
omniauth-oauth (~> 1.1) omniauth-oauth (~> 1.1)
rack rack
onebox (1.8.77) onebox (1.8.78)
htmlentities (~> 4.3) htmlentities (~> 4.3)
moneta (~> 1.0) moneta (~> 1.0)
multi_json (~> 1.11) multi_json (~> 1.11)
@ -515,7 +515,7 @@ DEPENDENCIES
omniauth-oauth2 omniauth-oauth2
omniauth-openid omniauth-openid
omniauth-twitter omniauth-twitter
onebox (= 1.8.77) onebox (= 1.8.78)
openid-redis-store openid-redis-store
pg pg
pry-nav pry-nav