From 2fb5271069e32a37af1d22bc321658de4dd51664 Mon Sep 17 00:00:00 2001 From: Vinoth Kannan Date: Wed, 13 Feb 2019 01:11:24 +0530 Subject: [PATCH] FIX: Bump onebox version to include imgur security fix (cherry picked from commit 36ff971c9c45f9cd6199c2cebd7a666b496bfdbd) --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 345d8e7d82..988cc8cd11 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem 'redis-namespace' gem 'active_model_serializers', '~> 0.8.3' -gem 'onebox', '1.8.76' +gem 'onebox', '1.8.77' gem 'http_accept_language', '~>2.0.5', require: false