Skip to content

Commit

Permalink
Remove debug gem to use pry in development and test
Browse files Browse the repository at this point in the history
  • Loading branch information
goulvench committed Feb 13, 2025
1 parent 74c57db commit 2b45443
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ gem "dsfr-form_builder"
gem "dsfr-view-components"

group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: [:mri, :windows], require: "debug/prelude"
gem "pry-rails"

# Static analysis for security vulnerabilities [https://brakemanscanner.org/]
gem "brakeman", require: false
Expand All @@ -68,7 +67,6 @@ group :development do
# Print validation error messages in console
gem "whiny_validation"
# Open pry when using rails console
gem "pry-rails"
gem "better_errors"
gem "binding_of_caller"
end
Expand Down
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,6 @@ GEM
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.4.1)
debug (1.10.0)
irb (~> 1.10)
reline (>= 0.3.8)
debug_inspector (1.2.0)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
Expand Down Expand Up @@ -555,7 +552,6 @@ DEPENDENCIES
cucumber-rails
dartsass-rails
database_cleaner
debug
dsfr-assets
dsfr-form_builder
dsfr-view-components
Expand Down

0 comments on commit 2b45443

Please sign in to comment.