add pry-rails gem

This commit is contained in:
Ben Harris 2021-08-24 12:09:58 -04:00
parent f0aec998c4
commit 4a235e8301
2 changed files with 8 additions and 0 deletions

View File

@ -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'

View File

@ -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)