about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-08-24 12:09:58 -0400
committerBen Harris <ben@tilde.team>2021-08-24 12:09:58 -0400
commit4a235e8301ea3ee6e265e37c532c55d4012ef2b4 (patch)
treea4a408b8849f6296c33a0dafe7873b2099965a9f /Gemfile.lock
parentf0aec998c43a4064742c3adfcd0f5de72d5d9908 (diff)
add pry-rails gem
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock7
1 files changed, 7 insertions, 0 deletions
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)