Skip to content

Commit

Permalink
Remove pry/byebug from Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Dec 9, 2022
1 parent db75f94 commit 22fb7e8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Expand Up @@ -23,11 +23,6 @@ group :test do
gem "i18n", require: false
end

group :tools do
gem "pry", platform: :jruby
gem "pry-byebug", platform: :mri
end

group :benchmarks do
gem "actionpack"
gem "activemodel"
Expand Down

2 comments on commit 22fb7e8

@flash-gordon
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@solnic what was the reason? It's used in bin/console. Do you have something against pry?

@solnic
Copy link
Member Author

@solnic solnic commented on 22fb7e8 Jul 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@solnic what was the reason? It's used in bin/console. Do you have something against pry?

@flash-gordon hmm I don't recall why I removed it, sorry :( Maybe it didn't bundle or something

Please sign in to comment.