Skip to content

Commit

Permalink
CI: remove sinatra from rack-protection bundle
Browse files Browse the repository at this point in the history
It is not needed.

Including it hides real problems: sinatra#1857 (comment)
  • Loading branch information
dentarg committed Dec 22, 2023
1 parent d66fa62 commit dcdebe9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rack-protection/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ rack_version = nil if rack_version.empty? || (rack_version == 'stable')
rack_version = { github: 'rack/rack' } if rack_version == 'head'
gem 'rack', rack_version

gem 'sinatra', path: '..'

gemspec

gem 'rack-test', github: 'rack/rack-test'

0 comments on commit dcdebe9

Please sign in to comment.