remove :linters group in gemfile
This commit is contained in:
parent
7e2e785386
commit
a7cf2d480d
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue