remove :linters group in gemfile

This commit is contained in:
Michael Ball 2021-03-08 21:32:46 -08:00
parent 7e2e785386
commit a7cf2d480d

View file

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