From e5f1257f901b31128e9f6effc0bf7ed2b11107e6 Mon Sep 17 00:00:00 2001
From: Stan Hu <stanhu@gmail.com>
Date: Sat, 25 Feb 2017 14:57:04 -0800
Subject: [PATCH] Bump Hashie to 3.5.5 to eliminate warning noise

Closes #28595
---
 Gemfile.lock                                      | 2 +-
 changelogs/unreleased/sh-bump-hashie-to-3-5-5.yml | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)
 create mode 100644 changelogs/unreleased/sh-bump-hashie-to-3-5-5.yml

diff --git a/Gemfile.lock b/Gemfile.lock
index b46b09c75446e..524151543c08f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -328,7 +328,7 @@ GEM
       temple (~> 0.7.6)
       thor
       tilt
-    hashie (3.4.4)
+    hashie (3.5.5)
     health_check (2.2.1)
       rails (>= 4.0)
     hipchat (1.5.2)
diff --git a/changelogs/unreleased/sh-bump-hashie-to-3-5-5.yml b/changelogs/unreleased/sh-bump-hashie-to-3-5-5.yml
new file mode 100644
index 0000000000000..0477ee7792c14
--- /dev/null
+++ b/changelogs/unreleased/sh-bump-hashie-to-3-5-5.yml
@@ -0,0 +1,4 @@
+---
+title: Bump Hashie to 3.5.5 to eliminate warning noise
+merge_request:
+author:
-- 
GitLab