gems: remove pry-inline and awesome_print gems.

The current release of pry-inline is broken. Neither of these gems were
that useful anyway.
This commit is contained in:
evazion
2020-04-07 14:07:45 -05:00
parent b3238c5dbe
commit 8001272170
2 changed files with 0 additions and 9 deletions

View File

@@ -72,10 +72,8 @@ group :development do
end
group :development, :test do
gem 'awesome_print'
gem 'pry-byebug'
gem 'pry-rails'
gem 'pry-inline'
gem 'listen'
end