Skip to content

Commit

Permalink
Pin Rack to a version that has Rack.release
Browse files Browse the repository at this point in the history
  • Loading branch information
dgholz authored Jul 1, 2024
1 parent b1927e5 commit 8d50fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apigatewayv2_rack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|

# Uncomment to register a new dependency of your gem
# spec.add_dependency "example-gem", "~> 1.0"
spec.add_dependency 'rack'
spec.add_dependency 'rack', '> 0.4'

# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
Expand Down

0 comments on commit 8d50fba

Please sign in to comment.