From fd11457fe434c00ac28de2a3d1dfb98852338336 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 18 Apr 2017 20:46:55 +0900 Subject: [PATCH] Add pry to Gemfile I'm so tired to write and delete this line again and again... Please excuse this commit to maintain Haml. --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 19f3af7f..d304e221 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,8 @@ source "https://rubygems.org" gemspec +gem "pry" + group :docs do gem "yard", "~> 0.8.0" gem "kramdown"