Revert "remove :linters group in gemfile"

Bundler does not install the gems necessary to run linting without the
linters group.

This reverts commit a7cf2d480d.
This commit is contained in:
CactusPuppy 2021-03-11 23:38:19 -08:00
parent 536ec5b68a
commit 4ed0a02a88
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -266,7 +266,7 @@ group :test do
gem 'pdf-inspector', require: "pdf/inspector"
end
group :development, :test do
group :development, :test, :linters do
# as debugger
gem 'byebug'
gem 'pry'