From 67a85cad421586465741e3dc97336b36f44c7a26 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Wed, 4 Dec 2019 08:50:47 -0800 Subject: [PATCH] pry --- 2019/ruby/Gemfile | 1 + 2019/ruby/Gemfile.lock | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/2019/ruby/Gemfile b/2019/ruby/Gemfile index e03b97c..88bd7be 100644 --- a/2019/ruby/Gemfile +++ b/2019/ruby/Gemfile @@ -5,3 +5,4 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } gem "minitest" +gem "pry" diff --git a/2019/ruby/Gemfile.lock b/2019/ruby/Gemfile.lock index 5846597..7990e3d 100644 --- a/2019/ruby/Gemfile.lock +++ b/2019/ruby/Gemfile.lock @@ -1,13 +1,19 @@ GEM remote: https://rubygems.org/ specs: + coderay (1.1.2) + method_source (0.9.2) minitest (5.13.0) + pry (0.12.2) + coderay (~> 1.1.0) + method_source (~> 0.9.0) PLATFORMS ruby DEPENDENCIES minitest + pry BUNDLED WITH - 2.0.2 + 2.1.0.pre.3