From 4ed0a02a886a9129098875c22cdae326c105cff1 Mon Sep 17 00:00:00 2001 From: CactusPuppy Date: Thu, 11 Mar 2021 23:38:19 -0800 Subject: [PATCH] Revert "remove :linters group in gemfile" Bundler does not install the gems necessary to run linting without the linters group. This reverts commit a7cf2d480d0ad4404cfc4aaadc4c23bda3c11956. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 226932f5..97bf9ba6 100644 --- a/Gemfile +++ b/Gemfile @@ -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'