mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 02:32:45 +08:00
Bump onebox version.
- Remove native caching - FIX: dropbox videos were not loading
This commit is contained in:
parent
ff33899323
commit
cb9702bf7a
2
Gemfile
2
Gemfile
|
@ -41,7 +41,7 @@ gem 'redis-namespace'
|
||||||
|
|
||||||
gem 'active_model_serializers', '~> 0.8.3'
|
gem 'active_model_serializers', '~> 0.8.3'
|
||||||
|
|
||||||
gem 'onebox', '1.9.20'
|
gem 'onebox', '1.9.21'
|
||||||
|
|
||||||
gem 'http_accept_language', '~>2.0.5', require: false
|
gem 'http_accept_language', '~>2.0.5', require: false
|
||||||
|
|
||||||
|
|
|
@ -199,7 +199,6 @@ GEM
|
||||||
mocha (1.8.0)
|
mocha (1.8.0)
|
||||||
metaclass (~> 0.0.1)
|
metaclass (~> 0.0.1)
|
||||||
mock_redis (0.19.0)
|
mock_redis (0.19.0)
|
||||||
moneta (1.2.0)
|
|
||||||
msgpack (1.2.10)
|
msgpack (1.2.10)
|
||||||
multi_json (1.13.1)
|
multi_json (1.13.1)
|
||||||
multi_xml (0.6.0)
|
multi_xml (0.6.0)
|
||||||
|
@ -244,9 +243,8 @@ GEM
|
||||||
omniauth-twitter (1.4.0)
|
omniauth-twitter (1.4.0)
|
||||||
omniauth-oauth (~> 1.1)
|
omniauth-oauth (~> 1.1)
|
||||||
rack
|
rack
|
||||||
onebox (1.9.20)
|
onebox (1.9.21)
|
||||||
htmlentities (~> 4.3)
|
htmlentities (~> 4.3)
|
||||||
moneta (~> 1.0)
|
|
||||||
multi_json (~> 1.11)
|
multi_json (~> 1.11)
|
||||||
mustache
|
mustache
|
||||||
nokogiri (~> 1.7)
|
nokogiri (~> 1.7)
|
||||||
|
@ -499,7 +497,7 @@ DEPENDENCIES
|
||||||
omniauth-oauth2
|
omniauth-oauth2
|
||||||
omniauth-openid
|
omniauth-openid
|
||||||
omniauth-twitter
|
omniauth-twitter
|
||||||
onebox (= 1.9.20)
|
onebox (= 1.9.21)
|
||||||
openid-redis-store
|
openid-redis-store
|
||||||
parallel_tests
|
parallel_tests
|
||||||
pg
|
pg
|
||||||
|
|
Loading…
Reference in New Issue
Block a user