Skip to content

Commit

Permalink
Add rackup gem for rack >= 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jk779 committed Jan 22, 2024
1 parent dfab956 commit 5d10aeb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ gem 'sinatra', '~> 4.0'
gem 'sqlite3', force_ruby_platform: true
gem 'json'
gem 'puma'

gem "rackup", "~> 2.1"
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ GEM
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
ruby2_keywords (0.0.5)
sinatra (4.0.0)
mustermann (~> 3.0)
Expand All @@ -25,13 +28,15 @@ GEM
sqlite3 (1.7.0)
mini_portile2 (~> 2.8.0)
tilt (2.3.0)
webrick (1.8.1)

PLATFORMS
arm64-darwin-23

DEPENDENCIES
json
puma
rackup (~> 2.1)
sinatra (~> 4.0)
sqlite3

Expand Down

0 comments on commit 5d10aeb

Please sign in to comment.