From 4a235e8301ea3ee6e265e37c532c55d4012ef2b4 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 24 Aug 2021 12:09:58 -0400 Subject: add pry-rails gem --- Gemfile.lock | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 30def6b..3e9b710 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,6 +76,7 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) childprocess (3.0.0) + coderay (1.1.3) concurrent-ruby (1.1.9) crass (1.0.6) erubi (1.10.0) @@ -102,6 +103,11 @@ GEM nio4r (2.5.8) nokogiri (1.12.3-x86_64-linux) racc (~> 1.4) + pry (0.14.1) + coderay (~> 1.1) + method_source (~> 1.0) + pry-rails (0.3.9) + pry (>= 0.10.4) public_suffix (4.0.6) puma (5.4.0) nio4r (~> 2.0) @@ -202,6 +208,7 @@ DEPENDENCIES capybara (>= 3.35) jbuilder (~> 2.11) listen (~> 3.7) + pry-rails puma (~> 5.4) rails (~> 6.1.4, >= 6.0.3.7) sass-rails (>= 6) -- cgit 1.4.1