diff --git a/Gemfile b/Gemfile index 5ee645181..df6faa380 100644 --- a/Gemfile +++ b/Gemfile @@ -42,10 +42,11 @@ gem 'turbo-rails' # [https://stimulus.hotwired.dev] gem 'stimulus-rails' -# Build JSON APIs with ease [https://github.com/rails/jbuilder] -# gem "jbuilder" +# Debugging tool +# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem 'pry' +gem 'pry' -# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +# Time zone info for Windows platforms gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] # To use ActiveModel has_secure_password @@ -142,7 +143,6 @@ group :development do gem 'html2haml' # Debugging tools - # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem 'debug', platforms: %i[mri mingw x64_mingw] # Use console on exceptions pages [https://github.com/rails/web-console]