Skip to content

Commit

Permalink
Instruct Rubocop that dev deps go in gemspec (#29)
Browse files Browse the repository at this point in the history
* Instruct Rubocop that dev deps go in gemspec
* Remove solargraph development dependency
  • Loading branch information
jcouball committed Dec 30, 2023
1 parent 53cb526 commit 0aa26cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ Metrics/BlockLength:
Exclude:
- "spec/**/*_spec.rb"
- "*.gemspec"

Gemspec/DevelopmentDependencies:
Enabled: false
1 change: 0 additions & 1 deletion process_executer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop', '~> 1.36'
spec.add_development_dependency 'simplecov', '~> 0.21'
spec.add_development_dependency 'simplecov-lcov', '~> 0.8'
spec.add_development_dependency 'solargraph', '~> 0.47'

unless RUBY_PLATFORM == 'java'
spec.add_development_dependency 'redcarpet', '~> 3.5'
Expand Down

0 comments on commit 0aa26cd

Please sign in to comment.