Skip to content

Commit

Permalink
lock rack 3.0 and rackup 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 16, 2025
1 parent 0ece651 commit dc157e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'rack'
gem 'rackup'
gem 'rack', "< 3.1"
gem 'rackup', "< 2.2"
gem 'hikidoc'
gem 'fastimage'
gem 'emot'
Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,15 @@ GEM
power_assert (2.0.5)
public_suffix (6.0.1)
racc (1.8.1)
rack (3.1.8)
rack (3.0.11)
rack-test (2.2.0)
rack (>= 1.3)
racksh (1.0.1)
rack (>= 1.0)
rack-test (>= 0.5)
rackup (2.2.1)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rake (13.2.1)
redcarpet (3.6.0)
regexp_parser (2.10.0)
Expand Down Expand Up @@ -175,9 +176,9 @@ DEPENDENCIES
mime-types
octokit
pit
rack
rack (< 3.1)
racksh
rackup
rackup (< 2.2)
rake
redcarpet
rexml
Expand Down

0 comments on commit dc157e6

Please sign in to comment.