Skip to content

Commit 5e3e47c

Browse files
tschaeferdominikklein
authored andcommitted
Maintenance: Make Pry to the default Rails console.
1 parent a5fdf3f commit 5e3e47c

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

Gemfile

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -190,20 +190,23 @@ gem 'PoParser', require: false
190190
# Simple storage
191191
gem 'aws-sdk-s3', require: false
192192

193+
# Debugging and profiling
194+
gem 'byebug'
195+
gem 'pry-byebug'
196+
gem 'pry-doc'
197+
gem 'pry-rails'
198+
gem 'pry-remote'
199+
gem 'pry-rescue'
200+
gem 'pry-stack_explorer'
201+
gem 'pry-theme'
202+
193203
# Gems used only for develop/test and not required
194204
# in production environments by default.
195205
group :development, :test do
196206

197207
# watch file changes
198208
gem 'listen'
199209

200-
# debugging
201-
gem 'byebug'
202-
gem 'pry-rails'
203-
gem 'pry-remote'
204-
gem 'pry-rescue'
205-
gem 'pry-stack_explorer'
206-
207210
# test frameworks
208211
gem 'minitest-profile', require: false
209212
gem 'rails-controller-testing'

Gemfile.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,12 @@ GEM
433433
pry (0.14.2)
434434
coderay (~> 1.1)
435435
method_source (~> 1.0)
436+
pry-byebug (3.10.1)
437+
byebug (~> 11.0)
438+
pry (>= 0.13, < 0.15)
439+
pry-doc (1.4.0)
440+
pry (~> 0.11)
441+
yard (~> 0.9.11)
436442
pry-rails (0.3.9)
437443
pry (>= 0.10.4)
438444
pry-remote (0.1.8)
@@ -444,6 +450,8 @@ GEM
444450
pry-stack_explorer (0.6.1)
445451
binding_of_caller (~> 1.0)
446452
pry (~> 0.13)
453+
pry-theme (1.3.1)
454+
coderay (~> 1.1)
447455
public_suffix (5.0.3)
448456
puma (6.4.0)
449457
nio4r (~> 2.0)
@@ -688,6 +696,7 @@ GEM
688696
rubyzip (>= 1.0.0)
689697
xpath (3.2.0)
690698
nokogiri (~> 1.8)
699+
yard (0.9.34)
691700
zeitwerk (2.6.12)
692701
zendesk_api (2.0.1)
693702
faraday (> 2.0.0)
@@ -774,10 +783,13 @@ DEPENDENCIES
774783
overcommit
775784
parallel
776785
pg (~> 1.2.0)
786+
pry-byebug
787+
pry-doc
777788
pry-rails
778789
pry-remote
779790
pry-rescue
780791
pry-stack_explorer
792+
pry-theme
781793
puma
782794
pundit
783795
pundit-matchers

0 commit comments

Comments
 (0)