From e39103c1eb774582f4f0f1ef921966e6cbde0c5c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mislav=20Marohni=C4=87?= <mislav.marohnic@gmail.com>
Date: Mon, 25 Mar 2019 15:12:23 +0100
Subject: [PATCH] rbenv 1.1.2

Closes #38260.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
---
 Formula/rbenv.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Formula/rbenv.rb b/Formula/rbenv.rb
index ac3291dd2f..fd4b0496ad 100644
--- a/Formula/rbenv.rb
+++ b/Formula/rbenv.rb
@@ -1,8 +1,8 @@
 class Rbenv < Formula
   desc "Ruby version manager"
   homepage "https://github.com/rbenv/rbenv#readme"
-  url "https://github.com/rbenv/rbenv/archive/v1.1.1.tar.gz"
-  sha256 "41f1a60714c55eceb21d692a469aee1ec4f46bba351d0dfcb0c660ff9cf1a1c9"
+  url "https://github.com/rbenv/rbenv/archive/v1.1.2.tar.gz"
+  sha256 "80ad89ffe04c0b481503bd375f05c212bbc7d44ef5f5e649e0acdf25eba86736"
   head "https://github.com/rbenv/rbenv.git"
 
   bottle do