From 3121de509615ee717bc5a58e4e17d74babaedbb7 Mon Sep 17 00:00:00 2001 From: Syphax Bouazzouni Date: Wed, 12 Jun 2024 19:48:15 +0200 Subject: [PATCH] move pry gem outside development block in gemfile (#671) --- Gemfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index f58f618a1..64a6783f9 100644 --- a/Gemfile +++ b/Gemfile @@ -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] @@ -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