about summary refs log tree commit diff
path: root/Gemfile
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
parentf0aec998c43a4064742c3adfcd0f5de72d5d9908 (diff)
add pry-rails gem
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 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'