Skip to content

Commit

Permalink
Drop development dependency on Rack gem
Browse files Browse the repository at this point in the history
This PR drops development dependency on Rack gem.

This dependency was introduced at rubocop#5597 for `Rails/HttpStatus` cop.

Rails cops has been removed in rubocop#7095 from RuboCop core and the
dependency on Rack gem is maintained by RuboCop Rails repo.
rubocop/rubocop-rails#68
  • Loading branch information
koic committed Jun 11, 2019
1 parent b1f5327 commit 9f4e60c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rubocop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('unicode-display_width', '>= 1.4.0', '< 1.7')

s.add_development_dependency('bundler', '>= 1.15.0', '< 3.0')
s.add_development_dependency('rack', '>= 2.0')
end

0 comments on commit 9f4e60c

Please sign in to comment.