Skip to content

Commit

Permalink
Move pry into main group
Browse files Browse the repository at this point in the history
For debugging production...
  • Loading branch information
hennevogel committed Nov 13, 2023
1 parent 01e8768 commit 19c4a8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,15 @@ gem 'delayed_job_active_record', '~> 4.1'
# for setting environment variables
gem 'dotenv-rails'

# as debugger
gem 'pry'

# needed to collect translatable strings
# not needed at production
group :development do
# no need to load the gem via require
# we only need the rake tasks
gem 'gettext', '>= 3.4.2', require: false
# as debugger
gem 'pry'
gem 'ruby_parser', require: false
end

Expand Down

0 comments on commit 19c4a8e

Please sign in to comment.