Skip to content

Commit

Permalink
Added no-upstream for byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
lentschi committed Mar 22, 2024
1 parent 5a19041 commit 40e4ed3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,13 @@ gem 'foodsoft_wiki', path: 'plugins/wiki'
# gem 'foodsoft_uservoice', path: 'plugins/uservoice'

group :development do
# TODO-no-upstream
gem 'byebug'

gem 'listen'
gem 'mailcatcher'
gem 'sqlite3', '~> 1.3.6'
gem 'web-console'
gem 'byebug'

# Better error output
gem 'better_errors'
Expand Down

0 comments on commit 40e4ed3

Please sign in to comment.