Skip to content

Commit

Permalink
Bump rack and webrick versions
Browse files Browse the repository at this point in the history
This prevents upgrades in upstream gems
  • Loading branch information
stephenbinns committed Jul 23, 2024
1 parent e9db809 commit 03ecfdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.7
3.3.1
4 changes: 2 additions & 2 deletions que.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Gem::Specification.new do |spec|
# This is highly non ideal, but unless we properly fork, we have to do this for now.
spec.add_dependency "prometheus-client"

spec.add_dependency "rack", "~> 2.0"
spec.add_dependency "webrick", "~> 1.7"
spec.add_dependency "rack", "~> 3.0"
spec.add_dependency "webrick", "~> 1.8"

spec.add_runtime_dependency "activesupport"
spec.metadata["rubygems_mfa_required"] = "true"
Expand Down

0 comments on commit 03ecfdc

Please sign in to comment.