Skip to content

Commit

Permalink
move pry gem outside development block in gemfile (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni authored and Bilelkihal committed Jun 14, 2024
1 parent 19d59f9 commit 3121de5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ gem 'turbo-rails'
# [https://stimulus.hotwired.dev]
gem 'stimulus-rails'

# Debugging tool
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem 'pry'
gem 'pry'

# Time zone info for Windows platforms
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

Expand Down Expand Up @@ -140,8 +144,6 @@ group :development do
gem 'html2haml'

# Debugging tools
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem 'pry'
gem 'debug', platforms: %i[mri mingw x64_mingw]

# Use console on exceptions pages
Expand Down

0 comments on commit 3121de5

Please sign in to comment.