bump onebox version
This commit is contained in:
parent
b907f7d307
commit
abbb2b28eb
2
Gemfile
2
Gemfile
|
@ -35,7 +35,7 @@ gem 'redis-namespace'
|
|||
|
||||
gem 'active_model_serializers', '~> 0.8.3'
|
||||
|
||||
gem 'onebox', '1.8.26'
|
||||
gem 'onebox', '1.8.27'
|
||||
|
||||
gem 'http_accept_language', '~>2.0.5', require: false
|
||||
|
||||
|
|
|
@ -230,7 +230,7 @@ GEM
|
|||
omniauth-twitter (1.3.0)
|
||||
omniauth-oauth (~> 1.1)
|
||||
rack
|
||||
onebox (1.8.26)
|
||||
onebox (1.8.27)
|
||||
fast_blank (>= 1.0.0)
|
||||
htmlentities (~> 4.3)
|
||||
moneta (~> 1.0)
|
||||
|
@ -467,7 +467,7 @@ DEPENDENCIES
|
|||
omniauth-oauth2
|
||||
omniauth-openid
|
||||
omniauth-twitter
|
||||
onebox (= 1.8.26)
|
||||
onebox (= 1.8.27)
|
||||
openid-redis-store
|
||||
pg
|
||||
pry-nav
|
||||
|
|
|
@ -447,6 +447,11 @@ aside.onebox.stackexchange .onebox-body {
|
|||
.label2 {
|
||||
float: right;
|
||||
}
|
||||
.site-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
.onebox.githubcommit {
|
||||
|
|
Loading…
Reference in New Issue