mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Correct line count link in GitHub commit onebox
Bump onebox version
This commit is contained in:
parent
5a8fdd02fe
commit
061c8874f5
2
Gemfile
2
Gemfile
@ -48,7 +48,7 @@ gem 'redis-namespace'
|
||||
|
||||
gem 'active_model_serializers', '~> 0.8.3'
|
||||
|
||||
gem 'onebox', '1.9.18'
|
||||
gem 'onebox', '1.9.19'
|
||||
|
||||
gem 'http_accept_language', '~>2.0.5', require: false
|
||||
|
||||
|
@ -244,7 +244,7 @@ GEM
|
||||
omniauth-twitter (1.4.0)
|
||||
omniauth-oauth (~> 1.1)
|
||||
rack
|
||||
onebox (1.9.18)
|
||||
onebox (1.9.19)
|
||||
htmlentities (~> 4.3)
|
||||
moneta (~> 1.0)
|
||||
multi_json (~> 1.11)
|
||||
@ -499,7 +499,7 @@ DEPENDENCIES
|
||||
omniauth-oauth2
|
||||
omniauth-openid
|
||||
omniauth-twitter
|
||||
onebox (= 1.9.18)
|
||||
onebox (= 1.9.19)
|
||||
openid-redis-store
|
||||
parallel_tests
|
||||
pg
|
||||
|
Loading…
Reference in New Issue
Block a user