From 64a8cfb59f7d3e65c497b5487b20fc54516fa3c5 Mon Sep 17 00:00:00 2001 From: deppbot Date: Fri, 16 Mar 2018 09:54:36 +0800 Subject: [PATCH] Security Update on 2018-03-16 (#1593) --- Gemfile | 1 + Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f49aaa60d..c5c074891 100644 --- a/Gemfile +++ b/Gemfile @@ -155,3 +155,4 @@ end group :travis do gem 'platform-api' end +gem 'rack-protection', '>= 2.0.1' diff --git a/Gemfile.lock b/Gemfile.lock index a2bd0a4ed..48837e792 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -378,8 +378,8 @@ GEM public_suffix (3.0.1) quiet_assets (1.1.0) railties (>= 3.1, < 5.0) - rack (1.6.8) - rack-protection (2.0.0) + rack (1.6.9) + rack-protection (2.0.1) rack rack-test (0.6.3) rack (>= 1.0) @@ -606,6 +606,7 @@ DEPENDENCIES poltergeist pry quiet_assets + rack-protection (>= 2.0.1) rails (~> 4.2.8) rails-assets-leaflet.markercluster! rails_12factor @@ -629,6 +630,5 @@ DEPENDENCIES RUBY VERSION ruby 2.4.1p111 - BUNDLED WITH 1.16.1