about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock7
2 files changed, 8 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 451c0b8..d20ac2f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -34,6 +34,7 @@ group :development, :test do
 end
 
 group :development do
+  gem 'pry-rails'
   # Access an interactive console on exception pages or by calling 'console' anywhere in the code.
   gem 'web-console', '>= 4.1.0'
   gem 'listen', '~> 3.7'
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)