Skip to content

Commit

Permalink
Update rack-proxy.gemspec
Browse files Browse the repository at this point in the history
Currently breaks on Ruby < 2.6 due to use of `then`  in lib/rack/proxy.rb:27. The `then` method only became available in Ruby 2.6.
  • Loading branch information
drzel authored Mar 20, 2023
1 parent ce04ba5 commit e655d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rack-proxy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/ncr/rack-proxy"
s.summary = %q{A request/response rewriting HTTP proxy. A Rack app.}
s.description = %q{A Rack app that provides request/response rewriting proxy capabilities with streaming.}
s.required_ruby_version = '>= 2.6'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit e655d8c

Please sign in to comment.