chore(dev): add more pry features with pry-rails gem
This commit is contained in:
parent
5110077587
commit
6b95ce5ecc
2 changed files with 4 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -126,6 +126,7 @@ group :development, :test do
|
|||
gem 'graphql-schema_comparator'
|
||||
gem 'mina', require: false # Deploy
|
||||
gem 'pry-byebug' # Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
||||
gem 'pry-rails'
|
||||
gem 'rspec-rails'
|
||||
gem 'simple_xlsx_reader'
|
||||
gem 'spring' # Spring speeds up development by keeping your application running in the background
|
||||
|
|
|
@ -494,6 +494,8 @@ GEM
|
|||
pry-byebug (3.9.0)
|
||||
byebug (~> 11.0)
|
||||
pry (~> 0.13.0)
|
||||
pry-rails (0.3.9)
|
||||
pry (>= 0.10.4)
|
||||
public_suffix (4.0.6)
|
||||
puma (5.6.4)
|
||||
nio4r (~> 2.0)
|
||||
|
@ -867,6 +869,7 @@ DEPENDENCIES
|
|||
prawn-rails
|
||||
premailer-rails
|
||||
pry-byebug
|
||||
pry-rails
|
||||
puma
|
||||
pundit
|
||||
rack-attack
|
||||
|
|
Loading…
Reference in a new issue